- update to version 0.3.8:

* handle primary xml in zstd format
  * add option to add gpg keys as content tags (bsc#1184326)
- use is_opensuse for requiring proper EULAs package
  (fate#320517)
- add appdata.xml.gz and app-icons.tar.gz if exising
- drop use of BSUtil.pm
- created initial package

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/instsource-susedata?expand=0&rev=36
This commit is contained in:
Ruediger Oertel 2023-11-08 16:51:23 +00:00 committed by Git OBS Bridge
parent 197d1c41f2
commit 007e15ed26
6 changed files with 22 additions and 17 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/instsource-susedata.git</param>
<param name="scm">git</param>
<param name="version">0.3.7</param>
<param name="revision">0.3.7</param>
<param name="version">0.3.8</param>
<param name="revision">0.3.8</param>
<param name="extract">instsource-susedata.changes</param>
<param name="extract">instsource-susedata.spec</param>
</service>

View File

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

BIN
instsource-susedata-0.3.8.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 8 14:27:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to version 0.3.8:
* handle primary xml in zstd format
-------------------------------------------------------------------
Tue May 04 14:35:48 CEST 2021 - ro@suse.de

View File

@ -1,5 +1,4 @@
name: instsource-susedata
version: 0.3.7
mtime: 1620131823
commit: d6d5a7bd701dfb665d04a141dc99a441895ea79d
version: 0.3.8
mtime: 1699461763
commit: 037bb9182dd89aaec9c471b206f2e0f4d6d72bb3

View File

@ -1,7 +1,7 @@
#
# spec file for package instsource-susedata
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: instsource-susedata
Summary: Utility to add susedata to repomd metadata
License: GPL-2.0-only
Group: System/Management
Version: 0.3.7
Version: 0.3.8
Release: 0
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build