Minor update
- remove bundled copy of zlib before compilation - drop the requiretty Defaults setting from sudoers
This commit is contained in:
parent
0477581f3c
commit
fbec0ab1c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ sudo-1.7.2p2-sudoers
|
||||
/sudo-1.8.6p3.tar.gz
|
||||
/sudo-1.8.6p7.tar.gz
|
||||
/sudo-1.8.8.tar.gz
|
||||
/sudo-1.8.8-sudoers
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
56f74aed3a7b32f2b01a34d65ac86f85 sudo-1.7.4p4-sudoers
|
||||
fc4f074090afd56d9ff4ff4e97321971 sudo-1.8.8.tar.gz
|
||||
775b863cdff3a2ee2a26c2d53b51aff5 sudo-1.8.8-sudoers
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.8.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: ISC
|
||||
Group: Applications/System
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
@ -64,6 +64,8 @@ plugins that use %{name}.
|
||||
%patch5 -p1 -b .clangbugs
|
||||
|
||||
%build
|
||||
# Remove bundled copy of zlib
|
||||
rm -rf zlib/
|
||||
autoreconf -I m4 -fv --install
|
||||
|
||||
%ifarch s390 s390x sparc64
|
||||
@ -178,6 +180,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 10 2014 Daniel Kopecek <dkopecek@redhat.com> - 1.8.8-3
|
||||
- remove bundled copy of zlib before compilation
|
||||
- drop the requiretty Defaults setting from sudoers
|
||||
|
||||
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.8.8-2
|
||||
- Own the %%{_libexecdir}/sudo dir.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user