import UBI python-into-dbus-python-0.8.2-1.el9
This commit is contained in:
parent
2473078221
commit
cb013cb86a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/into-dbus-python-0.08.tar.gz
|
SOURCES/into-dbus-python-0.8.2.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b8c4c8ef98087a784e667beecff2178e1f54c5bb SOURCES/into-dbus-python-0.08.tar.gz
|
ee19fba19bcfb67c641810676e5bb95f907730b7 SOURCES/into-dbus-python-0.8.2.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%global srcname into-dbus-python
|
%global srcname into-dbus-python
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.08
|
Version: 0.8.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Transformer to dbus-python types
|
Summary: Transformer to dbus-python types
|
||||||
|
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/stratis-storage/into-dbus-python
|
URL: https://github.com/stratis-storage/into-dbus-python
|
||||||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -23,6 +23,11 @@ Summary: %{summary}
|
|||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
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}
|
%description -n python3-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -44,6 +49,10 @@ Python 3 version.
|
|||||||
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 05 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1
|
||||||
|
- Update to 0.8.2
|
||||||
|
- Resolves: rhbz#2193199
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-5
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-5
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user