Dominique Leuenberger 2021-07-15 21:58:50 +00:00 committed by Git OBS Bridge
commit b156897709
7 changed files with 40 additions and 6 deletions

16
_service Normal file
View 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
View 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>

View File

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

View File

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

View File

@ -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
View File

@ -0,0 +1,5 @@
name: libsmbios
version: 2.4.3.3.gf01a217
mtime: 1609786060
commit: f01a21763180c9c11d70326ad36b9761cde9131c

View File

@ -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,13 +18,13 @@
%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
Group: Hardware/Other
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
BuildRequires: autoconf
BuildRequires: automake