1
0

Accepting request 688164 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Support new product EULA location

OBS-URL: https://build.opensuse.org/request/show/688164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2019-03-26 14:44:19 +00:00 committed by Git OBS Bridge
commit e9b195d6b2
2 changed files with 8 additions and 1 deletions

View File

@ -58,7 +58,9 @@ for i in /usr/lib/rpm/gnupg/keys/*.asc ; do
done
# Craft license.tar.gz used by YaST
(cd /etc/YaST2/licenses/base; tar -cvzf /license.tar.gz *)
EULA_DIR=/etc/YaST2/licenses/base
[ -d "${EULA_DIR}" ] || EULA_DIR=/usr/share/licenses/product/base
(cd "${EULA_DIR}"; tar -cvzf /license.tar.gz *)
# Remove some large locales to save space
rm -rf /usr/share/locale/{uk,sv,ru,ja,da,cs,sr,vi}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 25 09:45:17 UTC 2019 - Fabian Vogt <fvogt@suse.com>
- Support new product EULA location
-------------------------------------------------------------------
Sun Mar 24 09:38:00 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>