- 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:
parent
197d1c41f2
commit
007e15ed26
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/openSUSE/instsource-susedata.git</param>
|
<param name="url">https://github.com/openSUSE/instsource-susedata.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">0.3.7</param>
|
<param name="version">0.3.8</param>
|
||||||
<param name="revision">0.3.7</param>
|
<param name="revision">0.3.8</param>
|
||||||
<param name="extract">instsource-susedata.changes</param>
|
<param name="extract">instsource-susedata.changes</param>
|
||||||
<param name="extract">instsource-susedata.spec</param>
|
<param name="extract">instsource-susedata.spec</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -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
BIN
instsource-susedata-0.3.8.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Tue May 04 14:35:48 CEST 2021 - ro@suse.de
|
||||||
|
|
||||||
@ -8,7 +14,7 @@ Tue May 04 14:35:48 CEST 2021 - ro@suse.de
|
|||||||
Thu Apr 15 16:18:09 CEST 2021 - ro@suse.de
|
Thu Apr 15 16:18:09 CEST 2021 - ro@suse.de
|
||||||
|
|
||||||
- update to version 0.3.6
|
- update to version 0.3.6
|
||||||
* add option to add gpg keys as content tags (bsc#1184326)
|
* add option to add gpg keys as content tags (bsc#1184326)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 29 00:27:25 CEST 2020 - ro@suse.de
|
Wed Apr 29 00:27:25 CEST 2020 - ro@suse.de
|
||||||
@ -62,13 +68,13 @@ Mon Oct 17 11:01:28 UTC 2016 - jengelh@inai.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 27 17:41:40 CEST 2016 - ro@suse.de
|
Tue Sep 27 17:41:40 CEST 2016 - ro@suse.de
|
||||||
|
|
||||||
- use is_opensuse for requiring proper EULAs package
|
- use is_opensuse for requiring proper EULAs package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 26 12:32:44 CEST 2016 - ro@suse.de
|
Tue Jul 26 12:32:44 CEST 2016 - ro@suse.de
|
||||||
|
|
||||||
- add option "-p" for adding diskusage information to susedata
|
- add option "-p" for adding diskusage information to susedata
|
||||||
(fate#320517)
|
(fate#320517)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 12 11:30:26 CET 2014 - ro@suse.de
|
Wed Mar 12 11:30:26 CET 2014 - ro@suse.de
|
||||||
@ -78,12 +84,12 @@ Wed Mar 12 11:30:26 CET 2014 - ro@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 15:05:34 CET 2014 - ro@suse.de
|
Tue Mar 4 15:05:34 CET 2014 - ro@suse.de
|
||||||
|
|
||||||
- add appdata.xml.gz and app-icons.tar.gz if exising
|
- add appdata.xml.gz and app-icons.tar.gz if exising
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 12:28:08 CET 2014 - ro@suse.de
|
Tue Mar 4 12:28:08 CET 2014 - ro@suse.de
|
||||||
|
|
||||||
- drop use of BSUtil.pm
|
- drop use of BSUtil.pm
|
||||||
- drop private copy of ABXML.pm (will be added to inst-source-utils)
|
- drop private copy of ABXML.pm (will be added to inst-source-utils)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -94,5 +100,5 @@ Wed Feb 26 01:25:46 CET 2014 - ro@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 25 13:49:54 CET 2014 - ro@suse.de
|
Tue Feb 25 13:49:54 CET 2014 - ro@suse.de
|
||||||
|
|
||||||
- created initial package
|
- created initial package
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: instsource-susedata
|
name: instsource-susedata
|
||||||
version: 0.3.7
|
version: 0.3.8
|
||||||
mtime: 1620131823
|
mtime: 1699461763
|
||||||
commit: d6d5a7bd701dfb665d04a141dc99a441895ea79d
|
commit: 037bb9182dd89aaec9c471b206f2e0f4d6d72bb3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package instsource-susedata
|
# 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
|
# 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
|
||||||
@ -20,7 +20,7 @@ Name: instsource-susedata
|
|||||||
Summary: Utility to add susedata to repomd metadata
|
Summary: Utility to add susedata to repomd metadata
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Version: 0.3.7
|
Version: 0.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user