Sync from SUSE:SLFO:Main obs-service-recompress revision 2b5865a43f5cec4db2174b0da5b7e525
This commit is contained in:
parent
bfac4b892f
commit
69773c2838
1
_service
1
_service
@ -4,6 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">0.5.2</param>
|
<param name="version">0.5.2</param>
|
||||||
<param name="revision">0.5.2</param>
|
<param name="revision">0.5.2</param>
|
||||||
|
<param name="extract">dist/obs-service-recompress.spec</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 5 08:53:17 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- zstd is now available on SLE 15 SP0
|
||||||
|
Adding dependency there as well to fix bsc#1216361
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 14:41:26 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
Tue Mar 1 14:41:26 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@ Requires: bzip2
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Enable zstd on all supported distributions
|
# Enable zstd on all supported distributions
|
||||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25
|
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} > 25
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
Requires: zstd
|
Requires: zstd
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user