Accepting request 865034 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/865034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 09:57:44 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add a group tag for SLE Micro
|
||||
- Mark toolboxrc as %config and add it is Source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 13:12:13 UTC 2021 - bruno.leon@suse.com
|
||||
|
||||
- Update to version 1.0+git20210119.b5acdcf:
|
||||
* Dynamically set REGISTRY and IMAGE (#11)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:48:21 UTC 2020 - kukuk@suse.com
|
||||
|
||||
|
||||
+11
-2
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package toolbox
|
||||
#
|
||||
# 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
|
||||
@@ -17,12 +17,14 @@
|
||||
|
||||
|
||||
Name: toolbox
|
||||
Version: 1.0+git20201126.3d26283
|
||||
Version: 1.0+git20210119.b5acdcf
|
||||
Release: 0
|
||||
Summary: Script to start a toolbox container for system debugging
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/thkukuk/microos-toolbox
|
||||
Source: microos-toolbox-%{version}.tar.xz
|
||||
Source1: toolboxrc
|
||||
Requires: podman
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -42,10 +44,17 @@ such a system. The root filesystem can be found at /media/root.
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m 755 toolbox %{buildroot}%{_bindir}/toolbox
|
||||
%if !0%{?is_opensuse}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/toolboxrc
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/toolbox
|
||||
%if !0%{?is_opensuse}
|
||||
%config %{_sysconfdir}/toolboxrc
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/thkukuk/microos-toolbox.git</param>
|
||||
<param name="changesrevision">3d26283d2baa62d1351c3dbe356caf8590d202f0</param>
|
||||
<param name="changesrevision">b5acdcfad5dd3f09536bd312790015f61c27f40a</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user