mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 10:23:04 +00:00
fix spec
This commit is contained in:
parent
e4c884b83b
commit
339d658562
1 changed files with 5 additions and 1 deletions
6
rpm.spec
6
rpm.spec
|
@ -51,7 +51,9 @@
|
|||
%define srcver %{libver}.%{minorver}
|
||||
|
||||
%define librpmname %mklibname rpm %{libver}
|
||||
|
||||
%define librpmnamedevel %mklibname -d rpm
|
||||
|
||||
%define librpmstatic %mklibname -d -s rpm
|
||||
|
||||
Summary: The RPM package management system
|
||||
|
@ -438,7 +440,9 @@ Requires: mktemp
|
|||
Requires: update-alternatives
|
||||
Requires: %{bdb}_recover
|
||||
Suggests: %{bdb}-utils
|
||||
Requires: %{librpmname}
|
||||
|
||||
Requires: %{librpmname} = %{EVRD}
|
||||
|
||||
Conflicts: rpm-build < 1:5.3.10-0.20110422.3
|
||||
Requires(pre): coreutils
|
||||
%rename rpmconstant
|
||||
|
|
Loading…
Add table
Reference in a new issue