diff --git a/qemu-0.7.0-build.patch b/qemu-0.7.0-build.patch
deleted file mode 100644
index 55e4dd4..0000000
--- a/qemu-0.7.0-build.patch
+++ /dev/null
@@ -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),)
diff --git a/qemu-0.9.1-build.patch b/qemu-0.9.1-build.patch
new file mode 100644
index 0000000..b71afca
--- /dev/null
+++ b/qemu-0.9.1-build.patch
@@ -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),)
diff --git a/qemu.spec b/qemu.spec
index bce05c9..e8f318d 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -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