- Fix broken source url and prepare done in previous changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=114
This commit is contained in:
Martin Pluskal 2020-12-01 09:43:45 +00:00 committed by Git OBS Bridge
parent adf560d283
commit ed23302fd3
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e90ec57a30f4be90ad2a5a196e6a85bb0524d4ae4a6e49d7401f94d8429cb2d7
size 3847709

3
fwts-V20.11.00.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59119fba0280a44d64914e3b5caea307f001c665412e0e106903e404aa014fcf
size 3845548

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 1 09:42:44 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Fix broken source url and prepare done in previous changes
-------------------------------------------------------------------
Mon Nov 30 14:47:38 CET 2020 - ro@suse.de

View File

@ -23,7 +23,7 @@ Summary: Firmware Test Suite
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://wiki.ubuntu.com/Kernel/Reference/fwts
Source0: http://fwts.ubuntu.com/release/%{name}-%{version}.tar.gz
Source0: https://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz
# PATCH-FIX-OPENSUSE fwts-no-compiletime.patch
Patch1: fwts-no-compiletime.patch
# PATCH-FIX-OPENSUSE fwts-fix-non-acpi.patch
@ -56,7 +56,7 @@ will give some form of advice on how to fix issues or workaround firmware
issues.
%prep
%autosetup -p1
%autosetup -c %{name}-V%{version} -p1
%build
find . -name Makefile.am -exec sed -i "s|-Werror||g" {} +