* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-15

- Remove -v from restorecon in fixfiles
This commit is contained in:
Daniel J Walsh 2007-11-06 20:09:52 +00:00
parent 917618fa8e
commit 814c69aa73
2 changed files with 11 additions and 3 deletions

View File

@ -176,8 +176,8 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
if add_ind: if add_ind:
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.16/scripts/fixfiles diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.16/scripts/fixfiles
--- nsapolicycoreutils/scripts/fixfiles 2007-05-04 09:14:49.000000000 -0400 --- nsapolicycoreutils/scripts/fixfiles 2007-05-04 09:14:49.000000000 -0400
+++ policycoreutils-2.0.16/scripts/fixfiles 2007-09-18 14:21:45.000000000 -0400 +++ policycoreutils-2.0.16/scripts/fixfiles 2007-11-06 15:03:08.000000000 -0500
@@ -88,7 +88,7 @@ @@ -88,11 +88,11 @@
esac; \ esac; \
fi; \ fi; \
done | \ done | \
@ -186,6 +186,11 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
! \( -fstype ext2 -o -fstype ext3 -o -fstype jfs -o -fstype xfs \) -prune -o \ ! \( -fstype ext2 -o -fstype ext3 -o -fstype jfs -o -fstype xfs \) -prune -o \
\( -wholename /home -o -wholename /root -o -wholename /tmp -wholename /dev \) -prune -o -print; \ \( -wholename /home -o -wholename /root -o -wholename /tmp -wholename /dev \) -prune -o -print; \
done 2> /dev/null | \ done 2> /dev/null | \
- ${RESTORECON} $2 -v -f -
+ ${RESTORECON} $2 -f -
rm -f ${TEMPFILE} ${PREFCTEMPFILE}
fi
}
@@ -108,6 +108,7 @@ @@ -108,6 +108,7 @@
rpmlist() { rpmlist() {

View File

@ -6,7 +6,7 @@
Summary: SELinux policy core utilities. Summary: SELinux policy core utilities.
Name: policycoreutils Name: policycoreutils
Version: 2.0.16 Version: 2.0.16
Release: 14%{?dist} Release: 15%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -192,6 +192,9 @@ if [ "$1" -ge "1" ]; then
fi fi
%changelog %changelog
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-15
- Remove -v from restorecon in fixfiles
* Tue Oct 31 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-14 * Tue Oct 31 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-14
- Update to latest semanage and system-config-selinux - Update to latest semanage and system-config-selinux