From 33f2361fbe6a7a24d3cb1fa8e28d75adb7450012 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 13 Dec 2023 06:07:26 +0100 Subject: [PATCH] Get rid of module_prefix macro --- httpcomponents-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 27f43aa..70cfa66 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -122,7 +122,7 @@ rm httpclient/src/test/java/org/apache/http/client/config/TestRequestConfig.java %install %mvn_install -%files -n %{?module_prefix}%{name} -f .mfiles +%files -f .mfiles %license LICENSE.txt NOTICE.txt %doc README.txt RELEASE_NOTES.txt