1. 10 12月, 2013 35 次提交
  2. 09 12月, 2013 1 次提交
  3. 07 12月, 2013 4 次提交
    • J
      spec: move driver-specific files to driver subpackages · ff76566e
      Jim Fehlig 提交于
      The libvirt-daemon package contains several driver-specific files,
      directories, and script, which can be problematic when building the
      package with multiple hypervisor support, e.g. both QEMU and Xen.
      
      E.g. installing a QEMU+Xen enabled libvirt-daemon on a Xen-only system
      will result in the creation of qemu and kvm groups and a qemu user.
      
      Move the driver-specific files, directories, and script to the
      respective driver subpackages.
      ff76566e
    • J
      spec: Define hypervisor-specific files together · 2984e261
      Jim Fehlig 提交于
      Collapse the various {with_<hypervisor>} conditionals in the
      libvirt-daemon package files section into a single {with_<hypervisor>}
      conditional
      2984e261
    • J
      spec: Conditionally specify some hypervisor-specific files · 753dcf63
      Jim Fehlig 提交于
      Move some hypervisor-specific files in the libvirt-daemon subpackage
      within conditionals for those hypervisors.
      753dcf63
    • J
      spec: Fix files list when building without driver modules · b531255b
      Jim Fehlig 提交于
      The daemon-config-{network,nwfilter} subpackages are built regardless
      of whether or not with_driver_modules is defined, therefore don't
      conditionally define their files list.
      b531255b