Hello community, here is the log from the commit of package mingetty checked in at Thu May 25 00:47:25 CEST 2006. -------- --- mingetty/mingetty.changes 2006-01-25 21:30:33.000000000 +0100 +++ mingetty/mingetty.changes 2006-05-24 17:16:46.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 17:16:26 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingetty.spec ++++++ --- /var/tmp/diff_new_pack.6mPffM/_old 2006-05-25 00:47:19.000000000 +0200 +++ /var/tmp/diff_new_pack.6mPffM/_new 2006-05-25 00:47:19.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package mingetty (Version 0.9.6s) # -# 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 @@ -15,8 +15,8 @@ Group: System/Base Autoreqprov: on Version: 0.9.6s -Release: 69 -Summary: Minimal getty for virtual consoles only +Release: 88 +Summary: Minimal Getty for Virtual Consoles Only Provides: sysvinit:/sbin/mingetty BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: mingetty-0.9.6s.tar.bz2 @@ -43,7 +43,6 @@ make RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FILE_OFFSET_BITS=64" DEFTERM=linux %install -rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}{/sbin,%{_mandir}/man8} make install MANPATH=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} @@ -53,6 +52,8 @@ %doc %{_mandir}/man8/mingetty.8.gz %changelog -n mingetty +* Wed May 24 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Mar 30 2004 - werner@suse.de ++++++ mingetty-0.9.6s.dif ++++++ --- /var/tmp/diff_new_pack.6mPffM/_old 2006-05-25 00:47:19.000000000 +0200 +++ /var/tmp/diff_new_pack.6mPffM/_new 2006-05-25 00:47:19.000000000 +0200 @@ -1,6 +1,6 @@ --- Makefile -+++ Makefile Tue Mar 30 19:12:10 2004 -@@ -3,9 +3,10 @@ ++++ Makefile +@@ -3,19 +3,20 @@ # DEFTERM = linux VERSION = mingetty-0.9.6s @@ -10,21 +10,23 @@ -CFLAGS = -Wall -O2 -pipe -D_GNU_SOURCE -D_BSD_SOURCE $(DEFINES) +CFLAGS = -Wall $(RPM_OPT_FLAGS) -pipe -D_GNU_SOURCE -D_BSD_SOURCE $(DEFINES) # - LDFLAGS = -Wl,-warn-common -s +-LDFLAGS = -Wl,-warn-common -s ++LDFLAGS = -Wl,-warn-common CC = gcc -@@ -14,8 +15,8 @@ + + all: mingetty size mingetty install: all - install -s mingetty /sbin/ - install -m 644 mingetty.8 /usr/share/man/man8/ -+ install -s mingetty $(DESTDIR)/sbin/ ++ install mingetty $(DESTDIR)/sbin/ + install -m 644 mingetty.8 $(DESTDIR)$(MANDIR)/man8/ mingetty: mingetty.o sigfholder.o mingetty.o: mingetty.c --- mingetty.c -+++ mingetty.c Tue Mar 30 19:12:36 2004 ++++ mingetty.c @@ -101,6 +101,10 @@ #include <ctype.h> #include <utmp.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de