Hello community, here is the log from the commit of package routed checked in at Thu May 25 00:52:41 CEST 2006. -------- --- routed/routed.changes 2006-01-25 21:41:12.000000000 +0100 +++ routed/routed.changes 2006-05-24 22:08:30.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 22:08:24 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- netkit-routed-0.17-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ routed.spec ++++++ --- /var/tmp/diff_new_pack.zyAmOi/_old 2006-05-25 00:52:37.000000000 +0200 +++ /var/tmp/diff_new_pack.zyAmOi/_new 2006-05-25 00:52:37.000000000 +0200 @@ -1,15 +1,14 @@ # # spec file for package routed (Version 0.17) # -# Copyright (c) 2004 SuSE Linux AG, 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 -# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libselinux libstdc++ libxcrypt m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt ps pwdutils rcs readline sed sendmail strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext libtool perl rpm Name: routed #!BuildIgnore: nkita nkitb nkitserv @@ -19,7 +18,7 @@ PreReq: %insserv_prereq %fillup_prereq Autoreqprov: on Version: 0.17 -Release: 469 +Release: 515 Summary: Routing Daemon which Maintains Routing Tables BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ @@ -29,6 +28,7 @@ Patch1: netkit-routed-%{version}-noroot.patch Patch2: netkit-routed-%{version}-aliasing.patch Patch3: netkit-routed-%{version}-prototypes.patch +Patch4: netkit-routed-%{version}-strip.patch %description Routed handles incoming RIP traffic and broadcasts outgoing RIP traffic @@ -44,13 +44,13 @@ %patch1 %patch2 %patch3 +%patch4 %build CFLAGS="$RPM_OPT_FLAGS" ./configure make %{?jobs:-j%jobs} %install -rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT/etc/init.d install -d -m 755 $RPM_BUILD_ROOT/usr/sbin install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man8 @@ -75,6 +75,8 @@ /usr/sbin/* %changelog -n routed +* Wed May 24 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Feb 03 2004 - mjancar@suse.cz ++++++ netkit-routed-0.17-strip.patch ++++++ --- routed/Makefile +++ routed/Makefile @@ -10,7 +10,7 @@ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ install: all - install -s -m$(DAEMONMODE) routed $(INSTALLROOT)$(SBINDIR) + install -m$(DAEMONMODE) routed $(INSTALLROOT)$(SBINDIR) install -m$(MANMODE) routed.8 $(INSTALLROOT)$(MANDIR)/man8 clean: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de