forked from pool/obs-service-recompress
Accepting request 900286 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/900286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-recompress?expand=0&rev=18
This commit is contained in:
commit
7851482ff7
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ arch=('i686' 'x86_64')
|
|||||||
url="https://www.github.com/openSUSE/obs-service-recompress"
|
url="https://www.github.com/openSUSE/obs-service-recompress"
|
||||||
license=('GPL-2.0+' 'GPL-2.0')
|
license=('GPL-2.0+' 'GPL-2.0')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
depends=('gzip', 'bzip2', 'xz', 'zstd')
|
depends=('gzip' 'bzip2' 'xz' 'zstd')
|
||||||
source=(obs-service-recompress-${pkgver}.tar.gz)
|
source=(obs-service-recompress-${pkgver}.tar.gz)
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 26 11:55:33 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Fixed checking for zstd support on different distributions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 03 05:25:43 UTC 2020 - adrian@suse.de
|
Mon Aug 03 05:25:43 UTC 2020 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -35,10 +35,8 @@ BuildRequires: xz
|
|||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
Requires: xz
|
Requires: xz
|
||||||
|
# Enable zstd on all supported distributions
|
||||||
%if (0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150000) || 0%{?fedora_version} < 25 || 0%{?rhel_version} < 6
|
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 || 0%{?rhel} >= 6
|
||||||
# noop
|
|
||||||
%else
|
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
Requires: zstd
|
Requires: zstd
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user