From bb75507679281cac1c9a10c147f7ce5ac9d18713 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 12:29:55 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-dasbus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dasbus.spec b/python-dasbus.spec index 55e68a3..4dca38a 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DBus library in Python 3 License: LGPL-2.1-or-later @@ -57,6 +57,9 @@ Requires: python3-gobject-base %{python3_sitelib}/%{srcname}/ %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Nov 07 2022 Vendula Poncova - 1.7-1 - CI: Use dnf instead of yum to install CentOS packages (vponcova) - Documentation: Improve the installation instruction (vponcova)