- Use y2start instead of y2base, it breaks nokogiri
OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-langset-data?expand=0&rev=29
This commit is contained in:
parent
e805677c21
commit
d41b9a43f9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 2 11:35:57 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Use y2start instead of y2base, it breaks nokogiri
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 30 13:58:53 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
Wed Oct 30 13:58:53 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package live-langset-data
|
# spec file for package live-langset-data
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Scripts and data to allow locale switching in live media
|
Summary: Scripts and data to allow locale switching in live media
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
Url: https://build.opensuse.org/package/show/openSUSE:Factory:Live/live-langset-data
|
URL: https://build.opensuse.org/package/show/openSUSE:Factory:Live/live-langset-data
|
||||||
Source1: langset.sh
|
Source1: langset.sh
|
||||||
Source2: langset.service
|
Source2: langset.service
|
||||||
Source3: getcountrydata.rb
|
Source3: getcountrydata.rb
|
||||||
@ -47,7 +47,7 @@ cp %{SOURCE4} .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir output
|
mkdir output
|
||||||
OUTPUTDIR=$PWD/output %{_libexecdir}/YaST2/bin/y2base %{SOURCE3} UI
|
OUTPUTDIR=$PWD/output %{_libexecdir}/YaST2/bin/y2start %{SOURCE3} UI
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd output
|
pushd output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user