From 34d547a6366a947fcf5d8299fd9138c1b2b384e6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Feb 11 2019 18:42:52 +0000 Subject: Rebuild for python-kdcproxy 0.4.1 and disable Python dep generator use --- diff --git a/freeipa.spec b/freeipa.spec index d8d45ed..46b1135 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -102,6 +102,11 @@ # https://pagure.io/389-ds-base/issue/49818 %global ds_version 1.4.0.16-1 +# Don't use Fedora's Python dependency generator on Fedora 30/rawhide yet. +# Some packages don't provide new dist aliases. +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ +%{?python_disable_dependency_generator} + %endif # Fedora # Require Dogtag PKI 10.6.7-3 which fixes UpdateNumberRange clone @@ -137,7 +142,7 @@ Name: %{package_name} Version: %{IPA_VERSION} -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Identity, Policy and Audit system License: GPLv3+ @@ -493,7 +498,7 @@ Requires: python3-dbus Requires: python3-dns >= 1.15 Requires: python3-gssapi >= 1.2.0 Requires: python3-ipaclient = %{version}-%{release} -Requires: python3-kdcproxy >= 0.3 +Requires: python3-kdcproxy >= 0.4.1 Requires: python3-lxml Requires: python3-pki >= %{pki_version} Requires: python3-pyasn1 >= 0.3.2-2 @@ -1730,6 +1735,10 @@ fi %changelog +* Mon Feb 11 2019 Alexander Bokovoy - 4.7.2-4 +- Disable python dependency generator in Rawhide as not all required packages support it yet +- Require python-kdcproxy 0.4.1 or later on Rawhide + * Fri Feb 8 2019 Alexander Bokovoy - 4.7.2-3 - Fix compile issues after a mass rebuild using upstream patches