- rebuild (one more error in autogen.sh)
This commit is contained in:
parent
58a262ea7b
commit
4ac28c577d
@ -1,11 +1,12 @@
|
|||||||
--- smartmontools-5.37/autogen.sh.buildfix 2007-10-31 11:29:51.000000000 +0100
|
--- smartmontools-5.37/autogen.sh.buildfix 2005-09-19 11:28:11.000000000 +0200
|
||||||
+++ smartmontools-5.37/autogen.sh 2007-10-31 11:30:24.000000000 +0100
|
+++ smartmontools-5.37/autogen.sh 2007-10-31 12:24:53.000000000 +0100
|
||||||
@@ -48,7 +48,7 @@
|
@@ -48,7 +48,8 @@
|
||||||
echo "than 1.9.x) is only added after extensive tests. If you live in"
|
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 "the bleeding edge, you should know what you're doing, mainly how"
|
||||||
echo "to test it before the developers. Be patient."
|
echo "to test it before the developers. Be patient."
|
||||||
-exit 1;
|
-exit 1;
|
||||||
+#exit 1;
|
+#exit 1;
|
||||||
|
+AUTOMAKE=automake
|
||||||
}
|
}
|
||||||
|
|
||||||
test -x "$ACLOCAL" || ACLOCAL="aclocal`echo "$AUTOMAKE" | sed 's/.*automake//'`" && ACLOCAL=`typep "$ACLOCAL"` ||
|
test -x "$ACLOCAL" || ACLOCAL="aclocal`echo "$AUTOMAKE" | sed 's/.*automake//'`" && ACLOCAL=`typep "$ACLOCAL"` ||
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 5.37
|
Version: 5.37
|
||||||
Release: 8.1%{?dist}
|
Release: 8.2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -96,6 +96,9 @@ exit 0
|
|||||||
%exclude %{_sbindir}/smartd-conf.py[co]
|
%exclude %{_sbindir}/smartd-conf.py[co]
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.2
|
||||||
|
- rebuild (one more error in autogen.sh)
|
||||||
|
|
||||||
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.1
|
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.1
|
||||||
- fix build with new automake
|
- fix build with new automake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user