add directories to spec file
This commit is contained in:
parent
cdbafb1fb1
commit
4a6c20e735
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux tools for managing policy
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz
|
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz
|
||||||
@ -123,6 +123,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir /usr/share/tcl8.4/BWidget-1.4.1
|
||||||
/usr/share/tcl8.4/BWidget-1.4.1/*
|
/usr/share/tcl8.4/BWidget-1.4.1/*
|
||||||
%_bindir/apol
|
%_bindir/apol
|
||||||
%_sbindir/apol
|
%_sbindir/apol
|
||||||
@ -150,10 +151,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%_bindir/sepcut
|
%_bindir/sepcut
|
||||||
%_bindir/seinfo
|
%_bindir/seinfo
|
||||||
%_bindir/sesearch
|
%_bindir/sesearch
|
||||||
|
%dir /usr/share/setools
|
||||||
/usr/share/setools/*
|
/usr/share/setools/*
|
||||||
|
%dir /usr/share/doc/setools-%{version}/*
|
||||||
/usr/share/doc/setools-%{version}/*
|
/usr/share/doc/setools-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-3
|
||||||
|
- Fix directory ownership
|
||||||
|
|
||||||
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-1
|
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.4.1-1
|
||||||
- Latest from Tresys
|
- Latest from Tresys
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user