Sync from SUSE:SLFO:Main toolbox-branding-SLE revision 43bedc7f1e2085a59a75d2ef3533c607

This commit is contained in:
Adrian Schröter 2024-12-18 16:29:00 +01:00
commit 8193c77bb4
4 changed files with 79 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Dec 12 16:07:28 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- Initial release (bsc#1232346)

50
toolbox-branding-SLE.spec Normal file
View File

@ -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

2
toolboxrc-SLE Normal file
View File

@ -0,0 +1,2 @@
REGISTRY=registry.suse.com
IMAGE=suse/sle-micro/5.5/toolbox