rpms/smart/devel smart.spec,1.44,1.45

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Sep 5 01:00:32 UTC 2009


Author: mjakubicek

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

Modified Files:
	smart.spec 
Log Message:
- Fix FTBFS: accept automake 1.11




Index: smart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smart/devel/smart.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- smart.spec	27 Jul 2009 04:28:23 -0000	1.44
+++ smart.spec	5 Sep 2009 01:00:31 -0000	1.45
@@ -7,7 +7,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 1.2
-Release: 65%{?dist}
+Release: 66%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -87,6 +87,8 @@ if test -f /%{_lib}/security/pam_stack.s
   perl -pi -e's,include(\s*)(.*),required\1pam_stack.so service=\2,' smart.pam
   touch -r %{SOURCE2} smart.pam
 fi
+# Reported as https://bugs.launchpad.net/smart/+bug/424642
+sed -i 's#automake\*1\.10\*#automake*1.10* | automake*1.11*#' contrib/ksmarttray/admin/cvs.sh
 
 %build
 CFLAGS="%{optflags}"
@@ -207,6 +209,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Sep  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.2-66
+- Fix FTBFS: accept automake 1.11
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-65
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list