From 72539fda827cd0a6a0c416b530897a586d14bab5 Mon Sep 17 00:00:00 2001 From: Greg Swift Date: Jun 29 2021 20:12:49 +0000 Subject: actually pick up changes from last commit --- diff --git a/python-augeas.spec b/python-augeas.spec index 290b45a..17dc5d7 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -4,13 +4,14 @@ Release: 1%{?dist} Summary: Python bindings to augeas License: LGPLv2+ URL: http://augeas.net/ -Source0: https://github.com/hercules-team/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/hercules-team/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: augeas BuildRequires: python3-pytest +BuildRequires: python3-cffi %description python-augeas is a set of Python bindings around augeas. @@ -19,6 +20,7 @@ python-augeas is a set of Python bindings around augeas. %package -n python3-augeas Summary: Python 3 bindings to augeas Requires: augeas-libs +Requires: python3-cffi %{?python_provide:%python_provide python3-augeas} %description -n python3-augeas @@ -26,7 +28,7 @@ python3-augeas is a set of Python bindings around augeas. %prep -%autosetup -n %{name}-v%{version} +%autosetup %build %{py3_build} @@ -41,8 +43,10 @@ pytest-3 %license COPYING %doc AUTHORS README.txt %{python3_sitelib}/augeas.py +%{python3_sitelib}/augeas/* %{python3_sitelib}/python_augeas-*.egg-info %{python3_sitelib}/__pycache__/* +%{python3_sitelib}/test/* %changelog