- release 16.64
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1384
This commit is contained in:
parent
02e04a6a47
commit
3e2a26c79c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62a2cbe06a3332c8e56711ccea2ea92e7b2658d654cacdee440a9a7ad22f5fb2
|
||||
size 230952
|
3
installation-images-16.64.tar.xz
Normal file
3
installation-images-16.64.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47ee810c117aa9059091e4bd3711e04ea504268410a24081b7485a6dc8b12474
|
||||
size 231020
|
@ -1,3 +1,10 @@
|
||||
--------------------------------------------------------------------
|
||||
Fri Apr 16 13:15:24 UTC 2021 - Lubos.Kocman@suse.com
|
||||
|
||||
- merge gh#openSUSE/installation-images#480
|
||||
- build with kernel-default-extra on Leap (bsc#1184413, bsc#1183140)
|
||||
- 16.64
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Apr 14 10:39:46 UTC 2021 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -43,6 +43,7 @@ ExclusiveArch: do_not_build
|
||||
%define with_reiserfs_kmp 0
|
||||
%define with_ssl_hmac 1
|
||||
%define with_exfat 0
|
||||
%define with_kernel_extra 0
|
||||
%bcond_without sbl
|
||||
%bcond_without vnc
|
||||
%bcond_with xen
|
||||
@ -64,6 +65,7 @@ ExclusiveArch: do_not_build
|
||||
%if 0%{?is_opensuse}
|
||||
%define theme openSUSE
|
||||
%if 0%{?sle_version}
|
||||
%define with_kernel_extra 1
|
||||
# define the_version %(echo %sle_version | sed -Ee 's/^([0-9][0-9])(0|([0-9]))([0-9]).*/\\1.\\3\\4/')
|
||||
%define the_version \\$releasever
|
||||
%if "%{the_version}" == ""
|
||||
@ -385,6 +387,9 @@ BuildRequires: jfsutils
|
||||
BuildRequires: joe
|
||||
BuildRequires: kbd
|
||||
BuildRequires: kernel-default
|
||||
%if %with_kernel_extra
|
||||
BuildRequires: kernel-default-extra
|
||||
%endif
|
||||
BuildRequires: kernel-firmware
|
||||
BuildRequires: kexec-tools
|
||||
BuildRequires: khmeros-fonts
|
||||
@ -669,7 +674,7 @@ AutoReqProv: off
|
||||
Summary: Installation Image Files for %theme
|
||||
License: GPL-2.0-or-later
|
||||
Group: Metapackages
|
||||
Version: 16.63
|
||||
Version: 16.64
|
||||
Release: 0
|
||||
Provides: installation-images = %version-%release
|
||||
Conflicts: otherproviders(installation-images)
|
||||
|
Loading…
x
Reference in New Issue
Block a user