Skip to content

Commit 45f687b

Browse files
committed
Change appx util from required to recommended
Recently we added support for the new tarball-based WSL format. To my understanding this is the successor for the "old" format produced by the appx utility. Our current kiwi-systemdeps-containers-wsl package has appx as a hard requirement. I believe this can change into a recommended package
1 parent e0730cd commit 45f687b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/python-kiwi-spec-template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ Provides: kiwi-image:appx
213213
Provides: kiwi-image:wsl
214214
%endif
215215
%if 0%{?suse_version}
216-
Requires: fb-util-for-appx
216+
Recommends: fb-util-for-appx
217217
%endif
218218
%if 0%{?fedora} || 0%{?rhel}
219-
Requires: appx-util
219+
Recommends: appx-util
220220
%endif
221221

222222
%description -n kiwi-systemdeps-containers-wsl

0 commit comments

Comments
 (0)