diff --git a/kiwi.spec b/kiwi.spec index 3f0005d..80796ea 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -9,7 +9,7 @@ and cloud systems like Xen, KVM, VMware, EC2 and more. Name: kiwi Version: 9.13.7 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://suse.github.io/kiwi/ Summary: Flexible operating system image builder License: GPLv3+ @@ -94,6 +94,8 @@ to run KIWI. Summary: KIWI - Python 2 implementation Requires: %{name}-systemdeps = %{version}-%{release} Requires: python2-setuptools +# Conflict with flumotion that was pre kiwi-gtk package rename +Conflicts: flumotion < 0.11.0.1-9 BuildArch: noarch %{?python_provide:%python_provide python2-%{name}} @@ -319,6 +321,9 @@ done # Empty metapackage %changelog +* Sat Mar 17 2018 Neal Gompa - 9.13.7-2 +- Add Conflicts for flumotion < 0.11.0.1-9 on python2-kiwi + * Sat Mar 17 2018 Neal Gompa - 9.13.7-1 - Initial import into Fedora (RH#1483339)