Accepting request 1150794 from home:ecsos:server

- Adjustments patch macro for rpm 4.20.

OBS-URL: https://build.opensuse.org/request/show/1150794
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=383
This commit is contained in:
Eric Schirra 2024-02-26 09:52:47 +00:00 committed by Git OBS Bridge
parent e824729c65
commit a5a467a8ff
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 09:45:34 UTC 2024 - ecsos <ecsos@opensuse.org>
- Adjustments patch macro for rpm 4.20.
-------------------------------------------------------------------
Fri May 5 07:46:47 UTC 2023 - <chris@computersalat.de>

View File

@ -118,8 +118,8 @@ This subpackage contains the Apache configuration files
## rpmlint:
# wrong-file-end-of-line-encoding
perl -p -i -e 's|\r\n|\n|' examples/config.manyhosts.inc.php
%patch0
%patch1
%patch -P 0
%patch -P 1
# clean up
find . -name .github -type d -prune -exec rm -r {} \;