From b7ee39501aa5d29ea4b085043ab26277ec790e7b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 16 2022 15:17:33 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/ubertooth.spec b/ubertooth.spec index 3a3bcd2..6e88e9c 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Bluetooth wireless development platform for experimentation # This package is only includes host part of the Ubertooth project, which is licensed under GPLv2. # But parts of the firmware, which is running on the board, licensed under BSD (3 clause): lpcusb, @@ -123,6 +123,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Thu Jun 16 2022 Python Maint - 2020.12.R1-9 +- Rebuilt for Python 3.11 + * Thu Jun 16 2022 Davide Cavalca - 2020.12.R1-8 - Fix build issues; Resolves: RHBZ#2069144