From 67aab6dc1f239c32fabe1548c083d07ba449ba49c1855b57da739ff1139f4bb1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 11 Feb 2022 20:48:24 +0000 Subject: [PATCH] - Clean up the SPEC file a little bit. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-confuse?expand=0&rev=2 --- python-confuse.changes | 5 +++++ python-confuse.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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