Update to 0.3.2
This commit is contained in:
parent
75eac85f3a
commit
07ded81ec8
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ mcstrans-0.2.10.tgz
|
||||
mcstrans-0.2.11.tgz
|
||||
mcstrans-0.3.0.6.tgz
|
||||
mcstrans-0.3.1.tgz
|
||||
/mcstrans-0.3.2.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 0.3.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 0%{?dist}
|
||||
License: GPL+
|
||||
Group: System Environment/Daemons
|
||||
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
|
||||
Provides: setransd
|
||||
Provides: libsetrans
|
||||
Patch: mcstrans-0.3.1-init.patch
|
||||
Patch1: mcstrans-0.3.1-man.patch
|
||||
Obsoletes: libsetrans
|
||||
|
||||
%description
|
||||
@ -33,8 +31,6 @@ from internal representations to user defined representation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .init
|
||||
%patch1 -p1 -b .man
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -76,6 +72,7 @@ fi
|
||||
%defattr(-,root,root,0755)
|
||||
%{_mandir}/man8/mcs.8.gz
|
||||
%{_mandir}/man8/mcstransd.8.gz
|
||||
%{_mandir}/man8/setrans.conf.8.gz
|
||||
/sbin/mcstransd
|
||||
%{_sysconfdir}/rc.d/init.d/mcstrans
|
||||
%dir %{_sysconfdir}/selinux/mls/setrans.d
|
||||
@ -91,6 +88,12 @@ fi
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%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
|
||||
- Add mcstransd man page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user