fix selinux patch
This commit is contained in:
parent
4da10e91a1
commit
813c8db24a
13
sudo.spec
13
sudo.spec
@ -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: 4
|
Release: 5
|
||||||
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
|
||||||
@ -19,10 +19,8 @@ BuildRequires: libselinux-devel
|
|||||||
Patch1: sudo-1.6.8p8-selinux.patch
|
Patch1: sudo-1.6.8p8-selinux.patch
|
||||||
# 154511 - sudo does not use limits.conf
|
# 154511 - sudo does not use limits.conf
|
||||||
Patch2: sudo-1.6.8p8-pam-sess.patch
|
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
|
# don't strip
|
||||||
Patch4: sudo-1.6.7p5-strip.patch
|
Patch3: 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
|
||||||
@ -43,8 +41,7 @@ on many different machines.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch2 -p1 -b .sess
|
%patch2 -p1 -b .sess
|
||||||
%patch3 -p1 -b .sigstop
|
%patch3 -p1 -b .strip
|
||||||
%patch4 -p1 -b .strip
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -110,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-5
|
||||||
|
- enable interfaces in selinux patch
|
||||||
|
- merge sudo-1.6.8p8-sesh-stopsig.patch to selinux patch
|
||||||
|
|
||||||
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-4
|
* Mon Sep 19 2005 Karel Zak <kzak@redhat.com> 1.6.8p9-4
|
||||||
- fix debuginfo
|
- fix debuginfo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user