Update to 0.3.2
This commit is contained in:
parent
75eac85f3a
commit
050ddd614d
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ mcstrans-0.2.10.tgz
|
|||||||
mcstrans-0.2.11.tgz
|
mcstrans-0.2.11.tgz
|
||||||
mcstrans-0.3.0.6.tgz
|
mcstrans-0.3.0.6.tgz
|
||||||
mcstrans-0.3.1.tgz
|
mcstrans-0.3.1.tgz
|
||||||
|
/mcstrans-0.3.2.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux Translation Daemon
|
Summary: SELinux Translation Daemon
|
||||||
Name: mcstrans
|
Name: mcstrans
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 4%{?dist}
|
Release: 0%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
|
Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
|
||||||
@ -13,8 +13,6 @@ Requires(pre): /sbin/chkconfig /sbin/service
|
|||||||
Requires(post):/sbin/chkconfig /sbin/service
|
Requires(post):/sbin/chkconfig /sbin/service
|
||||||
Provides: setransd
|
Provides: setransd
|
||||||
Provides: libsetrans
|
Provides: libsetrans
|
||||||
Patch: mcstrans-0.3.1-init.patch
|
|
||||||
Patch1: mcstrans-0.3.1-man.patch
|
|
||||||
Obsoletes: libsetrans
|
Obsoletes: libsetrans
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,8 +31,6 @@ from internal representations to user defined representation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .init
|
|
||||||
%patch1 -p1 -b .man
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -76,6 +72,7 @@ fi
|
|||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_mandir}/man8/mcs.8.gz
|
%{_mandir}/man8/mcs.8.gz
|
||||||
%{_mandir}/man8/mcstransd.8.gz
|
%{_mandir}/man8/mcstransd.8.gz
|
||||||
|
%{_mandir}/man8/setrans.conf.8.gz
|
||||||
/sbin/mcstransd
|
/sbin/mcstransd
|
||||||
%{_sysconfdir}/rc.d/init.d/mcstrans
|
%{_sysconfdir}/rc.d/init.d/mcstrans
|
||||||
%dir %{_sysconfdir}/selinux/mls/setrans.d
|
%dir %{_sysconfdir}/selinux/mls/setrans.d
|
||||||
@ -91,6 +88,12 @@ fi
|
|||||||
%{_usr}/share/mcstrans/util/*
|
%{_usr}/share/mcstrans/util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 5 2011 Ted X Toth <txtoth@gmail.com> - 0.3.2-0
|
||||||
|
- Add constraints
|
||||||
|
- Add setrans.conf man page
|
||||||
|
- Fix mixed raw and translated range bug
|
||||||
|
- Moved todo comments to TODO file
|
||||||
|
|
||||||
* Thu Oct 16 2009 Dan Walsh <dwalsh@redhat.com> 0.3.1-4
|
* Thu Oct 16 2009 Dan Walsh <dwalsh@redhat.com> 0.3.1-4
|
||||||
- Add mcstransd man page
|
- Add mcstransd man page
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user