Skip to content

Commit

Permalink
Merge 256c69b into ea39984
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Aug 15, 2023
2 parents ea39984 + 256c69b commit a3f7ef4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 15 08:42:50 UTC 2023 - Stefan Hundhammer <shundhammer@suse.com>

- Require awk for use in startup scripts (bsc#1214277)
- 4.6.7

-------------------------------------------------------------------
Fri Aug 4 07:09:13 UTC 2023 - Michal Filka <mfilka@suse.com>

Expand Down
4 changes: 3 additions & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.6.6
Version: 4.6.7
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down Expand Up @@ -58,6 +58,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
Expand Down

0 comments on commit a3f7ef4

Please sign in to comment.