From aa155c58b236daa78958497388af24b88dedea65 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Jan 11 2021 18:14:53 +0000 Subject: fix build with python3.10 (#1914899) --- diff --git a/ubertooth.spec b/ubertooth.spec index 0ccd238..d689c17 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -4,7 +4,7 @@ Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?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, @@ -117,10 +117,13 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %doc host/python/specan_ui/README %{_bindir}/%{name}-specan-ui %{python3_sitelib}/specan -%{python3_sitelib}/specan-%{version}-py?.?.egg-info +%{python3_sitelib}/specan-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jan 11 2021 Sergey Avseyev 2020.12.R1-2 +- Fix build with python 3.10 + * Mon Jan 04 2021 Sergey Avseyev 2020.12.R1-1 - Update to 2020-12-R1