|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%global srcname into-dbus-python
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 0.08
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Transformer to dbus-python types
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://github.com/stratis-storage/into-dbus-python
|
|
|
|
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
@ -23,6 +23,11 @@ Summary: %{summary}
|
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
# Required due to a setuptools bug that was fixed in setuptools 61.0.
|
|
|
|
|
# Previous to that version, setuptools loads the __init__.py module to
|
|
|
|
|
# obtain the value of the __version__ attribute.
|
|
|
|
|
BuildRequires: python3-dbus-signature-pyparsing
|
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
|
|
|
|
|
|
@ -44,6 +49,10 @@ Python 3 version.
|
|
|
|
|
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 05 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1
|
|
|
|
|
- Update to 0.8.2
|
|
|
|
|
- Resolves: rhbz#2193199
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.08-5
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|