diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d33ff0c..1586322 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.2, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.3, 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 80b0ee9..8b5b724 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 1.2 +%define version 1.3 %define release %mkrel 1 # This can be usefull for backport as rpm-4.2 @@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Aug 16 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3-1mdk +- check-multiarch-files: fix invocation and path (/usr/lib/rpm/check-*), + default to not check for multiarch files in 2006 + * Sun Aug 07 2005 Olivier Thauvin <nanardon@zarb.org> 1.2-1mdk - add req/prov for php pear - add conectiva macros |