[sudo/f18] update to 1.8.6p3

Daniel Kopeček mildew at fedoraproject.org
Tue Sep 25 11:10:53 UTC 2012


commit d4310a96587adfbd7124248e0def8de792afdbba
Author: Daniel Kopecek <dkopecek at redhat.com>
Date:   Tue Sep 25 13:10:42 2012 +0200

    update to 1.8.6p3
    
    - drop -pipelist patch (fixed in upstream)

 .gitignore                |    1 +
 sources                   |    2 +-
 sudo-1.8.6-pipelist.patch |   31 -------------------------------
 sudo.spec                 |    9 +++++----
 4 files changed, 7 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd1f95d..82092b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ sudo-1.7.2p2-sudoers
 /sudo-1.8.3p1.tar.gz
 /sudo-1.8.5.tar.gz
 /sudo-1.8.6.tar.gz
+/sudo-1.8.6p3.tar.gz
diff --git a/sources b/sources
index 0f34a68..10ec75c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3d400e84c3a1e2164171db8d54b11aab  sudo-1.8.6.tar.gz
 56f74aed3a7b32f2b01a34d65ac86f85  sudo-1.7.4p4-sudoers
+a7b5c39a904721956eccddd30689250f  sudo-1.8.6p3.tar.gz
diff --git a/sudo.spec b/sudo.spec
index 5a7f3a3..61ff912 100644
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,6 +1,6 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
-Version: 1.8.6
+Version: 1.8.6p3
 Release: 1%{?dist}
 License: ISC
 Group: Applications/System
@@ -25,8 +25,6 @@ BuildRequires: gettext
 Patch1: sudo-1.6.7p5-strip.patch
 # configure.in fix
 Patch2: sudo-1.7.2p1-envdebug.patch
-# disable word wrapping if the ouput is piped
-Patch3: sudo-1.8.6-pipelist.patch
 
 %description
 Sudo (superuser do) allows a system administrator to give certain
@@ -53,7 +51,6 @@ plugins that use %{name}.
 
 %patch1 -p1 -b .strip
 %patch2 -p1 -b .envdebug
-%patch3 -p1 -b .pipelist
 
 %build
 autoreconf -I m4 -fv --install
@@ -163,6 +160,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/sudo_plugin.8*
 
 %changelog
+* Tue Sep 25 2012 Daniel Kopecek <dkopecek at redhat.com> - 1.8.6p3-1
+- update to 1.8.6p3
+- drop -pipelist patch (fixed in upstream)
+
 * Thu Sep  6 2012 Daniel Kopecek <dkopecek at redhat.com> - 1.8.6-1
 - update to 1.8.6
 


More information about the scm-commits mailing list