Bug 1176827 - openSUSE:Tools/obs-service-recompress: Bug: Arch: nothing provides gzip,, nothing provides bzip2,, nothing provides xz,
Summary: openSUSE:Tools/obs-service-recompress: Bug: Arch: nothing provides gzip,, not...
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Marco Strigl
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-22 16:40 UTC by Oleg Antonyan
Modified: 2020-09-24 10:20 UTC (History)
1 user (show)

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Antonyan 2020-09-22 16:40:20 UTC
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