rpms/rt3/devel rt3.spec,1.1,1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Oct 29 02:14:11 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/rt3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21316

Modified Files:
	rt3.spec 
Log Message:
- Remove "Requires(post): /usr/bin/chcon".
- Add "Requires: perl(:MODULE_COMPAT...)".




Index: rt3.spec
===================================================================
RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt3.spec	29 Oct 2005 01:46:42 -0000	1.1
+++ rt3.spec	29 Oct 2005 02:14:09 -0000	1.2
@@ -13,7 +13,7 @@
 
 Name:		rt3
 Version:	3.4.4
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Request tracker 3
 
 Group:		Applications/Internet
@@ -40,8 +40,9 @@
 BuildRequires:	/usr/bin/pod2man
 BuildRequires:	/usr/sbin/apachectl
 
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 Requires(postun): /bin/rm
-Requires(post): /usr/bin/chcon
 
 # rpm doesn't catch these:
 Requires: perl(Apache::Session)
@@ -219,6 +220,10 @@
 %ghost %{_prefix}/local/etc/rt3
 
 %changelog
+* Sat Oct 29 2005 Ralf Corsépius <rc040203 at freenet.de> - 3.4.4-9
+- Remove "Requires(post): /usr/bin/chcon".
+- Add "Requires: perl(:MODULE_COMPAT...)".
+
 * Fri Oct 28 2005 Ralf Corsépius <rc040203 at freenet.de> - 3.4.4-8
 - Fix typo in setting up localstatedir.
 - Own %%{RT3_CACHEDIR}.




More information about the fedora-extras-commits mailing list