Accepting request 1087792 from home:jsrain:branches:system:packagemanager

- disable DeltaRPM for ALP

OBS-URL: https://build.opensuse.org/request/show/1087792
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=67
This commit is contained in:
Neal Gompa 2023-05-18 12:08:01 +00:00 committed by Git OBS Bridge
parent 1ecda11337
commit 546e43c31e
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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