]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
spec: prefer canonical name of util-linux
authorEric Blake <eblake@redhat.com>
Thu, 4 Oct 2012 16:02:02 +0000 (10:02 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 5 Oct 2012 12:31:05 +0000 (06:31 -0600)
commita9087ad16dc23fc57de16017e05e85e26cf9813d
tree067ab1eed5fb90456a439bf2452be57cf5f5effe
parentfcd64772be6610f18fff423e820bb96006f4ada6
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.
libvirt.spec.in