From f504fef16267415390fa1c2cff6037065534f3ec Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 6 Jul 2018 16:03:32 +0300 Subject: [PATCH 1/4] Update to 2018-06-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 87f5274..3b204fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ubertooth-2017-03-R2.tar.xz +/ubertooth-2018-06-R1.tar.xz diff --git a/sources b/sources index 3580235..23677d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2017-03-R2.tar.xz) = 4806a6ac664ec9b78964caeb47f87a60db8f664c529e6e58bc1e5db4d858eaaa1ae51f0293f4a5227a102e556caf1611e97f6675147af4bc34e23646049e8571 +SHA512 (ubertooth-2018-06-R1.tar.xz) = 48865184473dc99e865c6c997e3a1ad9f9f4702ac6d580cc695adea935615a07caeb12a2d10bd81de3e32e332dbc3af291b7d9380eb86a1cdf391ddf4b260b80 diff --git a/ubertooth.spec b/ubertooth.spec index 3aceee1..012fe74 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,6 +1,6 @@ -%global POSTYEAR 2017 -%global POSTMONTH 03 -%global POSTNUM 2 +%global POSTYEAR 2018 +%global POSTMONTH 06 +%global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} @@ -108,5 +108,8 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 +- Update to 2018-06-R1 + * Mon Apr 23 2018 Sergey Avseyev 2017.03.R2-1 - Initial import From f36064b729a47609ed6190fd1ba0128c16e46a71 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Fri, 10 Aug 2018 01:25:43 +0300 Subject: [PATCH 2/4] Update to 2018-08-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b204fd..89501b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz +/ubertooth-2018-08-R1.tar.xz diff --git a/sources b/sources index 23677d6..d21a18b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2018-06-R1.tar.xz) = 48865184473dc99e865c6c997e3a1ad9f9f4702ac6d580cc695adea935615a07caeb12a2d10bd81de3e32e332dbc3af291b7d9380eb86a1cdf391ddf4b260b80 +SHA512 (ubertooth-2018-08-R1.tar.xz) = 630707583b4fa0683d3f2a40e06697546897e603bd27842886897949ffeaff252d3b34040dee6b8b3319f9bed65eb706f57b885d7a6719fc9cb993e7c1d9c203 diff --git a/ubertooth.spec b/ubertooth.spec index 012fe74..a41be51 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,5 +1,5 @@ %global POSTYEAR 2018 -%global POSTMONTH 06 +%global POSTMONTH 08 %global POSTNUM 1 Name: ubertooth @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 +- Update to 2018-08-R1 + * Fri Jul 06 2018 Sergey Avseyev 2018.06.R1-1 - Update to 2018-06-R1 From 930258d9d6cb14d53b6c5ae1dced43e2c0514656 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sun, 15 Jul 2018 21:22:39 +0300 Subject: [PATCH 3/4] Added systemd as build requirement for _udevrulesdir macro --- .gitignore | 2 ++ ubertooth.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89501b1..e29bdfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/results_ubertooth +/*.src.rpm /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz /ubertooth-2018-08-R1.tar.xz diff --git a/ubertooth.spec b/ubertooth.spec index a41be51..c2da170 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, @@ -14,7 +14,7 @@ URL: https://github.com/greatscottgadgets/ubertooth Source0: https://github.com/greatscottgadgets/ubertooth/releases/download/%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}/%{name}-%{POSTYEAR}-%{POSTMONTH}-R%{POSTNUM}.tar.xz Patch0: 0000-fix-python-shebang.patch -BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel +BuildRequires: libusb1-devel cmake libpcap-devel gcc-c++ bluez-libs-devel libbtbb-devel python3-devel systemd Requires: lib%{name}%{?_isa} = %{version}-%{release} Recommends: %{name}-specan-ui = %{version}-%{release} @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Tue Nov 13 2018 Sergey Avseyev - 2018.08.R1-2 +- Added systemd as build requirement for _udevrulesdir macro + * Fri Aug 10 2018 Sergey Avseyev 2018.08.R1-1 - Update to 2018-08-R1 From 5684e85803606673b27751d08cab8f13f5adf41b Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Sat, 8 Dec 2018 10:42:35 +0300 Subject: [PATCH 4/4] Update to 2018-12-R1 --- .gitignore | 1 + sources | 2 +- ubertooth.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e29bdfc..12c10bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ubertooth-2017-03-R2.tar.xz /ubertooth-2018-06-R1.tar.xz /ubertooth-2018-08-R1.tar.xz +/ubertooth-2018-12-R1.tar.xz diff --git a/sources b/sources index d21a18b..916107a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubertooth-2018-08-R1.tar.xz) = 630707583b4fa0683d3f2a40e06697546897e603bd27842886897949ffeaff252d3b34040dee6b8b3319f9bed65eb706f57b885d7a6719fc9cb993e7c1d9c203 +SHA512 (ubertooth-2018-12-R1.tar.xz) = 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b diff --git a/ubertooth.spec b/ubertooth.spec index c2da170..bd7a2bd 100644 --- a/ubertooth.spec +++ b/ubertooth.spec @@ -1,10 +1,10 @@ %global POSTYEAR 2018 -%global POSTMONTH 08 +%global POSTMONTH 12 %global POSTNUM 1 Name: ubertooth Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 2%{?dist} +Release: 1%{?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, @@ -108,6 +108,9 @@ sed -i -e 's/GROUP="@UBERTOOTH_GROUP@"/ENV{ID_SOFTWARE_RADIO}="1"/g' host/misc/u %changelog +* Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 +- Update to 2018-12-R1 + * Tue Nov 13 2018 Sergey Avseyev - 2018.08.R1-2 - Added systemd as build requirement for _udevrulesdir macro