blackidrs put on single line
This commit is contained in:
parent
90b1cb7d4b
commit
987022318e
@ -8,7 +8,7 @@ Name: copy-jdk-configs
|
||||
# hash relevant to version tag
|
||||
%global htag ed45a7dce13fab490529d4d13a064d379c8f66e7
|
||||
Version: 3.3
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: JDKs configuration files copier
|
||||
|
||||
License: BSD
|
||||
@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed May 02 2018 Jiri Vanek <jvanek@redhat.com> - 3.3-12
|
||||
- blackidrs put on single line
|
||||
|
||||
* Wed May 02 2018 Jiri Vanek <jvanek@redhat.com> - 3.3-11
|
||||
- added more files to balcklist based on oralce and ibm jdks
|
||||
|
||||
|
@ -192,9 +192,7 @@ files=`find $sourceSearchPath | grep "\\.rpmsave$"`
|
||||
#warning: file /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-11.b12.el7.x86_64-debug/jre/lib/amd64/client: remove failed: No such file or directory
|
||||
#warning: file /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.171-2.6.13.2.el7.x86_64/jre/lib/amd64/xawt: remove failed: No such file or directory
|
||||
#those dirs might be mepty by installtion, filling to not be rmeoved later
|
||||
blackdirs="$source/jre/lib/applet $source/jre/lib/*/client $source/jre/lib/locale/*/LC_MESSAGE $source/jre/lib/*/xawt
|
||||
$source/jre/javaws $source/properties/version $source/properties $source/jre/lib/endorsed $source/jre/lib/boot
|
||||
$source/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.data"
|
||||
blackdirs="$source/jre/lib/applet $source/jre/lib/*/client $source/jre/lib/locale/*/LC_MESSAGE $source/jre/lib/*/xawt $source/jre/javaws $source/properties/version $source/properties $source/jre/lib/endorsed $source/jre/lib/boot $source/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.data"
|
||||
|
||||
|
||||
for blackdir in $blackdirs; do
|
||||
|
Loading…
Reference in New Issue
Block a user