From 36feb1a512db6c9a253d81f34f0cc3917cc1ba3e Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 26 Feb 2020 11:55:00 +0100 Subject: [PATCH] Use correct license file permissions --- slf4j.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slf4j.spec b/slf4j.spec index 098fc84..ce59695 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -112,7 +112,7 @@ SLF4J Source JARs. %prep %setup -q -n %{name}-v_%{version} find -name '*.jar' -delete -cp -p %{SOURCE1} APACHE-LICENSE +install -m 0644 %{SOURCE1} APACHE-LICENSE %pom_disable_module integration %pom_disable_module osgi-over-slf4j