- release 16.11
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1321
This commit is contained in:
parent
83b1ee1b10
commit
185a18f0ab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f09c77f676af4f526a5fc2e92cc44febf5b1faee9d08a684f93b8f8fc0e24cff
|
||||
size 178116
|
3
installation-images-16.11.tar.xz
Normal file
3
installation-images-16.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:678899ad0361ef74b15bc1b73c43d788d5aa52e816940b81459432938c6abee9
|
||||
size 178128
|
@ -1,3 +1,10 @@
|
||||
--------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
@ -340,7 +342,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
|
||||
@ -641,7 +645,7 @@ ExcludeArch: %arm
|
||||
Summary: Installation Image Files for %theme
|
||||
License: GPL-2.0+
|
||||
Group: Metapackages
|
||||
Version: 16.10
|
||||
Version: 16.11
|
||||
Release: 0
|
||||
Provides: installation-images = %version-%release
|
||||
Conflicts: otherproviders(installation-images)
|
||||
|
Loading…
x
Reference in New Issue
Block a user