forked from pool/inst-source-utils
Accepting request 973092 from home:dirkmueller:Factory
- fix URL - use %%license tag - update to 2021.09.09 (boo#1178224) - This should fix generating changelogs for trees with multiple images. OBS-URL: https://build.opensuse.org/request/show/973092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/inst-source-utils?expand=0&rev=77
This commit is contained in:
parent
ba53a52bb7
commit
2d0666d095
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/openSUSE/inst-source-utils.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">2018.12.10</param>
|
||||
<param name="revision">2018.12.10</param>
|
||||
<param name="version">2021.09.09</param>
|
||||
<param name="revision">2021.09.09</param>
|
||||
<param name="extract">inst-source-utils.changes</param>
|
||||
<param name="extract">inst-source-utils.spec</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8d54bd97841aa730be56bc0ded49dabc4256686cd1aec6e0ac7edf4df518efc
|
||||
size 202251
|
3
inst-source-utils-2021.09.09.obscpio
Normal file
3
inst-source-utils-2021.09.09.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c17f8fa39fa91abd15863fae08aa1f2996f0bc9c77b093a225ae2be85151e070
|
||||
size 202251
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 10:19:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix URL
|
||||
- use %%license tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 16:49:31 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- update to 2021.09.09 (boo#1178224)
|
||||
- This should fix generating changelogs for trees with multiple
|
||||
images.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 16:33:02 CET 2018 - ro@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: inst-source-utils
|
||||
version: 2018.12.10
|
||||
mtime: 1544455670
|
||||
commit: 8cdf7e68654522e16a4ac8d9f30a180aef4e2405
|
||||
version: 2021.09.09
|
||||
mtime: 1631193778
|
||||
commit: afc51c5074cd6847d952c5f1fd8df922824c7aa6
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package inst-source-utils
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,9 +20,9 @@ Name: inst-source-utils
|
||||
Summary: Utilities for creating customized installation sources
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/YaST
|
||||
Version: 2018.12.10
|
||||
Version: 2021.09.09
|
||||
Release: 0
|
||||
Url: http://en.opensuse.org/Inst-source-utils
|
||||
URL: https://en.opensuse.org/Inst-source-utils
|
||||
BuildArch: noarch
|
||||
Requires: gpg2
|
||||
Obsoletes: autoyast2-utils <= 2.14.10
|
||||
@ -31,17 +31,14 @@ Recommends: create-repo-utils
|
||||
Requires: perl-XML-Parser
|
||||
Source: %name-%version.tar.xz
|
||||
Source1: split.pl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Utilities supporting autoinstallation and creation of customized
|
||||
installation sources.
|
||||
installation sources.
|
||||
|
||||
Have a look at http://en.opensuse.org/Inst-source-utils for a detailed
|
||||
Have a look at https://en.opensuse.org/Inst-source-utils for a detailed
|
||||
description of each script.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -53,7 +50,7 @@ install -d -m 755 %{buildroot}/%{_prefix}
|
||||
cp -a usr %{buildroot}/
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%defattr(755,root,root,755)
|
||||
%_bindir/*
|
||||
%defattr(644,root,root,755)
|
||||
|
Loading…
Reference in New Issue
Block a user