Sync from SUSE:SLFO:Main SLE-EULAs revision 3493f126c9ae881ac05092861c9a60ad

This commit is contained in:
Adrian Schröter 2024-05-03 10:48:24 +02:00
commit 0b3889d136
4 changed files with 130 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

BIN
SLE-EULAs-15.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

56
SLE-EULAs.changes Normal file
View File

@ -0,0 +1,56 @@
-------------------------------------------------------------------
Tue Apr 27 16:31:44 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
- Update for latest nvidia packages (bsc#1185364)
-------------------------------------------------------------------
Mon Apr 23 09:59:16 UTC 2018 - fcrozat@suse.com
- Update for SLE15 (bsc#1089329).
-------------------------------------------------------------------
Mon Apr 10 12:13:18 CEST 2017 - mc@suse.de
- Remove novell-client EULAs (bsc#1032354)
-------------------------------------------------------------------
Fri Mar 3 13:44:06 CET 2017 - mc@suse.de
- Remove susemanager-schema.en (bsc#1024456)
-------------------------------------------------------------------
Wed Jul 9 18:43:39 CEST 2014 - sbrabec@suse.cz
- Remove flash-player.en, flash-player-gnome.en,
flash-player-kde4.en (bnc#886454, bnc#886472).
-------------------------------------------------------------------
Thu Mar 27 23:30:15 UTC 2014 - mpost@suse.com
- Added s390-tools-zdsfs.en
-------------------------------------------------------------------
Wed Mar 5 15:16:55 CET 2014 - ro@suse.de
- copy gst-fluendo-mp3 to gstreamer-fluendo-mp3
-------------------------------------------------------------------
Tue Mar 4 17:10:14 CET 2014 - ro@suse.de
- update AdobeICCProfiles EULA
-------------------------------------------------------------------
Fri Feb 21 11:51:22 CET 2014 - ro@suse.de
- create package based on openSUSE-EULAs package
-------------------------------------------------------------------
Fri Oct 28 08:43:45 UTC 2011 - coolo@suse.com
- remove unused source
-------------------------------------------------------------------
Wed Oct 26 14:13:52 UTC 2011 - cfarrell@suse.com
- First version. Currently only flash-player and fluendo

48
SLE-EULAs.spec Normal file
View File

@ -0,0 +1,48 @@
#
# spec file for package SLE-EULAs
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: SLE-EULAs
Version: 15
Release: 0
Url: http://en.opensuse.org/Package_repositories
Summary: Collection of EULAs for SLE
License: MIT
Group: Development/Other
Source: SLE-EULAs-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: package-EULAs
%description
SLE-EULAs is a collection of the end user license agreements (EULAs) which
govern use of certain (non-free) software.
%prep
%setup -q -n SLE-EULAs-%{version}
%build
%install
install -d %{buildroot}%{_defaultdocdir}/eulas
cp -a *.en %{buildroot}%{_defaultdocdir}/eulas
%files
%defattr(-,root,root,-)
%{_defaultdocdir}/eulas
%changelog