Hello community, here is the log from the commit of package autofs checked in at Mon May 29 01:01:26 CEST 2006. -------- --- autofs/autofs.changes 2006-05-20 15:53:04.000000000 +0200 +++ autofs/autofs.changes 2006-05-26 19:23:53.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 19:23:45 CEST 2006 - schwab@suse.de + +- Fix broken makefile. + +------------------------------------------------------------------- New: ---- autofs-4.1.4-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.ilogJF/_old 2006-05-29 01:00:26.000000000 +0200 +++ /var/tmp/diff_new_pack.ilogJF/_new 2006-05-29 01:00:26.000000000 +0200 @@ -19,7 +19,7 @@ Autoreqprov: on Requires: sed grep Version: 4.1.4 -Release: 24 +Release: 25 Summary: A Kernel-Based Automounter BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-%{version}.tar.bz2 @@ -35,6 +35,7 @@ Patch5: autofsstrip.patch Patch6: autofs-4.1.3-uninit-vars.patch Patch7: autofs-4.1.3-optflags.patch +Patch8: autofs-4.1.4-strip.patch PreReq: %fillup_prereq %insserv_prereq PreReq: /usr/bin/sed /usr/bin/grep /bin/mv @@ -64,11 +65,12 @@ %patch5 -p1 %patch6 %patch7 +%patch8 %build autoconf ./configure --libdir=%{_libdir} --mandir=%{_mandir} %{_target_cpu}-suse-linux -make all OPTFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" LDFLAGS= STRIP=: +make all OPTFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" STRIP=: %install mkdir -p $RPM_BUILD_ROOT/etc @@ -124,6 +126,8 @@ /usr/sbin/automount %changelog -n autofs +* Fri May 26 2006 - schwab@suse.de +- Fix broken makefile. * Sat May 20 2006 - schwab@suse.de - Don't strip binaries. * Wed May 17 2006 - seife@suse.de ++++++ autofs-4.1.4-strip.patch ++++++ --- Makefile.rules +++ Makefile.rules @@ -24,7 +24,7 @@ else CFLAGS = $(OPTFLAGS) -Wall -fno-strict-aliasing OPTFLAGS = -O3 -fomit-frame-pointer -LDFLAGS = -s +LDFLAGS = STRIP = strip --strip-debug endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de