mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
Bump release
This commit is contained in:
parent
5c168f7f32
commit
6f3f4364a4
1 changed files with 14 additions and 1 deletions
15
rpm.spec
15
rpm.spec
|
@ -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~
|
||||
|
|
Loading…
Add table
Reference in a new issue