From e3ed5f7589eb9468b52585874fb17daf277e466d6bdf2304a87392c2e555cb92 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 12 Jul 2021 17:23:16 +0000 Subject: [PATCH 1/2] 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 --- _service | 16 ++++++++++++++++ _servicedata | 4 ++++ libsmbios-2.4.3.3.gf01a217.obscpio | 3 +++ libsmbios-2.4.3.tar.gz | 3 --- libsmbios.changes | 9 +++++++++ libsmbios.obsinfo | 5 +++++ libsmbios.spec | 4 ++-- 7 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 _service create mode 100644 _servicedata create mode 100644 libsmbios-2.4.3.3.gf01a217.obscpio delete mode 100644 libsmbios-2.4.3.tar.gz create mode 100644 libsmbios.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..5079d1f --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + git + https://github.com/dell/libsmbios.git + HEAD + v(.*) + @PARENT_TAG@.@TAG_OFFSET@.g%h + enable + + + + + *.tar + gz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..2357579 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/dell/libsmbios.git + f01a21763180c9c11d70326ad36b9761cde9131c \ No newline at end of file diff --git a/libsmbios-2.4.3.3.gf01a217.obscpio b/libsmbios-2.4.3.3.gf01a217.obscpio new file mode 100644 index 0000000..c5ebdd1 --- /dev/null +++ b/libsmbios-2.4.3.3.gf01a217.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b601aa30a0f1c413f0ffe41b91e7e13155094943488749dc15532cdc12272565 +size 3425804 diff --git a/libsmbios-2.4.3.tar.gz b/libsmbios-2.4.3.tar.gz deleted file mode 100644 index d74b8fd..0000000 --- a/libsmbios-2.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c36a0f6b59190d6b4fef11696886e4511091929a5eb7ae7cf5fea0c32d3f58 -size 644140 diff --git a/libsmbios.changes b/libsmbios.changes index e76e672..3476a85 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -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 diff --git a/libsmbios.obsinfo b/libsmbios.obsinfo new file mode 100644 index 0000000..aa461f7 --- /dev/null +++ b/libsmbios.obsinfo @@ -0,0 +1,5 @@ +name: libsmbios +version: 2.4.3.3.gf01a217 +mtime: 1609786060 +commit: f01a21763180c9c11d70326ad36b9761cde9131c + diff --git a/libsmbios.spec b/libsmbios.spec index f98b9e6..d9d705a 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -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 From b314bafd2a54d09503cd30c0478120a37609f5576c8f45145af9393492b82f4c Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Tue, 13 Jul 2021 04:40:46 +0000 Subject: [PATCH 2/2] Accepting request 905974 from home:trenn:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/905974 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=53 --- libsmbios-2.4.3.3.gf01a217.obscpio | 2 +- libsmbios.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libsmbios-2.4.3.3.gf01a217.obscpio b/libsmbios-2.4.3.3.gf01a217.obscpio index c5ebdd1..f1c3cc1 100644 --- a/libsmbios-2.4.3.3.gf01a217.obscpio +++ b/libsmbios-2.4.3.3.gf01a217.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b601aa30a0f1c413f0ffe41b91e7e13155094943488749dc15532cdc12272565 +oid sha256:c64b7eedb217cbdb0439f56b82265bbe084078a85b8f8cce06896aa8dac6d179 size 3425804 diff --git a/libsmbios.spec b/libsmbios.spec index d9d705a..ecef57a 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -24,7 +24,7 @@ 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