Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
91e6c9714d
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 09:35:12 UTC 2025 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- Allow for %is_opensuse to be unset, following up to
|
||||
https://src.suse.de/products/SLFO/pulls/204 (bsc#1248487).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 8 03:51:01 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@@ -164,7 +164,7 @@ BuildRequires: unzip
|
||||
BuildRequires: xaw3d-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1550 && 0%{is_opensuse}
|
||||
%if 0%{?suse_version} > 1550 && 0%{?is_opensuse}
|
||||
BuildRequires: zlib-ng-compat-devel
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
|
Reference in New Issue
Block a user