forked from pool/libXpm
- Depend also on /usr/bin/uncompress, not only /usr/bin/gzip;
Requiring binaries instead of packages resolves the file conflict with busybox-gzip, which is used when building nginx opensuse images; dep chain was: nginx -> libdg3 -> libXpm4 -> gzip ==> conflict with busybox-gzip OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXpm?expand=0&rev=23
This commit is contained in:
parent
eca7366536
commit
a6d21eef27
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 11:59:25 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Depend also on /usr/bin/uncompress, not only /usr/bin/gzip;
|
||||
Requiring binaries instead of packages resolves the file
|
||||
conflict with busybox-gzip, which is used when building nginx
|
||||
opensuse images; dep chain was: nginx -> libdg3 -> libXpm4 -> gzip
|
||||
==> conflict with busybox-gzip
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 13:41:44 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -51,8 +51,9 @@ storing/retrieving X pixmaps to/from files.
|
||||
%package -n %{lname}
|
||||
Summary: X Pixmap image file format library
|
||||
Group: System/Libraries
|
||||
# Invokes 'gzip' at runtime. 'compress' is disabled by n_no-compress-on-sle.patch
|
||||
# Invokes 'gzip' and 'uncompress' at runtime. 'compress' is disabled by n_no-compress-on-sle.patch
|
||||
Requires: /usr/bin/gzip
|
||||
Requires: /usr/bin/uncompress
|
||||
|
||||
%description -n %{lname}
|
||||
libXpm facilitates working with XPM (X PixMap), a format for
|
||||
|
Loading…
Reference in New Issue
Block a user