• L
    specfile: fix make rpm when with_driver_modules is 1 · a13051b2
    Laine Stump 提交于
    Commit ff76566e moved around things in the specfiles to put
    driver-specific files into their appropriate sub-packages (when
    with_driver_modules == 1), but accidentally changed things so that the
    deamon-driver-network and daemon-config-network files were only
    included in a package when with_driver_modules == 0. This broke "make
    rpm" on fedora (where with_driver_modules == 1).
    
    This patch follows the pattern (already used for the files in other
    sub-modules) of duplicating the files for the main package
    (!with_driver_modules) and the sub-package (with_driver_modules).
    a13051b2
libvirt.spec.in 85.5 KB