- fix debuginfo
This commit is contained in:
parent
75a3d42e85
commit
6d077ba60d
11
sudo-1.6.7p5-strip.patch
Normal file
11
sudo-1.6.7p5-strip.patch
Normal file
@ -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
|
@ -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 <kzak@redhat.com> 1.6.8p9-4
|
||||
- fix debuginfo
|
||||
|
||||
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-3
|
||||
- fix #162623 - sesh hangs when child suspends
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user