From 80a09a3fa3d350abda198179f266295236e30041 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Nov 2025 15:54:33 +0000 Subject: [PATCH] import UBI python-dasbus-1.5-1.el9 --- .gitignore | 2 +- .python-dasbus.metadata | 2 +- SPECS/python-dasbus.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0828b8e..10298f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dasbus-1.4.tar.gz +SOURCES/dasbus-1.5.tar.gz diff --git a/.python-dasbus.metadata b/.python-dasbus.metadata index fe89c8c..08aee5e 100644 --- a/.python-dasbus.metadata +++ b/.python-dasbus.metadata @@ -1 +1 @@ -dd516eb70d3a542cdd29e09ed67bc549cc9b2d56 SOURCES/dasbus-1.4.tar.gz +dabf4a6816e9d7b86a7c403a2605d6aaa53643e0 SOURCES/dasbus-1.5.tar.gz diff --git a/SPECS/python-dasbus.spec b/SPECS/python-dasbus.spec index 8a24d8e..88ca2c0 100644 --- a/SPECS/python-dasbus.spec +++ b/SPECS/python-dasbus.spec @@ -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 - 1.5-1 +- Update to version 1.5 + * Tue Aug 10 2021 Mohan Boddu - 1.4-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688