actually pick up changes from last commit

This commit is contained in:
Greg Swift 2021-06-29 15:12:49 -05:00
parent dfdb8bbf41
commit 72539fda82

View File

@ -4,13 +4,14 @@ Release: 1%{?dist}
Summary: Python bindings to augeas Summary: Python bindings to augeas
License: LGPLv2+ License: LGPLv2+
URL: http://augeas.net/ 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 BuildArch: noarch
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: augeas BuildRequires: augeas
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-cffi
%description %description
python-augeas is a set of Python bindings around augeas. 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 %package -n python3-augeas
Summary: Python 3 bindings to augeas Summary: Python 3 bindings to augeas
Requires: augeas-libs Requires: augeas-libs
Requires: python3-cffi
%{?python_provide:%python_provide python3-augeas} %{?python_provide:%python_provide python3-augeas}
%description -n python3-augeas %description -n python3-augeas
@ -26,7 +28,7 @@ python3-augeas is a set of Python bindings around augeas.
%prep %prep
%autosetup -n %{name}-v%{version} %autosetup
%build %build
%{py3_build} %{py3_build}
@ -41,8 +43,10 @@ pytest-3
%license COPYING %license COPYING
%doc AUTHORS README.txt %doc AUTHORS README.txt
%{python3_sitelib}/augeas.py %{python3_sitelib}/augeas.py
%{python3_sitelib}/augeas/*
%{python3_sitelib}/python_augeas-*.egg-info %{python3_sitelib}/python_augeas-*.egg-info
%{python3_sitelib}/__pycache__/* %{python3_sitelib}/__pycache__/*
%{python3_sitelib}/test/*
%changelog %changelog