diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-01-04 14:18:30 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-01-04 14:18:30 +0000 |
commit | 4af4161ae2bc83a28032c72d26acb3bc1d80aeb6 (patch) | |
tree | c772d6eb0870bd8220a98be6ea29907c2a22a16f | |
parent | 154889050ed8a4b6d9685cb47a4f9e25779173f8 (diff) | |
download | rpm-setup-4af4161ae2bc83a28032c72d26acb3bc1d80aeb6.tar rpm-setup-4af4161ae2bc83a28032c72d26acb3bc1d80aeb6.tar.gz rpm-setup-4af4161ae2bc83a28032c72d26acb3bc1d80aeb6.tar.bz2 rpm-setup-4af4161ae2bc83a28032c72d26acb3bc1d80aeb6.tar.xz rpm-setup-4af4161ae2bc83a28032c72d26acb3bc1d80aeb6.zip |
1.9-1mdk
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6534fbd..d71e30d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.8, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.9, 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 8fe5065..a94ebd2 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 1.8 +%define version 1.9 %define release %mkrel 1 # This can be useful for backport, as rpm-4.2 @@ -91,6 +91,18 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Jan 4 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.9-1mdk +- find-debuginfo.sh: preserve setuid/setgid permissions when stripping + files for -debug package +- Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + * perl.req: Fix typo in comment + * macros.in: Typo fix +- Olivier Thauvin <thauvin at aerov.jussieu.fr> + * find-requires.in: - rpm output to stdout if file exists, so we + have ignore first output in all case and keep the result only if + we are sure rpm exit with 0 + * macros.in: - Fix PreReq, thanks neoclust to recall me this + * Mon Oct 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.8-1mdk - Ignore perl version requires - Get correctly the Perl dependencies from "use base" |