Accepting request 833248 from system:install:head
submitted by snwint via jenkins OBS-URL: https://build.opensuse.org/request/show/833248 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=112
This commit is contained in:
commit
c38414527c
3
installation-images-16.14.tar.xz
Normal file
3
installation-images-16.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df412b3dffe09cf694243ff8e1c0a476a0838dddfffa40224848242c0eb96ac5
|
||||
size 178276
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e874288fcc5e79137b73cc5d02b77147faa34b8f03786322f0761c4bffe2304
|
||||
size 178124
|
@ -1,3 +1,49 @@
|
||||
--------------------------------------------------------------------
|
||||
Wed Sep 9 14:13:59 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#416
|
||||
- fix library dependency checking
|
||||
- 16.14
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Sep 8 12:01:38 UTC 2020 - ludwig.nussel@suse.de
|
||||
|
||||
- BuildRequire system-role-common-criteria in SLE
|
||||
- 16.13
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Sep 8 08:29:19 UTC 2020 - ludwig.nussel@suse.de
|
||||
|
||||
- Include common critera system role handler (jsc#SLE-12905)
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon Sep 7 10:57:34 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#413
|
||||
- add watchdog modules (bsc#1176112)
|
||||
- 16.12
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Aug 26 14:41:02 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#411
|
||||
- make exfat support optional
|
||||
- 16.11
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Aug 25 15:26:06 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#410
|
||||
- add exfatprogs to spec file
|
||||
- 16.10
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Aug 25 15:16:05 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#409
|
||||
- support exfat filesystem (bsc#1175731)
|
||||
- 16.9
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon Aug 17 09:31:44 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
@ -141,7 +187,7 @@ Wed Jun 17 11:59:52 UTC 2020 - mvidner@suse.cz
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 11:17:44 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add BuildRequires: xorg-x11-fonts-legacy
|
||||
- Add BuildRequires: xorg-x11-fonts-legacy (bsc#1169444)
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Jun 10 09:56:28 UTC 2020 - wfeldt@opensuse.org
|
||||
|
@ -38,6 +38,7 @@ ExclusiveArch: do_not_build
|
||||
%define with_storage_ng 1
|
||||
%define with_reiserfs_kmp 0
|
||||
%define with_ssl_hmac 1
|
||||
%define with_exfat 0
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%bcond_with xen
|
||||
@ -68,6 +69,7 @@ ExclusiveArch: do_not_build
|
||||
%define net_repo https://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
|
||||
%endif
|
||||
%else
|
||||
%define with_exfat 1
|
||||
%ifarch aarch64 ppc64 ppc64le
|
||||
%define net_repo https://download.opensuse.org/ports/%{the_arch}/tumbleweed/repo/oss/
|
||||
%else
|
||||
@ -222,6 +224,7 @@ BuildRequires: unified-installer-release
|
||||
%define branding_grub2 SLE
|
||||
%define branding_gfxboot SLE
|
||||
BuildRequires: skelcd-fallbackrepo-SLES
|
||||
BuildRequires: system-role-common-criteria
|
||||
%ifarch x86_64
|
||||
BuildRequires: skelcd-fallbackrepo-SLED
|
||||
BuildRequires: skelcd-fallbackrepo-SLES_SAP
|
||||
@ -340,6 +343,9 @@ BuildRequires: ed
|
||||
BuildRequires: efont-unicode-bitmap-fonts
|
||||
BuildRequires: elfutils
|
||||
BuildRequires: ethtool
|
||||
%if %with_exfat
|
||||
BuildRequires: exfatprogs
|
||||
%endif
|
||||
BuildRequires: fbiterm
|
||||
BuildRequires: finger
|
||||
BuildRequires: fonts-config
|
||||
@ -640,7 +646,7 @@ ExcludeArch: %arm
|
||||
Summary: Installation Image Files for %theme
|
||||
License: GPL-2.0+
|
||||
Group: Metapackages
|
||||
Version: 16.8
|
||||
Version: 16.14
|
||||
Release: 0
|
||||
Provides: installation-images = %version-%release
|
||||
Conflicts: otherproviders(installation-images)
|
||||
|
Loading…
x
Reference in New Issue
Block a user