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

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Oct 22 01:46:40 UTC 2006


Author: pgordon

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

Modified Files:
	viaideinfo.spec 
Log Message:
Enable x86-64 building (upstream says its OK)


Index: viaideinfo.spec
===================================================================
RCS file: /cvs/extras/rpms/viaideinfo/devel/viaideinfo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viaideinfo.spec	19 Oct 2006 06:50:13 -0000	1.1
+++ viaideinfo.spec	22 Oct 2006 01:46:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		viaideinfo
 Version:	0.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Displays the information of installed VIA IDE controllers 
 Group:		Applications/System
 License:	GPL
@@ -9,7 +9,7 @@
 Source0:	http://reactivated.net/software/viaideinfo/viaideinfo-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch:	%{ix86}
+ExclusiveArch:	%{ix86} x86_64
 
 BuildRequires:	pciutils-devel >= 2.2.0  
 
@@ -55,5 +55,9 @@
 
 
 %changelog
+* Sat Oct 21 2006 Peter Gordon <peter at thecodergeek.com> - 0.4-2
+- Enable building on x86_64 (It works fine on x86-64 Via-based systems too,
+  according to an email from the upstream maintainer.)
+
 * Tue Oct 17 2006 Peter Gordon <peter at thecodergeek.com> - 0.4-1
 - Initial packaging




More information about the scm-commits mailing list