rpms/happy/F-12 happy.spec,1.14,1.15

Jens Petersen petersen at fedoraproject.org
Thu Oct 1 09:23:54 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/happy/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20207

Modified Files:
	happy.spec 
Log Message:
selinux fcontext no longer needed in post script


Index: happy.spec
===================================================================
RCS file: /cvs/extras/rpms/happy/F-12/happy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- happy.spec	16 Sep 2009 09:32:51 -0000	1.14
+++ happy.spec	1 Oct 2009 09:23:53 -0000	1.15
@@ -4,7 +4,7 @@
 Name:           happy
 # part of haskell-platform-2009.2.0.2
 Version:        1.18.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        BSD
 Group:          Development/Tools
 URL:            http://haskell.org/happy/
@@ -53,11 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/%{name} >/dev/null 2>&1 || :
-restorecon %{_bindir}/%{name}
-
-
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE CHANGES LICENSE README TODO doc/happy
@@ -66,6 +61,9 @@ restorecon %{_bindir}/%{name}
 
 
 %changelog
+* Thu Oct  1 2009 Jens Petersen <petersen at redhat.com> - 1.18.4-4
+- selinux fcontext no longer needed in post script
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list