diff --git a/ongres-scram.spec b/ongres-scram.spec index 3c9852ac0970192e661a7705ef50653f623f9622..fac39bde41b8ea04701ff0e081d769079290244d 100644 --- a/ongres-scram.spec +++ b/ongres-scram.spec @@ -11,13 +11,13 @@ BuildArch: noarch %description Scram is part of the family of Simple Authentication and Security Layer authentication mechanisms.It is described as part of RFC 5802 and RFC7677. -this pachage is a Java implementation. +This pachage is a Java implementation. %package client Summary: Client for ongres-scram %description client -This package contains the client for ongres-scram +This package contains the client for ongres-scram. %package help Summary: Javadoc for ongres-scram @@ -47,6 +47,7 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %install %mvn_install +sed -i 's/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{12\}/f2f42549-cfab-4d71-be48-5e9f9a41e5f5/g' $(find %{_buildrootdir} -name ongres-scram-client.xml) %files -f .mfiles-common %license LICENSE