Re: [libvirt] [PATCH 1/2] spec: remove redundant %if

2013-01-10 Thread Jiri Denemark
On Wed, Jan 09, 2013 at 16:45:11 -0700, Eric Blake wrote:
 The daemon-driver-{qemu,lxc} packages are only built if
 %{with_driver_modules} is specified, so they do not need to
 further test this condition.  Likewise, the daemon package
 is only built if %{with_libvirtd} is specified, so it does
 not need to further test this condition.
 
 * libvirt.spec.in (daemon-driver-qemu, daemon-driver-lxc):
 Unconditionally require libvirt-daemon-driver-network.
 (daemon): Unconditionally include lock-driver files.
 ---
  libvirt.spec.in | 6 --
  1 file changed, 6 deletions(-)

ACK

Jirka

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH 1/2] spec: remove redundant %if

2013-01-10 Thread Eric Blake
On 01/10/2013 02:14 AM, Jiri Denemark wrote:
 On Wed, Jan 09, 2013 at 16:45:11 -0700, Eric Blake wrote:
 The daemon-driver-{qemu,lxc} packages are only built if
 %{with_driver_modules} is specified, so they do not need to
 further test this condition.  Likewise, the daemon package
 is only built if %{with_libvirtd} is specified, so it does
 not need to further test this condition.

 * libvirt.spec.in (daemon-driver-qemu, daemon-driver-lxc):
 Unconditionally require libvirt-daemon-driver-network.
 (daemon): Unconditionally include lock-driver files.
 ---
  libvirt.spec.in | 6 --
  1 file changed, 6 deletions(-)
 
 ACK

Thanks, pushed.

I'm still playing with the idea of a sed script that converts the spec
file into a pseudo C file with just #if/#endif lines (spaced so that
error messages are still to the right line number), which can then be
fed through cppi to enforce the style of patch 2/2, so I'll hold off
just a bit on pushing that part.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/2] spec: remove redundant %if

2013-01-09 Thread Eric Blake
The daemon-driver-{qemu,lxc} packages are only built if
%{with_driver_modules} is specified, so they do not need to
further test this condition.  Likewise, the daemon package
is only built if %{with_libvirtd} is specified, so it does
not need to further test this condition.

* libvirt.spec.in (daemon-driver-qemu, daemon-driver-lxc):
Unconditionally require libvirt-daemon-driver-network.
(daemon): Unconditionally include lock-driver files.
---
 libvirt.spec.in | 6 --
 1 file changed, 6 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 52da4f4..2eba7c7 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -824,9 +824,7 @@ Summary: Qemu driver plugin for the libvirtd daemon
 Group: Development/Libraries
 Requires: libvirt-daemon = %{version}-%{release}
 # There really is a hard cross-driver dependency here
-%if %{with_driver_modules}
 Requires: libvirt-daemon-driver-network = %{version}-%{release}
-%endif

 %description daemon-driver-qemu
 The qemu driver plugin for the libvirtd daemon, providing
@@ -841,9 +839,7 @@ Summary: LXC driver plugin for the libvirtd daemon
 Group: Development/Libraries
 Requires: libvirt-daemon = %{version}-%{release}
 # There really is a hard cross-driver dependency here
-%if %{with_driver_modules}
 Requires: libvirt-daemon-driver-network = %{version}-%{release}
-%endif

 %description daemon-driver-lxc
 The LXC driver plugin for the libvirtd daemon, providing
@@ -1743,10 +1739,8 @@ rm -f 
$RPM_BUILD_ROOT%{_prefix}/lib/sysctl.d/libvirtd.conf
 %dir %attr(0755, root, root) %{_localstatedir}/lib/libvirt/dnsmasq/
 %endif

-%if %{with_libvirtd}
 %dir %attr(0755, root, root) %{_libdir}/libvirt/lock-driver
 %attr(0755, root, root) %{_libdir}/libvirt/lock-driver/lockd.so
-%endif

 %if %{with_qemu}
 %{_datadir}/augeas/lenses/libvirtd_qemu.aug
-- 
1.8.0.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list