[libvirt] [PATCH] libvirt.spec: fix accidental conditional inclusion of polkit docs

Daniel P. Berrange berrange at redhat.com
Fri Oct 2 15:09:32 UTC 2015


In previous change:

  commit 29b5167417483ef80f6c3fce12811b59a1e2bd55
  Author: Jiri Denemark <jdenemar at redhat.com>
  Date:   Tue Aug 4 14:05:52 2015 +0200

    examples: Add example polkit ACL rules

The polkit examples were accidentally added to the spec inside
a %if %{with_network} conditional.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---

Pushed as a trivial build fix

 libvirt.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 547f750..ed401f7 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -2038,10 +2038,9 @@ exit 0
         %endif
     %endif # ! %{with_driver_modules}
 
-    %if %{with_network}
-
 %doc examples/polkit/*.rules
 
+    %if %{with_network}
 %files daemon-config-network
 %defattr(-, root, root)
 %dir %{_datadir}/libvirt/networks/
-- 
2.4.3




More information about the libvir-list mailing list