From 8e573e3b74a96f31a1c2fd16d71296845f4231738ab6ce7fb5784ba42db3454e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 16 May 2023 09:32:54 +0000 Subject: [PATCH] Accepting request 1087373 from home:jengelh:branches:utilities - Use autosetup and POSIX tar options. OBS-URL: https://build.opensuse.org/request/show/1087373 OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=22 --- homeshick.changes | 5 +++++ homeshick.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/homeshick.changes b/homeshick.changes index 01f0646..40696a3 100644 --- a/homeshick.changes +++ b/homeshick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 16 09:19:27 UTC 2023 - Jan Engelhardt + +- Use autosetup and POSIX tar options. + ------------------------------------------------------------------- Sat May 13 16:51:17 UTC 2023 - Olav Reinert diff --git a/homeshick.spec b/homeshick.spec index b4ffc1a..92ba8be 100644 --- a/homeshick.spec +++ b/homeshick.spec @@ -54,14 +54,12 @@ plugins without clutter. It also makes it easy to install large external frameworks, such as oh-my-zsh, found on sites like https://dotfiles.github.io/. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 # unpack test libraries mkdir -p test/bats/lib for lib in file support assert; do - tar xf %{_sourcedir}/bats-$lib-*.tar.gz -C test/bats/lib --transform "s/bats-$lib-...../$lib/" + tar -xf %{_sourcedir}/bats-$lib-*.tar.gz -C test/bats/lib --transform "s/bats-$lib-...../$lib/" done %build