[mcstrans: 1/2] Update to 0.3.2

Ted X Toth txtoth at fedoraproject.org
Mon Jan 17 21:11:25 UTC 2011


commit 050ddd614d32412891a32e46d5dc7e0696e68c03
Author: Ted X Toth <txtoth at gmail.com>
Date:   Mon Jan 17 13:01:06 2011 -0800

    Update to 0.3.2

 .gitignore    |    1 +
 mcstrans.spec |   15 +++++++++------
 sources       |    1 +
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b6b728..4e302fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/mcstrans.spec b/mcstrans.spec
index 25c25a0..c563791 100644
--- a/mcstrans.spec
+++ b/mcstrans.spec
@@ -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 at 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 at redhat.com> 0.3.1-4
 - Add mcstransd man page
 
diff --git a/sources b/sources
index 818fba2..5a11517 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 b9f80deb6a34211650e19bc283e94e46  mcstrans-0.3.1.tgz
+032584c741ead539a918e9b4a9184ffd  mcstrans-0.3.2.tgz


More information about the scm-commits mailing list