rpms/qemu/devel qemu-0.9.1-build.patch, NONE, 1.1 qemu.spec, 1.44, 1.45 qemu-0.7.0-build.patch, 1.5, NONE

Debarshi Ray rishi at fedoraproject.org
Sun Jan 11 17:38:50 UTC 2009


Author: rishi

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

Modified Files:
	qemu.spec 
Added Files:
	qemu-0.9.1-build.patch 
Removed Files:
	qemu-0.7.0-build.patch 
Log Message:
* Sun Jan 11 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.9.1-12
- Updated build patch. Closes Red Hat Bugzilla bug #465041.


qemu-0.9.1-build.patch:

--- NEW FILE qemu-0.9.1-build.patch ---
diff -urNp qemu-0.9.1.orig/Makefile.target qemu-0.9.1/Makefile.target
--- qemu-0.9.1.orig/Makefile.target	2009-01-11 23:01:20.000000000 +0530
+++ qemu-0.9.1/Makefile.target	2009-01-11 23:02:16.000000000 +0530
@@ -632,7 +632,7 @@ clean:
 
 install: all
 ifneq ($(PROGS),)
-	$(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
+	$(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
 endif
 
 ifneq ($(wildcard .depend),)


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- qemu.spec	1 Jan 2009 17:00:58 -0000	1.44
+++ qemu.spec	11 Jan 2009 17:38:20 -0000	1.45
@@ -8,13 +8,13 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.9.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://www.qemu.org/
 Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
 Source1: qemu.init
-Patch0: qemu-0.7.0-build.patch
+Patch0: qemu-0.9.1-build.patch
 # Change default NIC to rtl8139 to get link-state detection
 Patch3: qemu-0.9.1-nic-defaults.patch
 Patch4: qemu-%{version}-block-rw-range-check.patch
@@ -159,6 +159,9 @@
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Sun Jan 11 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.9.1-12
+- Updated build patch. Closes Red Hat Bugzilla bug #465041.
+
 * Wed Dec 31 2008 Dennis Gilmore <dennis at ausil.us> - 0.9.1-11
 - add sparcv9 and sparc64 support
 


--- qemu-0.7.0-build.patch DELETED ---




More information about the fedora-extras-commits mailing list