SHA256
3
0
forked from pool/zstd

Disable build of gzip for Leap 15.x to fix build error.

OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=94
This commit is contained in:
Bernhard M. Wiedemann 2024-01-04 09:18:09 +00:00 committed by Git OBS Bridge
parent 68f2e22949
commit 9afb571b34
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Dec 29 13:21:02 UTC 2023 - ecsos <ecsos@opensuse.org>
- Disable build of gzip for Leap to fix build error.
- Disable build of gzip for Leap 15.x to fix build error.
-------------------------------------------------------------------
Thu May 25 11:41:00 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -16,7 +16,7 @@
#
%if 0%{?suse_version} <= 1600
%if 0%{?suse_version} <= 1500
%define with_gzip 0
%else
%define with_gzip 1