Bug ID | 1176827 |
---|---|
Summary | openSUSE:Tools/obs-service-recompress: Bug: Arch: nothing provides gzip,, nothing provides bzip2,, nothing provides xz, |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | BuildService |
Assignee | marco.strigl@suse.com |
Reporter | oleg.b.antonyan@gmail.com |
QA Contact | adrian.schroeter@suse.com |
Found By | --- |
Blocker | --- |
https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress build for Arch fails with: "nothing provides gzip,, nothing provides bzip2,, nothing provides xz," The problem is unnecessary "," in depends in PKGBUILD: -depends=('gzip', 'bzip2', 'xz', 'zstd') +depends=('gzip' 'bzip2' 'xz' 'zstd') Here is a link to this package where this problem is fixed https://build.opensuse.org/package/show/home:oleg_antonyan/obs-service-recompress I'd like to send a pull request, but github repo https://github.com/openSUSE/obs-service-recompress/ doe not have PKGBUILD