From a854baa0d7abf08f37259d338f7b211f7a1cc5c396bf6ee2edf4ac7e12f6d352 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 25 Jul 2019 07:57:02 +0000 Subject: [PATCH] - 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 --- autoyast2-4.2.5.tar.bz2 | 4 ++-- autoyast2.changes | 6 ++++++ autoyast2.spec | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/autoyast2-4.2.5.tar.bz2 b/autoyast2-4.2.5.tar.bz2 index a509d7d..27db7d6 100644 --- a/autoyast2-4.2.5.tar.bz2 +++ b/autoyast2-4.2.5.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c026d5a48469e619f62edeb721eb634b62bae6de2d0e5e11564c0b7bff7c109 -size 685007 +oid sha256:9784dd0f9bea40a992b35c3e62e5b8128e2f10809d25acd85dd5bd3e98b76a9a +size 685074 diff --git a/autoyast2.changes b/autoyast2.changes index 8e91bd7..9502412 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 18 15:05:10 UTC 2019 - Jan Engelhardt + +- Use modern tar syntax +- Require fillup because it's executed in %post + ------------------------------------------------------------------- Thu Jul 18 14:49:00 UTC 2019 - Martin Vidner diff --git a/autoyast2.spec b/autoyast2.spec index 7343391..8bf6ad9 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -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