- Add hooks to main installation client
- 3.1.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=533
This commit is contained in:
parent
56f6653e1d
commit
0fd2cd8f5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93198940d8adf6a7886e6298bbe8a1f5f8ad1f21ed4a05e0ff622c695f94f5cd
|
||||
size 1219631
|
3
yast2-installation-3.1.8.tar.bz2
Normal file
3
yast2-installation-3.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f47f14145d81b5c669ba0d01f8073ef9613db3279e2eb19514a9b6de9fea436
|
||||
size 1218929
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 13:01:44 UTC 2013 - vmoravec@suse.com
|
||||
|
||||
- Add hooks to main installation client
|
||||
- 3.1.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:21:57 UTC 2013 - lslezak@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.1.7
|
||||
Version: 3.1.8
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -45,13 +45,13 @@ BuildRequires: trang
|
||||
BuildRequires: libxml2-tools
|
||||
|
||||
# Linuxrc.keys
|
||||
BuildRequires: yast2 >= 3.1.1
|
||||
BuildRequires: yast2 >= 3.1.6
|
||||
|
||||
# AutoinstConfig::getProposalList
|
||||
Requires: autoyast2-installation >= 2.17.1
|
||||
|
||||
# ProductProfile
|
||||
Requires: yast2 >= 3.0.2
|
||||
Requires: yast2 >= 3.1.6
|
||||
|
||||
# Language::GetLanguageItems and other API
|
||||
# Language::Set (handles downloading the translation extensions)
|
||||
@ -158,6 +158,8 @@ for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`; d
|
||||
%suse_update_desktop_file $f
|
||||
done
|
||||
|
||||
mkdir -p %{buildroot}%{yast_vardir}/hooks/installation
|
||||
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
|
||||
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
||||
@ -217,6 +219,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
||||
# programs and scripts
|
||||
%{yast_ystartupdir}/startup
|
||||
|
||||
# installation hooks
|
||||
%dir %{yast_vardir}/hooks
|
||||
%dir %{yast_vardir}/hooks/installation
|
||||
|
||||
%dir %{yast_docdir}
|
||||
%{yast_docdir}/COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user