From 1d285a59919b4255017f4c940aafe1abe08cc42e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 29 Jan 2008 16:45:44 +0000 Subject: - 1.72 - add option --with-only-rpmrc. when used, per-arch macros are not installed (since %optflags is already in rpmrc and other macros are now in standard rpm per-arch macros) - /etc/rpm/macros.d/build.macros o move here most macros from /usr/lib/rpm//macros, those macros will not be available anymore when rpm--setup-build is not installed o restore %check macro. it allows "--without check". o explain the advantage of "--without
" (inherited from conectiva) o remove duplicated macros o remove %_multilibno (already defined in both /usr/lib/rpm//macros and/or /usr/lib/rpm///macros) - /usr/lib/rpm//macros: o add %_gnu and %_target_platform (was in /macros) - /usr/lib/rpm//rpmopt: o drop --scripts alias (nicely handled by rpm's rpmpopt for some time) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f39938..ac76950 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.71, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.72, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR -- cgit v1.2.1