diff options
author | jbj <devnull@localhost> | 2001-07-13 13:44:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-13 13:44:26 +0000 |
commit | cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc (patch) | |
tree | 947bcf2956bf0099b1c9a8dece673c9bde391ab0 /rpm.spec.in | |
parent | 81de17180f1b870e2bc4ade50814f46ae9d6bf9d (diff) | |
download | librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.tar.gz librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.tar.bz2 librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.zip |
- fix: scope multi-mode options like --nodeps correctly (#48825).
CVS patchset: 4940
CVS date: 2001/07/13 13:44:26
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 7c6f647a0..c50ca2307 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -21,7 +21,7 @@ Copyright: GPL Conflicts: patch < 2.5 %ifos linux Prereq: gawk fileutils textutils mktemp -Requires: popt +Requires: popt = 1.6.3 %endif %if !%{with_internal_db} @@ -54,7 +54,7 @@ the package like its version, a description, etc. %package devel Summary: Development files for applications which will manipulate RPM packages. Group: Development/Libraries -Requires: rpm = %{version}, popt +Requires: rpm = %{version}, popt = 1.6.3 %description devel This package contains the RPM C library and header files. These |