- 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.
|
Summary: Allows restricted root access for specified users.
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.6.8p9
|
Version: 1.6.8p9
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
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
|
Patch2: sudo-1.6.8p8-pam-sess.patch
|
||||||
# 162623 - sesh hangs when child suspends
|
# 162623 - sesh hangs when child suspends
|
||||||
Patch3: sudo-1.6.8p8-sesh-stopsig.patch
|
Patch3: sudo-1.6.8p8-sesh-stopsig.patch
|
||||||
|
# don't strip
|
||||||
|
Patch4: sudo-1.6.7p5-strip.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sudo (superuser do) allows a system administrator to give certain
|
Sudo (superuser do) allows a system administrator to give certain
|
||||||
@ -42,6 +44,7 @@ on many different machines.
|
|||||||
|
|
||||||
%patch2 -p1 -b .sess
|
%patch2 -p1 -b .sess
|
||||||
%patch3 -p1 -b .sigstop
|
%patch3 -p1 -b .sigstop
|
||||||
|
%patch4 -p1 -b .strip
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -107,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-3
|
||||||
- fix #162623 - sesh hangs when child suspends
|
- fix #162623 - sesh hangs when child suspends
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user