diff --git a/python-confuse.changes b/python-confuse.changes index 50bbff5..7f13827 100644 --- a/python-confuse.changes +++ b/python-confuse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 11 20:47:52 UTC 2022 - Matej Cepl + +- Clean up the SPEC file a little bit. + ------------------------------------------------------------------- Thu Feb 10 21:40:00 UTC 2022 - Jaime Marquínez Ferrándiz diff --git a/python-confuse.spec b/python-confuse.spec index f40a816..88a47f0 100644 --- a/python-confuse.spec +++ b/python-confuse.spec @@ -24,13 +24,12 @@ Summary: Painless YAML configuration License: MIT URL: https://github.com/beetbox/confuse Source: https://files.pythonhosted.org/packages/source/c/confuse/confuse-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module flit < 4} BuildRequires: %{python_module flit >= 2} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-PyYAML BuildArch: noarch %python_subpackages @@ -54,6 +53,7 @@ Painless YAML configuration. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/confuse-%{version}*-info/ +%{python_sitelib}/confuse/ %changelog