]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- fix selinux
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Jan 2004 01:16:27 +0000 (01:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.72

sudo.spec

index 9304cbaaf4a164c93d66dab344cdb0a85afe3f3c..9b3c35a9d062731d70310efcea1425eb0487e397 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -7,7 +7,7 @@ Summary(ru):    
 Summary(uk):   äÏÚ×ÏÌѤ ×ËÁÚÁÎÉÍ ËÏÒÉÓÔÕ×ÁÞÁÍ ×ÉËÏÎÕ×ÁÔÉ ËÏÍÁÎÄɠצĠ¦ÍÅΦ root
 Name:          sudo
 Version:       1.6.7p5
-Release:       4
+Release:       5
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -16,6 +16,7 @@ Source0:      ftp://ftp.courtesan.com/pub/sudo/%{name}-%{version}.tar.gz
 Source1:       %{name}.pamd
 Source2:       %{name}.logrotate
 Patch0:                %{name}-selinux.patch
+Patch1:                %{name}-selinux-pld.patch
 URL:           http://www.courtesan.com/sudo/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -97,10 +98,11 @@ Sudo (superuser do) 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp /usr/share/automake/config.sub .
-%configure2_13 \
+%configure \
        --with-timedir=/var/run/sudo \
        --with-C2 \
        --with-pam \
This page took 0.055147 seconds and 4 git commands to generate.