From fbec0ab1c9a550b8ed524641756f48f810d4e9cd Mon Sep 17 00:00:00 2001 From: Daniel Kopecek Date: Wed, 12 Mar 2014 12:29:34 +0100 Subject: [PATCH] Minor update - remove bundled copy of zlib before compilation - drop the requiretty Defaults setting from sudoers --- .gitignore | 1 + sources | 2 +- sudo.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 420d45e..77602a6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 97b27b4..a2d9920 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -56f74aed3a7b32f2b01a34d65ac86f85 sudo-1.7.4p4-sudoers fc4f074090afd56d9ff4ff4e97321971 sudo-1.8.8.tar.gz +775b863cdff3a2ee2a26c2d53b51aff5 sudo-1.8.8-sudoers diff --git a/sudo.spec b/sudo.spec index e027284..988dc57 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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 - 1.8.8-3 +- remove bundled copy of zlib before compilation +- drop the requiretty Defaults setting from sudoers + * Sat Jan 25 2014 Ville Skyttä - 1.8.8-2 - Own the %%{_libexecdir}/sudo dir.