forked from pool/gnuhealth
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
a4a7568b71 | ||
|
06df1a2e2e |
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 13:32:19 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix escaping of commented out patch: with RPM 4.20, %patch
|
||||||
|
becomes a standard, expandable macro, that can span more than one
|
||||||
|
line. Commenting out with #%patch can thus lead to invalid
|
||||||
|
results.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 11:47:44 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
Fri Aug 2 11:47:44 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ This package provides the interface to Orthanc
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
## %patch -P 0 -p1
|
## %%patch -P 0 -p1
|
||||||
cp %{S:1} .
|
cp %{S:1} .
|
||||||
cp %{S:2} .
|
cp %{S:2} .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user