[uucp] install: remove uucp's ownership when not needed

Pavel Raiskup praiskup at fedoraproject.org
Tue May 27 13:53:40 UTC 2014


commit 4c994c353946c076f3aed96274cb92c14a70b06b
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Tue May 27 15:43:16 2014 +0200

    install: remove uucp's ownership when not needed
    
    Version: 1.07-42

 uucp.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/uucp.spec b/uucp.spec
index c6a7c71..ff248c8 100644
--- a/uucp.spec
+++ b/uucp.spec
@@ -225,8 +225,8 @@ fi
 
 %attr(6555,uucp,uucp) %{_sbindir}/uucico
 %attr(6555,uucp,uucp) %{_sbindir}/uuxqt
-%attr(0755,uucp,uucp) %{_sbindir}/uuchk
-%attr(0755,uucp,uucp) %{_sbindir}/uuconv
+%attr(0755,root,root) %{_sbindir}/uuchk
+%attr(0755,root,root) %{_sbindir}/uuconv
 %attr(0755,root,root) %{_sbindir}/uusched
 
 %attr(755,uucp,uucp) %dir %{_libdir}/uucp
@@ -267,6 +267,7 @@ fi
 %changelog
 * Tue May 27 2014 Pavel Raiskup <praiskup at redhat.com> - 1.07-42
 - lock file directory is %%ghost now (#1101325)
+- remove uucp's ownership from non-suid binaries
 
 * Mon Jan 20 2014 Pavel Raiskup <praiskup at redhat.com> - 1.07-41
 - remove tetex BR, fix changelog dates


More information about the scm-commits mailing list