]> xenbits.xensource.com Git - libvirt.git/commit
spec: drop anything older than Fedora 13
authorEric Blake <eblake@redhat.com>
Tue, 15 Jul 2014 22:36:00 +0000 (16:36 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 25 Aug 2014 19:13:39 +0000 (13:13 -0600)
commitda5792419cb99785ff02fcc38c083e57863d1ba0
treeda5509802d88c88fba96d9643cb9a6dc21c909a2
parent9e766888c731aaaa4d8ad281c41e7004cba1b0ed
spec: drop anything older than Fedora 13

RHEL 5 is based on libvirt 0.8.2, as was Fedora 13.  RHEL 5 also
happens to be the oldest box that we actively support with a
buildbot, so it is time to clean up some crufty conditionals in
the spec file that no longer are necessary for modern Fedora.

Although it is probably okay to make further simplifications to
a newer minimum Fedora version, that can be done as a later patch.
This patch just focuses on cleaning any comparison of %{?fedora}
that will always be true or false once we assume a minimum of F13.

* libvirt.spec.in: Make with_audit default to on. Move other
conditionals to a single RHEL-5 block. Simplify any fedora
comparison older than 13.  Document our assumptions.

Signed-off-by: Eric Blake <eblake@redhat.com>
libvirt.spec.in