diff options
| author | 2024-03-25 23:53:21 +0100 | |
|---|---|---|
| committer | 2024-03-25 23:53:21 +0100 | |
| commit | 64e5cf610ea75dcabd62ff54b015a73edf08098e (patch) | |
| tree | 109d97c165ffaf1c11ce7a2b83e0e7cc70a3031d /teams/cloud | |
| parent | 64b3ca0b206239b029aec6c8976520d8676318a6 (diff) | |
| download | kiwi-descriptions-64e5cf610ea75dcabd62ff54b015a73edf08098e.tar.gz kiwi-descriptions-64e5cf610ea75dcabd62ff54b015a73edf08098e.zip | |
remove passwd, it was retired
passwd was retired, it's function was replaced by shadow-utils,
which is already included
see https://fedoraproject.org/wiki/Changes/LibuserDeprecation
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index f9238ec..470f36d 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -203,7 +203,6 @@ <package name="openssl"/> <package name="p11-kit"/> <package name="pam"/> - <package name="passwd"/> <package name="pigz"/> <package name="procps-ng"/> <package name="psmisc"/> |