[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/haddock/devel haddock.spec,1.2,1.3
- From: "Jens Petersen" (petersen) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/haddock/devel haddock.spec,1.2,1.3
- Date: Thu, 29 Jun 2006 20:11:27 -0700
Author: petersen
Update of /cvs/extras/rpms/haddock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16242
Modified Files:
haddock.spec
Log Message:
- set selinux unconfined_execmem_exec_t context to allow running under
targeted policy (#195821)
Index: haddock.spec
===================================================================
RCS file: /cvs/extras/rpms/haddock/devel/haddock.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haddock.spec 29 Jun 2006 12:23:45 -0000 1.2
+++ haddock.spec 30 Jun 2006 03:11:26 -0000 1.3
@@ -1,6 +1,6 @@
Name: haddock
Version: 0.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Haddock documentation tool for annotated Haskell source code
Group: Development/Tools
@@ -10,6 +10,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ghc libxslt docbook-style-xsl
+# need chcon
+PreReq: coreutils
%description
Haddock is a tool for automatically generating hyperlinked documentation from
@@ -53,6 +55,11 @@
%clean
rm -rf ${RPM_BUILD_ROOT}
+
+%post
+/usr/bin/chcon -t unconfined_execmem_exec_t %{_libexecdir}/haddock.bin >/dev/null 2>&1 || :
+
+
%files
%defattr(-,root,root)
%doc haddock/README
@@ -61,7 +68,12 @@
%{_libexecdir}/haddock.bin
%{_datadir}/haddock-%{version}
+
%changelog
+* Fri Jun 30 2006 Jens Petersen <petersen redhat com> - 0.7-3
+- set selinux unconfined_execmem_exec_t context to allow running under
+ targeted policy (#195821)
+
* Thu Mar 2 2006 Jens Petersen <petersen redhat com> - 0.7-2
- rebuild
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]