From bc4d39c4e47f4708b4a561adedb1522e474dd61b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 3 Apr 2006 13:18:24 +0000 Subject: 1.18 --- ChangeLog | 6 ++++++ configure.ac | 2 +- rpm-mandriva-setup.spec | 6 +++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b7500d..b0dbb81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-03 15:09 Rafael Garcia-Suarez + + * 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 * 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 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 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 -- cgit v1.2.1