[fedora-virt-maint] rpms/libguestfs/EL-5 libguestfs.spec,1.45,1.46

Richard W.M. Jones rjones at fedoraproject.org
Wed Jul 15 18:38:17 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18703

Modified Files:
	libguestfs.spec 
Log Message:
Need to rerun autoreconf.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- libguestfs.spec	15 Jul 2009 18:18:09 -0000	1.45
+++ libguestfs.spec	15 Jul 2009 18:37:47 -0000	1.46
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.61
-Release:     3%{?dist}
+Release:     4%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -12,6 +12,7 @@ Source0:     http://libguestfs.org/downl
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Patch0:      libguestfs-1.0.61-no-locale-for-perl.patch
+BuildRequires: automake, autoconf, libtool
 
 # Currently fails on PPC because:
 # "No Package Found for kernel"
@@ -302,10 +303,11 @@ Requires:    jpackage-utils
 %prep
 %setup -q
 
-%patch0 -p1
-
 mkdir -p daemon/m4
 
+%patch0 -p1
+autoreconf
+
 
 %build
 %if %{buildnonet}
@@ -537,7 +539,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Jul 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.61-3
+* Wed Jul 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.61-4
 - New upstream release 1.0.61.
 - New tool / subpackage 'virt-cat'.
 - New BR perl-libintl (not enabled, because not in EPEL).




More information about the Fedora-virt-maint mailing list