[mc] make cons.saver not suid root, it is no more needed (#640365)

Jindrich Novy jnovy at fedoraproject.org
Fri Oct 15 13:57:00 UTC 2010


commit baaf164a2a0b2dd2f2c36acd1a7e89e62c51da5b
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Fri Oct 15 15:56:15 2010 +0200

    make cons.saver not suid root, it is no more needed (#640365)

 mc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mc.spec b/mc.spec
index e308e11..d51968c 100644
--- a/mc.spec
+++ b/mc.spec
@@ -1,7 +1,7 @@
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
 Version:	4.7.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Epoch:		1
 License:	GPLv2
 Group:		System Environment/Shells
@@ -62,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/mcview
 %{_bindir}/mcdiff
 %{_datadir}/mc/*
-%attr(4711, root, root) %{_libexecdir}/mc/cons.saver
+%attr(711, root, root) %{_libexecdir}/mc/cons.saver
 %{_libexecdir}/mc/mc*
 %{_libexecdir}/mc/extfs.d/*
 %{_libexecdir}/mc/fish/*
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}/mc/extfs.d
 
 %changelog
+* Fri Oct 15 2010 Jindrich Novy <jnovy at redhat.com> 4.7.4-5
+- make cons.saver not suid root, it is no more needed (#640365)
+
 * Thu Oct  7 2010 Jindrich Novy <jnovy at redhat.com> 4.7.4-4
 - fix globbing (#629679), thanks to Denys Vlasenko
 - don't use vcsa for cons.saver (#640365)


More information about the scm-commits mailing list