From 14202cc6cd6586200b88e09aa076ddf5bdf494f7ebcb29482af2af99024c62c8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 15 Aug 2023 09:18:31 +0000 Subject: [PATCH] - Require awk for use in startup scripts (bsc#1214277) - 4.6.7 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1195 --- yast2-installation-4.6.6.tar.bz2 | 3 --- yast2-installation-4.6.7.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.6.6.tar.bz2 create mode 100644 yast2-installation-4.6.7.tar.bz2 diff --git a/yast2-installation-4.6.6.tar.bz2 b/yast2-installation-4.6.6.tar.bz2 deleted file mode 100644 index a1046e7..0000000 --- a/yast2-installation-4.6.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:441028c7e708abd62b21e271ccc522c114a15a228907902978b90792cd450587 -size 1489771 diff --git a/yast2-installation-4.6.7.tar.bz2 b/yast2-installation-4.6.7.tar.bz2 new file mode 100644 index 0000000..90f7566 --- /dev/null +++ b/yast2-installation-4.6.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf3d54e059b583b371d40c7c4c013936aa4cc941bd7e53cc82383197666e73a +size 1490041 diff --git a/yast2-installation.changes b/yast2-installation.changes index 29cc5b5..8789fb5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 15 08:42:50 UTC 2023 - Stefan Hundhammer + +- Require awk for use in startup scripts (bsc#1214277) +- 4.6.7 + ------------------------------------------------------------------- Fri Aug 4 07:09:13 UTC 2023 - Michal Filka diff --git a/yast2-installation.spec b/yast2-installation.spec index dfa2ffe..ba14d36 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.6.6 +Version: 4.6.7 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -59,6 +59,8 @@ Requires: coreutils Requires: gzip # use in startup scripts Requires: initviocons +# bsc#1214277; require awk, not gawk, to allow for lighterweight alternatives like busybox +Requires: awk # Needed call /sbin/ip in vnc.sh/network.sh Requires: iproute2 # for the first/second stage of installation