Accepting request 910092 from hardware

- Update versioning to to allow easy transition on SLE
- Disable parallel build to avoid random failures

OBS-URL: https://build.opensuse.org/request/show/910092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lshw?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2021-08-04 20:28:50 +00:00 committed by Git OBS Bridge
commit be8aeba740
6 changed files with 14 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/lyonel/lshw.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@+git.%cd</param>
<param name="versionformat">B.02.19.2+git.%cd</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 4 08:21:46 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
- Update versioning to to allow easy transition on SLE
- Disable parallel build to avoid random failures
-------------------------------------------------------------------
Thu Jun 24 08:15:40 UTC 2021 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,5 +1,5 @@
name: lshw
version: B.02.19+git.20210619
version: B.02.19.2+git.20210619
mtime: 1624083253
commit: 996aaad9c760efa6b6ffef8518999ec226af049a

View File

@ -18,7 +18,7 @@
Name: lshw
Version: B.02.19+git.20210619
Version: B.02.19.2+git.20210619
Release: 0
Summary: HardWare LiSter
License: GPL-2.0-only
@ -83,7 +83,8 @@ http://www.ezix.org/software/lshw.html
RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
STRIP=touch \
VERSION="%{version}" \
all gui
all gui \
--jobs=1
%install
%make_install install-gui VERSION="%{version}"