- 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
This commit is contained in:
parent
7360aa6826
commit
14202cc6cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:441028c7e708abd62b21e271ccc522c114a15a228907902978b90792cd450587
|
|
||||||
size 1489771
|
|
BIN
yast2-installation-4.6.7.tar.bz2
(Stored with Git LFS)
Normal file
BIN
yast2-installation-4.6.7.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Fri Aug 4 07:09:13 UTC 2023 - Michal Filka <mfilka@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.6.6
|
Version: 4.6.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -59,6 +59,8 @@ Requires: coreutils
|
|||||||
Requires: gzip
|
Requires: gzip
|
||||||
# use in startup scripts
|
# use in startup scripts
|
||||||
Requires: initviocons
|
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
|
# Needed call /sbin/ip in vnc.sh/network.sh
|
||||||
Requires: iproute2
|
Requires: iproute2
|
||||||
# for the first/second stage of installation
|
# for the first/second stage of installation
|
||||||
|
Loading…
Reference in New Issue
Block a user