]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- allow building without up
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Oct 2007 09:00:15 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.85.2.16

qemu.spec

index 7b8af5ae507e01df09bbc4f6f2e262df7707550b..4e92a59afaefa5dbc937424fc20a96273668b4ba 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -316,12 +316,14 @@ EOF
 %endif
 
 %if %{with kernel}
+%if %{with up}
 %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.039276 seconds and 4 git commands to generate.