rpms/mhonarc/devel mhonarc.spec,1.12,1.13

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 23:04:43 UTC 2006


Author: abompard

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

Modified Files:
	mhonarc.spec 
Log Message:
ExcludeArch x86_64 because perl-Unicode-Map8 does not work on this arch


Index: mhonarc.spec
===================================================================
RCS file: /cvs/extras/rpms/mhonarc/devel/mhonarc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mhonarc.spec	22 Feb 2006 15:19:02 -0000	1.12
+++ mhonarc.spec	22 Feb 2006 23:04:43 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           mhonarc
 Version:        2.6.15
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl mail-to-HTML converter
 
 Group:          Applications/Internet
@@ -12,6 +12,10 @@
 BuildArch:      noarch
 Provides:       MHonArc = %{version}-%{release}
 
+# perl-Unicode-Map8 does not work on x86_64, see bug #182514
+ExcludeArch: x86_64
+
+
 %description
 MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML mail
 archiving with index, mail thread linking, etc; plus other
@@ -50,6 +54,9 @@
 
 
 %changelog
+* Thu Feb 23 2006 Aurelien Bompard <gauret[AT]free.fr> 2.6.15-4
+- excludearch x86_64
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 2.6.15-3
 - rebuild for FC5
 




More information about the fedora-extras-commits mailing list