rpms/sudo/devel sudo-1.6.7p5-strip.patch, NONE, 1.1 sudo.spec, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 19 18:03:13 UTC 2005


Author: kzak

Update of /cvs/dist/rpms/sudo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1316

Modified Files:
	sudo.spec 
Added Files:
	sudo-1.6.7p5-strip.patch 
Log Message:
- fix debuginfo

sudo-1.6.7p5-strip.patch:
 install-sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sudo-1.6.7p5-strip.patch ---
--- sudo-1.6.7p5/install-sh.strip	2005-07-21 14:28:25.000000000 +0200
+++ sudo-1.6.7p5/install-sh	2005-07-21 14:29:18.000000000 +0200
@@ -138,7 +138,7 @@
 	fi
 	;;
     X-s)
-	STRIPIT=true
+	#STRIPIT=true
 	;;
     X--)
 	shift


Index: sudo.spec
===================================================================
RCS file: /cvs/dist/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sudo.spec	19 Sep 2005 17:24:05 -0000	1.26
+++ sudo.spec	19 Sep 2005 18:03:10 -0000	1.27
@@ -4,7 +4,7 @@
 Summary: Allows restricted root access for specified users.
 Name: sudo
 Version: 1.6.8p9
-Release: 3
+Release: 4
 License: BSD
 Group: Applications/System
 Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
@@ -21,6 +21,8 @@
 Patch2: sudo-1.6.8p8-pam-sess.patch
 # 162623 - sesh hangs when child suspends
 Patch3: sudo-1.6.8p8-sesh-stopsig.patch
+# don't strip
+Patch4: sudo-1.6.7p5-strip.patch
 
 %description
 Sudo (superuser do) allows a system administrator to give certain
@@ -42,6 +44,7 @@
 
 %patch2 -p1 -b .sess
 %patch3 -p1 -b .sigstop
+%patch4 -p1 -b .strip
 
 %build
 %ifarch s390 s390x
@@ -107,6 +110,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Mon Sep 19 2005 Karel Zak <kzak at redhat.com> 1.6.8p9-4
+- fix debuginfo
+
 * Mon Sep 19 2005 Karel Zak <kzak at redhat.com> 1.6.8p9-3
 - fix #162623 - sesh hangs when child suspends
 




More information about the fedora-cvs-commits mailing list