copy tomcat-juli.jar into the lib subpackage

Resolves: rhbz#2224318 There are duplicated jars in the tomcat lib-subpackage
This commit is contained in:
Hui Wang 2023-07-25 18:45:35 +08:00
parent 629d280689
commit 6a5576eae4

View File

@ -327,7 +327,7 @@ pushd ${RPM_BUILD_ROOT}%{libdir}
%{__ln_s} ../../java/%{name}-el-%{elspec}-api.jar . %{__ln_s} ../../java/%{name}-el-%{elspec}-api.jar .
%{__ln_s} $(build-classpath ecj/ecj) jasper-jdt.jar %{__ln_s} $(build-classpath ecj/ecj) jasper-jdt.jar
%{__ln_s} ../../%{name}/bin/tomcat-juli.jar . cp ../../%{name}/bin/tomcat-juli.jar .
popd popd
# symlink to the FHS locations where we've installed things # symlink to the FHS locations where we've installed things