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

Authored and Committed by Debarshi Ray 16 years ago
    - Updated build patch. Closes Red Hat Bugzilla bug #465041.
    
        
qemu-0.9.1-build.patch qemu-0.7.0-build.patch
file renamed
+5 -4
qemu-0.7.0-build.patch → qemu-0.9.1-build.patch RENAMED
@@ -1,8 +1,9 @@
1
- --- qemu-0.7.0/Makefile.target.orig 2005-04-27 21:52:05.000000000 +0100
2
- +++ qemu-0.7.0/Makefile.target 2005-04-30 11:01:41.000000000 +0100
3
- @@ -463,7 +463,7 @@
1
+ diff -urNp qemu-0.9.1.orig/Makefile.target qemu-0.9.1/Makefile.target
2
+ --- qemu-0.9.1.orig/Makefile.target 2009-01-11 23:01:20.000000000 +0530
3
+ +++ qemu-0.9.1/Makefile.target 2009-01-11 23:02:16.000000000 +0530
4
+ @@ -632,7 +632,7 @@ clean:
4
5
5
- install: all
6
+ install: all
6
7
ifneq ($(PROGS),)
7
8
- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
8
9
+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
file modified
+5 -2
qemu.spec CHANGED
@@ -8,13 +8,13 @@
8
8
Summary: QEMU is a FAST! processor emulator
9
9
Name: qemu
10
10
Version: 0.9.1
11
- Release: 11%{?dist}
11
+ Release: 12%{?dist}
12
12
License: GPLv2+ and LGPLv2+
13
13
Group: Development/Tools
14
14
URL: http://www.qemu.org/
15
15
Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
16
16
Source1: qemu.init
17
- Patch0: qemu-0.7.0-build.patch
17
+ Patch0: qemu-0.9.1-build.patch
18
18
# Change default NIC to rtl8139 to get link-state detection
19
19
Patch3: qemu-0.9.1-nic-defaults.patch
20
20
Patch4: qemu-%{version}-block-rw-range-check.patch
@@ -159,6 +159,9 @@ fi
159
159
%{_mandir}/man1/qemu-img.1*
160
160
161
161
%changelog
162
+ * Sun Jan 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.9.1-12
163
+ - Updated build patch. Closes Red Hat Bugzilla bug #465041.
164
+
162
165
* Wed Dec 31 2008 Dennis Gilmore <dennis@ausil.us> - 0.9.1-11
163
166
- add sparcv9 and sparc64 support
164
167