diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 6 |
3 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-04-03 15:09 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * find-requires.in: * Require only .so that are in standard paths * + Use ldd instead of objdump to get the list of required .so. This + enables to get the so paths. + 2006-03-25 18:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * rpm-mandriva-setup.spec: Update changelog with recent commit diff --git a/configure.ac b/configure.ac index c54df0b..6de6200 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.17, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.18, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index 50065f4..e5e4bae 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 1.17 +%define version 1.18 %define release %mkrel 1 # This can be useful for backport, as rpm-4.2 @@ -91,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Apr 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.18-1mdk +- find-requires: require only .so that are in standard paths, and use ldd + instead of objdump to get their list. + * Fri Mar 24 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.17-1mdk - Don't provide .so files that aren't in standard paths - Don't search perl files for provides if they don't end with .pm |