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.6p3.tar.gz
|
||||||
/sudo-1.8.6p7.tar.gz
|
/sudo-1.8.6p7.tar.gz
|
||||||
/sudo-1.8.8.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
|
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
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.8
|
Version: 1.8.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -64,6 +64,8 @@ plugins that use %{name}.
|
|||||||
%patch5 -p1 -b .clangbugs
|
%patch5 -p1 -b .clangbugs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Remove bundled copy of zlib
|
||||||
|
rm -rf zlib/
|
||||||
autoreconf -I m4 -fv --install
|
autoreconf -I m4 -fv --install
|
||||||
|
|
||||||
%ifarch s390 s390x sparc64
|
%ifarch s390 s390x sparc64
|
||||||
@ -178,6 +180,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/sudo_plugin.8*
|
%{_mandir}/man8/sudo_plugin.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.8.8-2
|
||||||
- Own the %%{_libexecdir}/sudo dir.
|
- Own the %%{_libexecdir}/sudo dir.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user