forked from pool/createrepo_c
Accepting request 1087794 from system:packagemanager
OBS-URL: https://build.opensuse.org/request/show/1087794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/createrepo_c?expand=0&rev=19
This commit is contained in:
commit
e7aa4fa202
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 11:32:19 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
- disable DeltaRPM for ALP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 16:13:36 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- Precompile the python bytecode to avoid lingering files on package removal.
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%if 0%{?sle_version} >= 160000 || 0%{?suse_version} >= 1550
|
||||
%if 0%{?sle_version} >= 170000 || 0%{?suse_version} >= 1650
|
||||
# Enable enhanced DeltaRPM support
|
||||
%bcond_without drpm
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user