diff --git a/sudo-1.6.7p5-strip.patch b/sudo-1.6.7p5-strip.patch new file mode 100644 index 0000000..f9e2faa --- /dev/null +++ b/sudo-1.6.7p5-strip.patch @@ -0,0 +1,11 @@ +--- 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 diff --git a/sudo.spec b/sudo.spec index a36533b..fdf8ba8 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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 @@ BuildRequires: libselinux-devel 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 @@ on many different machines. %patch2 -p1 -b .sess %patch3 -p1 -b .sigstop +%patch4 -p1 -b .strip %build %ifarch s390 s390x @@ -107,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Mon Sep 19 2005 Karel Zak 1.6.8p9-4 +- fix debuginfo + * Mon Sep 19 2005 Karel Zak 1.6.8p9-3 - fix #162623 - sesh hangs when child suspends