Bump release

This commit is contained in:
Denis Silakov 2013-09-23 11:14:02 +04:00
parent 5c168f7f32
commit 6f3f4364a4

View file

@ -59,7 +59,7 @@ Summary: The RPM package management system
Name: rpm
Epoch: 1
Version: %{libver}.%{minorver}
Release: %{?prereldate:0.%{prereldate}.}14
Release: %{?prereldate:0.%{prereldate}.}15
License: LGPLv2.1+
Group: System/Configuration/Packaging
URL: http://rpm5.org/
@ -382,6 +382,15 @@ Patch180: rpm-5.4.10-rpmdb-typecasts.patch
# status: very simple, non-intrusive, while quite convenient, should be okay to merge
Patch181: rpm-5.4.10-printspec.patch
# elf(buildid) provides are currently not actually used for any purpose, yet
# they're generated for each individual executable binary, so let's just
# disable this for now and look at this again whenever in the future it
# might have any possible relevance
# status: keep locally
Patch185: rpm-5.4.10-disable-generation-of-buildid-provides.patch
# backport from upstream
Patch186: rpm-5.4.10-dont-repackage-if-justdb-is-specified.patch
Patch191: rpm-5.4.10-enhance-rename-macro-to-accept-optional-second-version-arg.patch
Patch198: rpm-5.4.10-enable-nofsync-for-rpm-rebuilddb.patch
@ -766,6 +775,10 @@ This package contains the RPM API documentation generated in HTML format.
%patch179 -p1 -b .rpmdbchk~
%patch180 -p1 -b .typecast~
%patch181 -p1 -b .printspec~
%patch185 -p1 -b .buildid_deps~
%patch186 -p1 -b .rpkg_justdb~
%patch191 -p1 -b .rename~
%patch198 -p1 -b .rpmdbnofsync~