- Updated build patch. Closes Red Hat Bugzilla bug #465041.

This commit is contained in:
Debarshi Ray 2009-01-11 17:38:20 +00:00
parent 1cd90b0b7f
commit ff91915567
3 changed files with 17 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- qemu-0.7.0/Makefile.target.orig 2005-04-27 21:52:05.000000000 +0100
+++ qemu-0.7.0/Makefile.target 2005-04-30 11:01:41.000000000 +0100
@@ -463,7 +463,7 @@
install: all
ifneq ($(PROGS),)
- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
endif
ifneq ($(wildcard .depend),)

12
qemu-0.9.1-build.patch Normal file
View File

@ -0,0 +1,12 @@
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),)

View File

@ -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 @@ fi
%{_mandir}/man1/qemu-img.1*
%changelog
* Sun Jan 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.9.1-12
- Updated build patch. Closes Red Hat Bugzilla bug #465041.
* Wed Dec 31 2008 Dennis Gilmore <dennis@ausil.us> - 0.9.1-11
- add sparcv9 and sparc64 support