- Rewrite to handle MLS properly

This commit is contained in:
Daniel J Walsh 2007-02-05 20:07:54 +00:00
parent 39e8c2452d
commit b2c5749643
3 changed files with 7 additions and 5 deletions

View File

@ -8,3 +8,4 @@ mcstrans-0.1.6.tgz
mcstrans-0.1.7.tgz mcstrans-0.1.7.tgz
mcstrans-0.1.8.tgz mcstrans-0.1.8.tgz
mcstrans-0.1.9.tgz mcstrans-0.1.9.tgz
mcstrans-0.2.1.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux Translation Daemon Summary: SELinux Translation Daemon
Name: mcstrans Name: mcstrans
Version: 0.1.10 Version: 0.2.1
Release: 2%{?dist} Release: 1%{?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
Patch: mcstrans-0.1.10-cleanup.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libselinux-devel >= 1.30.3-1 BuildRequires: libselinux-devel >= 1.30.3-1
BuildRequires: libcap-devel BuildRequires: libcap-devel
@ -31,7 +30,6 @@ from internal representations to user defined representation.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .cleanup
%build %build
make clean make clean
@ -72,6 +70,9 @@ fi
%{_sysconfdir}/rc.d/init.d/mcstrans %{_sysconfdir}/rc.d/init.d/mcstrans
%changelog %changelog
* Mon Feb 5 2007 Dan Walsh <dwalsh@redhat.com> 0.2.1-1
- Rewrite to handle MLS properly
* Mon Jan 29 2007 Dan Walsh <dwalsh@redhat.com> 0.1.10-2 * Mon Jan 29 2007 Dan Walsh <dwalsh@redhat.com> 0.1.10-2
- Cleanup memory when complete - Cleanup memory when complete

View File

@ -1 +1 @@
60783c92488b9dda96ecbf7aa88b7323 mcstrans-0.1.10.tgz 7b506a8a4e092994c67c91eaecf46a3b mcstrans-0.2.1.tgz