rpms/gpart/devel gpart.spec,1.14,1.15

Manuel Wolfshant wolfy at fedoraproject.org
Sat Feb 28 15:25:20 UTC 2009


Author: wolfy

Update of /cvs/pkgs/rpms/gpart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10077

Modified Files:
	gpart.spec 
Log Message:
replace exclusivearch i386 with %{ix86}


Index: gpart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpart/devel/gpart.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gpart.spec	25 Feb 2009 00:28:18 -0000	1.14
+++ gpart.spec	28 Feb 2009 15:24:49 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: A program for recovering corrupt partition tables
 Name:    gpart
 Version: 0.1h
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://www.stud.uni-hannover.de/user/76201/gpart/
@@ -17,7 +17,7 @@
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-kernheaders
 
-ExclusiveArch: i386
+ExclusiveArch:  %{ix86}
 
 %description
 Gpart is a small tool which tries to guess what partitions are on a PC
@@ -52,6 +52,9 @@
 %{_mandir}/man8/%{name}.8.gz
 
 %changelog
+* Sat Feb 28 2009 manuel "lonely wolf" wolfshant <wolfy at fedoraproject.org> - 0.1h-11
+- replacing %%exclusive arch i386 with %%{ix86}
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1h-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list