rpms/smartmontools/devel smartmontools-5.37-buildfix.patch, NONE, 1.1 smartmontools.spec, 1.37, 1.38

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Wed Oct 31 11:13:01 UTC 2007


Author: tsmetana

Update of /cvs/pkgs/rpms/smartmontools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13372

Modified Files:
	smartmontools.spec 
Added Files:
	smartmontools-5.37-buildfix.patch 
Log Message:
* Wed Oct 31 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-8.1
- fix build with new automake


smartmontools-5.37-buildfix.patch:

--- NEW FILE smartmontools-5.37-buildfix.patch ---
--- smartmontools-5.37/autogen.sh.buildfix	2007-10-31 11:29:51.000000000 +0100
+++ smartmontools-5.37/autogen.sh	2007-10-31 11:30:24.000000000 +0100
@@ -48,7 +48,7 @@
 echo "than 1.9.x) is only added after extensive tests. If you live in"
 echo "the bleeding edge, you should know what you're doing, mainly how"
 echo "to test it before the developers. Be patient."
-exit 1;
+#exit 1;
 }
 
 test -x "$ACLOCAL" || ACLOCAL="aclocal`echo "$AUTOMAKE" | sed 's/.*automake//'`" && ACLOCAL=`typep "$ACLOCAL"` ||


Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- smartmontools.spec	31 Oct 2007 07:42:56 -0000	1.37
+++ smartmontools.spec	31 Oct 2007 11:12:25 -0000	1.38
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.37
-Release: 	8%{?dist}
+Release: 	8.1%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -13,6 +13,7 @@
 Patch1:		smartmontools-5.37-cloexec.patch
 Patch2:		smartmontools-5.37-3ware.patch
 Patch3:     smartmontools-5.37-addrinfo.patch
+Patch4:     smartmontools-5.37-buildfix.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 PreReq:		/sbin/chkconfig /sbin/service
@@ -43,6 +44,7 @@
 %patch1 -p1 -b .cloexec
 %patch2 -p1 -b .3ware
 %patch3 -p1 -b .addrinfo
+%patch4 -p1 -b .buildfix
 
 %build
 ./autogen.sh
@@ -94,6 +96,9 @@
 %exclude %{_sbindir}/smartd-conf.py[co]
 
 %changelog
+* Wed Oct 31 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-8.1
+- fix build with new automake
+
 * Wed Oct 31 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-8
 - fix #359561 - typo in smartd-conf.py causes smartd to skip all disks
 




More information about the fedora-extras-commits mailing list