From 4a6c20e735c3835de65a0e34036fb9fcd8e51c97 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 1 Oct 2004 16:17:09 +0000 Subject: [PATCH] add directories to spec file --- setools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index 7fed500..688739a 100644 --- a/setools.spec +++ b/setools.spec @@ -1,7 +1,7 @@ Summary: SELinux tools for managing policy Name: setools Version: 1.4.1 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz @@ -123,6 +123,7 @@ rm -rf ${RPM_BUILD_ROOT} %files gui %defattr(-,root,root) +%dir /usr/share/tcl8.4/BWidget-1.4.1 /usr/share/tcl8.4/BWidget-1.4.1/* %_bindir/apol %_sbindir/apol @@ -150,10 +151,15 @@ rm -rf ${RPM_BUILD_ROOT} %_bindir/sepcut %_bindir/seinfo %_bindir/sesearch +%dir /usr/share/setools /usr/share/setools/* +%dir /usr/share/doc/setools-%{version}/* /usr/share/doc/setools-%{version}/* %changelog +* Thu Jul 8 2004 Dan Walsh 1.4.1-3 +- Fix directory ownership + * Thu Jul 8 2004 Dan Walsh 1.4.1-1 - Latest from Tresys