mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 16:45:20 +00:00
spec: prefer canonical name of util-linux
I noticed that in two places, we require util-linux, and in a third, we require util-linux-ng. On Fedora (I tested F15 through rawhide), util-linux-ng is obsoleted by util-linux; on RHEL 6, util-linux is obsoleted by util-linux-ng. That is, on either platform, either name will get you the correct package installed (where the preferred name on fedora is util-linux, and on RHEL 6 is util-linux-ng). But on RHEL 5, there is no util-linux-ng * libvirt.spec.in (Requires): Use util-linux, not util-linux-ng. (cherry picked from commit a9087ad16dc23fc57de16017e05e85e26cf9813d)
This commit is contained in:
parent
6d4bca5b1f
commit
6730e6352f
@ -614,7 +614,7 @@ Requires: PolicyKit >= 0.6
|
|||||||
%if %{with_storage_fs}
|
%if %{with_storage_fs}
|
||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
# For mkfs
|
# For mkfs
|
||||||
Requires: util-linux-ng
|
Requires: util-linux
|
||||||
# For pool-build probing for existing pools
|
# For pool-build probing for existing pools
|
||||||
BuildRequires: libblkid-devel >= 2.17
|
BuildRequires: libblkid-devel >= 2.17
|
||||||
# For glusterfs
|
# For glusterfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user