Accepting request 1124271 from openSUSE:Tools
- update to 2023.11.08: - Handle zstd repos in rezip_repo_rsyncable - added a small perl helper to create updateinfos on your own - added some help OBS-URL: https://build.opensuse.org/request/show/1124271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inst-source-utils?expand=0&rev=66
This commit is contained in:
commit
8679ff0320
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/inst-source-utils.git</param>
|
<param name="url">https://github.com/openSUSE/inst-source-utils.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">2021.09.09</param>
|
<param name="version">2023.11.08</param>
|
||||||
<param name="revision">2021.09.09</param>
|
<param name="revision">2023.11.08</param>
|
||||||
<param name="extract">inst-source-utils.changes</param>
|
<param name="extract">inst-source-utils.changes</param>
|
||||||
<param name="extract">inst-source-utils.spec</param>
|
<param name="extract">inst-source-utils.spec</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c17f8fa39fa91abd15863fae08aa1f2996f0bc9c77b093a225ae2be85151e070
|
|
||||||
size 202251
|
|
BIN
inst-source-utils-2023.11.08.obscpio
(Stored with Git LFS)
Normal file
BIN
inst-source-utils-2023.11.08.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 8 16:06:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2023.11.08:
|
||||||
|
- Handle zstd repos in rezip_repo_rsyncable
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 17:55:46 CET 2023 - meissner@suse.de
|
||||||
|
|
||||||
|
- added a small perl helper to create updateinfos on your own
|
||||||
|
- added some help
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 10:19:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Apr 27 10:19:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: inst-source-utils
|
name: inst-source-utils
|
||||||
version: 2021.09.09
|
version: 2023.11.08
|
||||||
mtime: 1631193778
|
mtime: 1699462649
|
||||||
commit: afc51c5074cd6847d952c5f1fd8df922824c7aa6
|
commit: 41d8c58c8f2adb28f82c113d38c68ee50fdb9c84
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package inst-source-utils
|
# spec file for package inst-source-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 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: inst-source-utils
|
|||||||
Summary: Utilities for creating customized installation sources
|
Summary: Utilities for creating customized installation sources
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
Version: 2021.09.09
|
Version: 2023.11.08
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://en.opensuse.org/Inst-source-utils
|
URL: https://en.opensuse.org/Inst-source-utils
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -29,6 +29,7 @@ Obsoletes: autoyast2-utils <= 2.14.10
|
|||||||
Provides: autoyast2-utils = 2.14.10
|
Provides: autoyast2-utils = 2.14.10
|
||||||
Recommends: create-repo-utils
|
Recommends: create-repo-utils
|
||||||
Requires: perl-XML-Parser
|
Requires: perl-XML-Parser
|
||||||
|
Requires: zstd
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source1: split.pl
|
Source1: split.pl
|
||||||
|
|
||||||
@ -36,7 +37,7 @@ Source1: split.pl
|
|||||||
Utilities supporting autoinstallation and creation of customized
|
Utilities supporting autoinstallation and creation of customized
|
||||||
installation sources.
|
installation sources.
|
||||||
|
|
||||||
Have a look at https://en.opensuse.org/Inst-source-utils for a detailed
|
Have a look at http://en.opensuse.org/Inst-source-utils for a detailed
|
||||||
description of each script.
|
description of each script.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -51,7 +52,6 @@ cp -a usr %{buildroot}/
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%defattr(755,root,root,755)
|
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%_datadir/%name
|
%_datadir/%name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user