Update to 0.3.2

This commit is contained in:
Ted X Toth 2011-01-17 13:01:06 -08:00
parent 75eac85f3a
commit 07ded81ec8
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1,2 @@
b9f80deb6a34211650e19bc283e94e46 mcstrans-0.3.1.tgz
032584c741ead539a918e9b4a9184ffd mcstrans-0.3.2.tgz