From 4ab9c398e50da3ede429239852d78fd3684f3fa6 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jul 05 2012 09:56:49 +0000 Subject: Remove load_policy symbolic link on usrmove systems this breaks the system --- diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index e5d73a4..feca334 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -13402,6 +13402,19 @@ index 0000000..93804ac + self.view.get_selection().select_path ((0,)) + except ValueError, e: + self.error(e.args[0]) +diff --git a/policycoreutils/load_policy/Makefile b/policycoreutils/load_policy/Makefile +index 5da2e0d..f56726e 100644 +--- a/policycoreutils/load_policy/Makefile ++++ b/policycoreutils/load_policy/Makefile +@@ -19,7 +19,7 @@ install: all + test -d $(MANDIR)/man8 || install -m 755 -d $(MANDIR)/man8 + install -m 644 load_policy.8 $(MANDIR)/man8/ + -mkdir -p $(USRSBINDIR) +- -ln -sf /sbin/load_policy $(USRSBINDIR)/load_policy ++# -ln -sf /sbin/load_policy $(USRSBINDIR)/load_policy + + clean: + -rm -f $(TARGETS) *.o diff --git a/policycoreutils/newrole/newrole.c b/policycoreutils/newrole/newrole.c index 42f08d0..989817b 100644 --- a/policycoreutils/newrole/newrole.c diff --git a/policycoreutils.spec b/policycoreutils.spec index aa2f445..5570708 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.1.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -340,6 +340,9 @@ fi %{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || : %changelog +* Thu Jul 5 2012 Dan Walsh - 2.1.11-2 +- Remove load_policy symbolic link on usrmove systems this breaks the system + * Wed Jul 4 2012 Dan Walsh - 2.1.11-1 - Update to upstream - policycoreutils