]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- fix files for --without up build deadbranch-1.71.2
authorsparky <sparky@pld-linux.org>
Wed, 7 Mar 2007 16:48:17 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.71.2.4

qemu.spec

index 63f3e0cdd5d3aa13cd887138d99ce39ac33d4614..1c1dc34d0e35a8e2218d0ba58e5644ed4837d66a 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -287,12 +287,14 @@ EOF
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-misc-kqemu
 %defattr(644,root,root,755)
 %doc kqemu-%{_kqemu_version}/LICENSE
 %config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/kqemu.rules
 %config(noreplace) %verify(not md5 mtime size) /etc/modprobe.d/%{_kernel_ver}/kqemu.conf
 /lib/modules/%{_kernel_ver}/misc/kqemu.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-misc-kqemu
This page took 0.026253 seconds and 4 git commands to generate.