[sudo/f20] Minor update

Daniel Kopeček mildew at fedoraproject.org
Tue Sep 30 14:59:27 UTC 2014


commit f7e0c8a06f7fb305f1f33c754215f61cf81fab29
Author: Daniel Kopecek <dkopecek at redhat.com>
Date:   Wed Mar 12 12:29:34 2014 +0100

    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 <dkopecek at 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 at iki.fi> - 1.8.8-2
 - Own the %%{_libexecdir}/sudo dir.
 


More information about the scm-commits mailing list