- Update versioning to to allow easy transition on SLE
- Disable parallel build to avoid random failures OBS-URL: https://build.opensuse.org/package/show/hardware/lshw?expand=0&rev=55
This commit is contained in:
parent
bcb7925d5c
commit
d2daffc893
2
_service
2
_service
@ -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"/>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: lshw
|
||||
version: B.02.19+git.20210619
|
||||
version: B.02.19.2+git.20210619
|
||||
mtime: 1624083253
|
||||
commit: 996aaad9c760efa6b6ffef8518999ec226af049a
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user