Accepting request 741105 from YaST:Head
submit new version 4.2.12 OBS-URL: https://build.opensuse.org/request/show/741105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=264
This commit is contained in:
commit
b692a84509
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfab5f33a14365dd2717832a00556fade5b44bbc3713fd15803453656c32489b
|
|
||||||
size 686926
|
|
3
autoyast2-4.2.12.tar.bz2
Normal file
3
autoyast2-4.2.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36997ece6c7b4ca949bf33c917b9cfd9312157c29fc000c9ba724549d22a9444
|
||||||
|
size 685622
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 18 14:03:27 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
- AutoYaST support for the OnlineOnly installation medium
|
||||||
|
(jsc#SLE-7214)
|
||||||
|
- 4.2.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 11:36:17 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
- Do not run the registration step again in the installed system
|
||||||
|
(in the 2nd stage after reboot) (bsc#1153293)
|
||||||
|
- 4.2.11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 11:37:54 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
Tue Oct 15 11:37:54 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.2.10
|
Version: 4.2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -59,6 +59,7 @@ BuildRequires: systemd-rpm-macros
|
|||||||
%else
|
%else
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
|
|
||||||
Requires: autoyast2-installation = %{version}
|
Requires: autoyast2-installation = %{version}
|
||||||
Requires: libxslt
|
Requires: libxslt
|
||||||
@ -115,8 +116,8 @@ Requires: yast2-bootloader
|
|||||||
Requires: yast2-core
|
Requires: yast2-core
|
||||||
Requires: yast2-country
|
Requires: yast2-country
|
||||||
Requires: yast2-ncurses
|
Requires: yast2-ncurses
|
||||||
# Disabling local repos in second stage only.
|
# Y2Packager::MediumType
|
||||||
Requires: yast2-packager >= 4.1.33
|
Requires: yast2-packager >= 4.2.25
|
||||||
# ServicesManagerTargetClass::BaseTargets
|
# ServicesManagerTargetClass::BaseTargets
|
||||||
Requires: yast2-services-manager >= 3.1.10
|
Requires: yast2-services-manager >= 3.1.10
|
||||||
# Required for one time sync before installation
|
# Required for one time sync before installation
|
||||||
@ -140,8 +141,10 @@ generated with the autoyast2 package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%check
|
||||||
|
%yast_check
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
%yast_install
|
||||||
@ -153,33 +156,6 @@ for d in %{buildroot}%{_datadir}/autoinstall/modules/*.desktop ; do
|
|||||||
%suse_update_desktop_file $d
|
%suse_update_desktop_file $d
|
||||||
done
|
done
|
||||||
|
|
||||||
# Class conf
|
|
||||||
install -d -m 700 %{buildroot}%{_sysconfdir}/autoinstall
|
|
||||||
# Installation files
|
|
||||||
install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/scripts
|
|
||||||
install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/init.d
|
|
||||||
install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/logs
|
|
||||||
install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/files
|
|
||||||
install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/cache
|
|
||||||
|
|
||||||
# Repository
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/templates
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/rules
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/classes
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/autoconf
|
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/autoinstall/tmp
|
|
||||||
|
|
||||||
# Systemd Stuff
|
|
||||||
mkdir -p %{buildroot}%{_unitdir}/
|
|
||||||
install -m 644 scripts/autoyast-initscripts.service %{buildroot}%{_unitdir}/
|
|
||||||
|
|
||||||
# Documentation
|
|
||||||
install -d -m 755 %{buildroot}%{yast_docdir}/html
|
|
||||||
tar -xvpf %{SOURCE1} -C %{buildroot}%{yast_docdir}/html
|
|
||||||
mv %{buildroot}%{yast_docdir}/html/autoyast/* %{buildroot}%{yast_docdir}/html/
|
|
||||||
rmdir %{buildroot}%{yast_docdir}/html/autoyast
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{fillup_only -n autoinstall}
|
%{fillup_only -n autoinstall}
|
||||||
|
|
||||||
@ -232,11 +208,9 @@ rmdir %{buildroot}%{yast_docdir}/html/autoyast
|
|||||||
%dir %{yast_scrconfdir}
|
%dir %{yast_scrconfdir}
|
||||||
%{yast_scrconfdir}/autoinstall.scr
|
%{yast_scrconfdir}/autoinstall.scr
|
||||||
%{yast_scrconfdir}/cfg_autoinstall.scr
|
%{yast_scrconfdir}/cfg_autoinstall.scr
|
||||||
# DTD files
|
# autoinstall modules
|
||||||
%dir %{_datadir}/autoinstall
|
%dir %{_datadir}/autoinstall
|
||||||
#%dir %{_datadir}/autoinstall/dtd
|
|
||||||
%dir %{_datadir}/autoinstall/modules
|
%dir %{_datadir}/autoinstall/modules
|
||||||
#%{_datadir}/autoinstall/dtd/*
|
|
||||||
|
|
||||||
# systemd service file
|
# systemd service file
|
||||||
%{_unitdir}/autoyast-initscripts.service
|
%{_unitdir}/autoyast-initscripts.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user