diff options
author | jbj <devnull@localhost> | 2003-03-20 23:42:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-20 23:42:05 +0000 |
commit | 96cd0c2e288fa8ca561ad814265bc2138a80ddaa (patch) | |
tree | 8c3939312d025ed2db8e0822023e340252546d30 /rpm.spec.in | |
parent | 97ec1053c9290e6f43e661be733ba08e3b1175b5 (diff) | |
download | librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.gz librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.bz2 librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.zip |
Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.
Bump popt version.
CVS patchset: 6710
CVS date: 2003/03/20 23:42:05
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 545c903f8..fab6c68de 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -28,7 +28,7 @@ Conflicts: patch < 2.5 %ifos linux Prereq: fileutils shadow-utils %endif -Requires: popt = 1.8 +Requires: popt = 1.9 Obsoletes: rpm-perl < %{version} # XXX necessary only to drag in /usr/lib/libelf.a, otherwise internal elfutils. @@ -99,7 +99,7 @@ programs that will manipulate RPM packages and databases. %package -n popt Summary: A C library for parsing command line parameters. Group: Development/Libraries -Version: 1.8 +Version: 1.9 %description -n popt Popt is a C library for parsing command line parameters. Popt was |