Skip to content

Commit

Permalink
make sure to exclude deb build from provides
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Sep 13, 2024
1 parent 45bb7d0 commit 56d7f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/python-kiwi-spec-template
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ Provides: kiwi-filesystem:ext3
Provides: kiwi-filesystem:ext4
Provides: kiwi-filesystem:squashfs
Provides: kiwi-filesystem:xfs
%endif
Requires: dosfstools
Requires: e2fsprogs
Requires: xfsprogs
%if ! (0%{?suse_version} && 0%{?suse_version} < 1600)
Provides: kiwi-filesystem:erofs
Requires: erofs-utils
%endif
%endif
Requires: dosfstools
Requires: e2fsprogs
Requires: xfsprogs
%if 0%{?suse_version}
Requires: btrfsprogs
%else
Expand Down

0 comments on commit 56d7f88

Please sign in to comment.