diff --git a/python-pymilter.changes b/python-pymilter.changes index 1436cb4..35e5174 100644 --- a/python-pymilter.changes +++ b/python-pymilter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Feb 13 00:04:30 UTC 2021 - Neal Gompa + +- Fix dependency on py3dns so that flavor builds generate correctly + +------------------------------------------------------------------- +Fri Feb 12 13:10:10 UTC 2021 - Markéta Machová + +- Drop py{2.3}-only parts as py2 is skipped + ------------------------------------------------------------------- Wed Dec 11 08:19:51 UTC 2019 - Tomáš Chvátal diff --git a/python-pymilter.spec b/python-pymilter.spec index 2474db2..2f16511 100644 --- a/python-pymilter.spec +++ b/python-pymilter.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymilter # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -40,12 +40,7 @@ BuildRequires: systemd-rpm-macros # Common subpackage named as such to avoid creating flavor packages Requires: pymilter-common = %{version}-%{release} Requires: python -%ifpython2 -Requires: python2-pydns -%endif -%ifpython3 -Requires: python3-py3dns -%endif +Requires: python-py3dns %python_subpackages %description