rpms/fedora-package-config-smart/devel fedora-package-config-smart.spec, 1.12, 1.13

Axel Thimm athimm at fedoraproject.org
Tue Apr 14 08:45:33 UTC 2009


Author: athimm

Update of /cvs/extras/rpms/fedora-package-config-smart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15170/devel

Modified Files:
	fedora-package-config-smart.spec 
Log Message:
Fix bug #494068


Index: fedora-package-config-smart.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/fedora-package-config-smart.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fedora-package-config-smart.spec	24 Feb 2009 16:35:21 -0000	1.12
+++ fedora-package-config-smart.spec	14 Apr 2009 08:45:02 -0000	1.13
@@ -4,8 +4,8 @@
 
 Summary: Fedora configuration files for the Smart package manager
 Name: fedora-package-config-smart
-Version: 9.89
-Release: 15
+Version: 10.92
+Release: 16
 License: GPL+
 Group: System Environment/Base
 URL: http://fedoraproject.org/
@@ -24,7 +24,7 @@
 # place the proper arch in the folders
 for filein in *.channel.in; do
   file=`echo $filein | sed -e's,\.in$,,'`
-  sed -e's, at ARCH@,%{_target_cpu},g' -e's, at DISTVERSION@,%{version},' < $filein > $file
+  sed -e's, at ARCH@,%{_arch},g' -e's, at DISTVERSION@,%{version},' < $filein > $file
 done
 
 %if %{rawhide}
@@ -51,6 +51,9 @@
 %config(noreplace) %{_sysconfdir}/smart/channels/*.channel
 
 %changelog
+* Tue Apr 14 2009 Axel Thimm <Axel.Thimm at ATrpms.net> - 10.92-16
+- Use %%_arch instead of %%_target_cpu.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.89-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list