From 1d439ede7fd900574db3b1a1345efdb10dc8f30b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 12 May 2005 16:48:56 +0000 Subject: [PATCH] - Move sepcut to gui apps. --- setools-rhat.patch | 11 +++++++++++ setools.spec | 2 ++ 2 files changed, 13 insertions(+) diff --git a/setools-rhat.patch b/setools-rhat.patch index 733f578..5f213e0 100644 --- a/setools-rhat.patch +++ b/setools-rhat.patch @@ -1,3 +1,14 @@ +--- setools-2.1.0/sepct/Makefile.rhat 2005-04-18 10:51:59.000000000 -0400 ++++ setools-2.1.0/sepct/Makefile 2005-05-12 12:30:44.000000000 -0400 +@@ -23,7 +23,7 @@ + # do nothing + + install: sepcut +- install -m 755 sepcut $(BINDIR) ++ install -m 755 sepcut $(SBINDIR) + install -m 644 $(SEPCUT_HELP_FILE) $(INSTALL_LIBDIR) + + clean: --- setools-2.1.0/sediff/Makefile.rhat 2005-04-18 10:52:02.000000000 -0400 +++ setools-2.1.0/sediff/Makefile 2005-05-06 08:19:47.000000000 -0400 @@ -23,7 +23,8 @@ diff --git a/setools.spec b/setools.spec index e4c78ed..418deb8 100644 --- a/setools.spec +++ b/setools.spec @@ -128,6 +128,7 @@ cd $RPM_BUILD_ROOT/%_bindir/ ln -sf consolehelper apol ln -sf consolehelper seuserx ln -sf consolehelper seaudit +ln -sf consolehelper sepcut %clean rm -rf ${RPM_BUILD_ROOT} @@ -146,6 +147,7 @@ rm -rf ${RPM_BUILD_ROOT} %_bindir/seaudit %_sbindir/seaudit %_sbindir/seaudit-report +%_bindir/sepcut %_sbindir/sepcut %{_datadir}/applications/apol.desktop %{_datadir}/applications/seuserx.desktop