Hello community, here is the log from the commit of package ipvsadm checked in at Mon May 29 01:09:11 CEST 2006. -------- --- ipvsadm/ipvsadm.changes 2006-01-25 21:36:41.000000000 +0100 +++ ipvsadm/ipvsadm.changes 2006-05-27 20:57:31.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 27 20:10:37 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipvsadm.spec ++++++ --- /var/tmp/diff_new_pack.tkKzLB/_old 2006-05-29 01:09:04.000000000 +0200 +++ /var/tmp/diff_new_pack.tkKzLB/_new 2006-05-29 01:09:04.000000000 +0200 @@ -1,20 +1,20 @@ # # spec file for package ipvsadm (Version 1.24) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: ipvsadm BuildRequires: kernel-source popt-devel -Summary: A Utility for administering the Linux Virtual Server +Summary: A Utility for Administering the Linux Virtual Server Version: 1.24 -Release: 111 +Release: 123 License: GPL URL: http://www.LinuxVirtualServer.org/ Group: Productivity/Networking/System @@ -60,12 +60,9 @@ %patch %build -FORCE_GETOPT=1 CFLAGS="${RPM_OPT_FLAGS}" make +make FORCE_GETOPT=1 CFLAGS="${RPM_OPT_FLAGS}" %install -if [ -n "$RPM_BUILD_ROOT" ] ; then - [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -fi mkdir -p ${RPM_BUILD_ROOT}/{sbin,usr/sbin,%{_mandir}/man8,etc/init.d,var/adm/fillup-templates} BUILD_ROOT=${RPM_BUILD_ROOT} MANDIR=%{_mandir} make install # install SuSE init script @@ -96,6 +93,9 @@ /var/adm/fillup-templates/sysconfig.ipvsadm %changelog -n ipvsadm +* Sat May 27 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Oct 05 2005 - dmueller@suse.de ++++++ ipvsadm-1.24.dif ++++++ --- /var/tmp/diff_new_pack.tkKzLB/_old 2006-05-29 01:09:04.000000000 +0200 +++ /var/tmp/diff_new_pack.tkKzLB/_new 2006-05-29 01:09:04.000000000 +0200 @@ -1,5 +1,5 @@ --- Makefile -+++ Makefile 2004/01/28 11:55:16 ++++ Makefile @@ -34,9 +34,9 @@ CFLAGS = -Wall -Wunused -Wstrict-prototypes -g -O2 INCLUDE = -I/usr/src/linux/include -I.. -I. @@ -12,6 +12,15 @@ MKDIR = mkdir INSTALL = install STATIC_LIBS = libipvs/libipvs.a +@@ -87,7 +87,7 @@ + + install: all + if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi +- $(INSTALL) -m 0755 -s ipvsadm $(SBIN) ++ $(INSTALL) -m 0755 ipvsadm $(SBIN) + $(INSTALL) -m 0755 ipvsadm-save $(SBIN) + $(INSTALL) -m 0755 ipvsadm-restore $(SBIN) + [ -d $(MAN) ] || $(MKDIR) -p $(MAN) @@ -95,7 +95,7 @@ $(INSTALL) -m 0644 ipvsadm-save.8 $(MAN) $(INSTALL) -m 0644 ipvsadm-restore.8 $(MAN) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de