Accepting request 905888 from home:trenn:branches:Base:System
- Add _service magic - Update to version 2.4.3.3.gf01a217: * Don't rely on support for indirect expansion in the shell * Fix configure.ac bashism * Fix smbios-upflag-ctl --help results OBS-URL: https://build.opensuse.org/request/show/905888 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=52
This commit is contained in:
parent
b8de3cbc4c
commit
e3ed5f7589
16
_service
Normal file
16
_service
Normal file
@ -0,0 +1,16 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/dell/libsmbios.git</param>
|
||||
<param name="revision">HEAD</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/dell/libsmbios.git</param>
|
||||
<param name="changesrevision">f01a21763180c9c11d70326ad36b9761cde9131c</param></service></servicedata>
|
3
libsmbios-2.4.3.3.gf01a217.obscpio
Normal file
3
libsmbios-2.4.3.3.gf01a217.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b601aa30a0f1c413f0ffe41b91e7e13155094943488749dc15532cdc12272565
|
||||
size 3425804
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c36a0f6b59190d6b4fef11696886e4511091929a5eb7ae7cf5fea0c32d3f58
|
||||
size 644140
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 09 12:52:41 UTC 2021 - trenn@suse.de
|
||||
|
||||
- Add _service magic
|
||||
- Update to version 2.4.3.3.gf01a217:
|
||||
* Don't rely on support for indirect expansion in the shell
|
||||
* Fix configure.ac bashism
|
||||
* Fix smbios-upflag-ctl --help results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 01:10:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
5
libsmbios.obsinfo
Normal file
5
libsmbios.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: libsmbios
|
||||
version: 2.4.3.3.gf01a217
|
||||
mtime: 1609786060
|
||||
commit: f01a21763180c9c11d70326ad36b9761cde9131c
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsmbios
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libsmbios_c2
|
||||
Name: libsmbios
|
||||
Version: 2.4.3
|
||||
Version: 2.4.3.3.gf01a217
|
||||
Release: 0
|
||||
Summary: SMBIOS table library and utilities
|
||||
License: GPL-2.0-or-later OR OSL-2.1
|
||||
|
Loading…
Reference in New Issue
Block a user