diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2018-07-23 12:14:52 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2018-07-23 14:10:58 +0100 |
commit | 7b4d6760659a36f2a8b609f31da218b437ffc8bc (patch) | |
tree | 7380e7074a9ff3fe6c0a01d716e92b6c4c5fe9a6 /libvirt-python.spec.in | |
parent | cc55ae62d71ccd561365ee72480d1a803baa58ed (diff) | |
download | libvirt-python-7b4d6760659a36f2a8b609f31da218b437ffc8bc.tar.gz |
rpm: update min required rhel/fedora
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'libvirt-python.spec.in')
-rw-r--r-- | libvirt-python.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 8709317..21dc713 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.spec.in @@ -3,8 +3,8 @@ # This spec file assumes you are building on a Fedora or RHEL version # that's still supported by the vendor. It may work on other distros # or versions, but no effort will be made to ensure that going forward -%define min_rhel 6 -%define min_fedora 25 +%define min_rhel 7 +%define min_fedora 27 %if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel}) %define supported_platform 1 |