import UBI python-dasbus-1.5-1.el9

This commit is contained in:
eabdullin 2025-11-11 15:54:33 +00:00
parent c7f597c08c
commit 80a09a3fa3
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dasbus-1.4.tar.gz
SOURCES/dasbus-1.5.tar.gz

View File

@ -1 +1 @@
dd516eb70d3a542cdd29e09ed67bc549cc9b2d56 SOURCES/dasbus-1.4.tar.gz
dabf4a6816e9d7b86a7c403a2605d6aaa53643e0 SOURCES/dasbus-1.5.tar.gz

View File

@ -1,8 +1,8 @@
%global srcname dasbus
Name: python-%{srcname}
Version: 1.4
Release: 5%{?dist}
Version: 1.5
Release: 1%{?dist}
Summary: DBus library in Python 3
License: LGPLv2+
@ -43,6 +43,9 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Mon Jul 07 2025 Katerina Koukiou <k.koukiou@gmail.com> - 1.5-1
- Update to version 1.5
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688