From 671f8676044c69f5e9b0f5965f1193363438e0d3 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Dec 08 2020 16:54:04 +0000 Subject: add upstream issue link in spec file comment --- diff --git a/libdigidocpp.spec b/libdigidocpp.spec index 9549e2b..12a5019 100644 --- a/libdigidocpp.spec +++ b/libdigidocpp.spec @@ -54,7 +54,8 @@ The %{name}-doc package contains documentation provided by upstream. %setup -q # Compatibility macro XALAN_USING_XALAN() was removed in xalan-c 1.12. This # workaround is harmless when using older xalan-c versions. See -# https://issues.apache.org/jira/browse/SANTUARIO-560. +# https://github.com/open-eid/libdigidocpp/issues/363 and the corresponding +# xml-security-c issue, https://issues.apache.org/jira/browse/SANTUARIO-560. find . -type f -execdir sed -r -i \ 's/XALAN_USING_XALAN\(([^\(\)]+)\);*/using xalanc::\1;/g' '{}' '+'