]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- added selinux bcond; rel 2; STBR auto/ac/sudo-1_6_8p2-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 Nov 2004 20:58:29 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.83

sudo.spec

index d4ec9fc8e74449cd65445efaddf83f857bdb86df..145b7e26a2f49a6df69a48e5d6cc48bd06782da6 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without selinux # do not compile selinux support
+%bcond_without selinux         # build without SELinux support
 #
 Summary:       Allows command execution as root for specified users
 Summary(es):   Permite que usuarios específicos ejecuten comandos como se fueran el root
@@ -11,7 +11,7 @@ Summary(ru):  
 Summary(uk):   äÏÚ×ÏÌѤ ×ËÁÚÁÎÉÍ ËÏÒÉÓÔÕ×ÁÞÁÍ ×ÉËÏÎÕ×ÁÔÉ ËÏÍÁÎÄɠצĠ¦ÍÅΦ root
 Name:          sudo
 Version:       1.6.8p2
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -166,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(600,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/sudo
 %attr(4755,root,root) %{_bindir}/sudo
 %attr(4755,root,root) %{_bindir}/sudoedit
-%attr(755,root,root) %{_sbindir}/sesh
+%{?with_selinux:%attr(755,root,root) %{_sbindir}/sesh}
 %attr(755,root,root) %{_sbindir}/visudo
 %attr(755,root,root) %{_libdir}/sudo_noexec.so
 %{_mandir}/man*/*
This page took 0.411243 seconds and 4 git commands to generate.