Accepting request 905975 from Base:System
OBS-URL: https://build.opensuse.org/request/show/905975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmbios?expand=0&rev=47
This commit is contained in:
commit
b156897709
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:c64b7eedb217cbdb0439f56b82265bbe084078a85b8f8cce06896aa8dac6d179
|
||||||
|
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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define libname libsmbios_c2
|
%define libname libsmbios_c2
|
||||||
Name: libsmbios
|
Name: libsmbios
|
||||||
Version: 2.4.3
|
Version: 2.4.3.3.gf01a217
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SMBIOS table library and utilities
|
Summary: SMBIOS table library and utilities
|
||||||
License: GPL-2.0-or-later OR OSL-2.1
|
License: GPL-2.0-or-later OR OSL-2.1
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
URL: https://github.com/dell/libsmbios
|
URL: https://github.com/dell/libsmbios
|
||||||
Source: https://github.com/dell/libsmbios/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user