1
0

Accepting request 1147769 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147769
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-chain?expand=0&rev=10
This commit is contained in:
Fridrich Strba 2024-02-20 11:51:49 +00:00 committed by Git OBS Bridge
parent 8e4b80a4d3
commit 91671e024b
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:23:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 23 23:01:17 UTC 2022 - Fridrich Strba <fstrba@suse.com> Wed Mar 23 23:01:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package apache-commons-chain # spec file for package apache-commons-chain
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -83,10 +83,10 @@ mkdir -p target/lib
sed -i 's/\r$//g;' *.txt sed -i 's/\r$//g;' *.txt
%patch0 -p1 %patch -P 0 -p1
%patch1 %patch -P 1
%patch3 -p1 %patch -P 3 -p1
%patch4 -p1 %patch -P 4 -p1
# Failed tests: testDefaut(org.apache.commons.chain.config.ConfigParserTestCase): # Failed tests: testDefaut(org.apache.commons.chain.config.ConfigParserTestCase):
# Correct command count expected:<17> but was:<19> # Correct command count expected:<17> but was:<19>