commit 8193c77bb48d0d2eed8b32d2ec79a235f5afc0bf71cd60c63bb476bee4b4d31b Author: Adrian Schröter Date: Wed Dec 18 16:29:00 2024 +0100 Sync from SUSE:SLFO:Main toolbox-branding-SLE revision 43bedc7f1e2085a59a75d2ef3533c607 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/toolbox-branding-SLE.changes b/toolbox-branding-SLE.changes new file mode 100644 index 0000000..cd870f3 --- /dev/null +++ b/toolbox-branding-SLE.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Dec 12 16:07:28 UTC 2024 - Eugenio Paolantonio + +- Initial release (bsc#1232346) diff --git a/toolbox-branding-SLE.spec b/toolbox-branding-SLE.spec new file mode 100644 index 0000000..8c5be4c --- /dev/null +++ b/toolbox-branding-SLE.spec @@ -0,0 +1,50 @@ +# +# spec file for package toolbox-branding +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + +%define branding_name SLE + +Name: toolbox-branding-%{branding_name} +Version: 6.2 +Release: 0 +Summary: Branding package for toolbox -- %{branding_name} default configuration +License: Apache-2.0 +Group: System/Management +URL: https://github.com/openSUSE/microos-toolbox +Source0: toolboxrc-%{branding_name} +Requires: toolbox +Provides: toolbox-branding = %{version} +Conflicts: toolbox-branding = %{version} +Supplements: (toolbox and branding-%{branding_name}) +BuildArch: noarch + +%description +This package provides the default configuration for toolbox for +%{branding_name}. + +%prep + +%build + +%install +install -D -m 644 %{SOURCE0} %{buildroot}%{_datarootdir}/toolbox/toolboxrc + +%files +%defattr(-, root, root) +%dir %{_datarootdir}/toolbox +%{_datarootdir}/toolbox/toolboxrc + +%changelog diff --git a/toolboxrc-SLE b/toolboxrc-SLE new file mode 100644 index 0000000..42df89a --- /dev/null +++ b/toolboxrc-SLE @@ -0,0 +1,2 @@ +REGISTRY=registry.suse.com +IMAGE=suse/sle-micro/5.5/toolbox