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:
Dominique Leuenberger 2023-05-19 09:54:51 +00:00 committed by Git OBS Bridge
commit e7aa4fa202
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