- Use modern tar syntax

- Require fillup because it's executed in %post

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=840
This commit is contained in:
YaST Team Bot 2019-07-25 07:57:02 +00:00 committed by Git OBS Bridge
parent 754ede5733
commit a854baa0d7
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c026d5a48469e619f62edeb721eb634b62bae6de2d0e5e11564c0b7bff7c109
size 685007
oid sha256:9784dd0f9bea40a992b35c3e62e5b8128e2f10809d25acd85dd5bd3e98b76a9a
size 685074

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 18 15:05:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use modern tar syntax
- Require fillup because it's executed in %post
-------------------------------------------------------------------
Thu Jul 18 14:49:00 UTC 2019 - Martin Vidner <mvidner@suse.com>

View File

@ -89,6 +89,8 @@ Obsoletes: yast2-module-autoinst
BuildArch: noarch
Requires(post): %fillup_prereq
%description
This package is intended for management of the control files and the
AutoYaST2 configurations. This system should only be used by
@ -173,7 +175,7 @@ install -m 644 scripts/autoyast-initscripts.service %{buildroot}%{_unitdir}/
# Documentation
install -d -m 755 %{buildroot}%{yast_docdir}/html
tar xvpfC %{SOURCE1} %{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