[java-1.7.0-openjdk/f20] python added to line %{SOURCE14} $files to preven access denied, added build requires for python

jiri vanek jvanek at fedoraproject.org
Thu May 22 12:28:30 UTC 2014


commit 88cb0405ddcc85940b36a34211410b3aef5a1334
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Thu May 22 14:28:07 2014 +0200

    python added to line %{SOURCE14} $files to preven access denied,  added build requires for python

 java-1.7.0-openjdk.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index 84a0703..e61c212 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -305,6 +305,7 @@ BuildRequires: pkgconfig >= 0.9.0
 BuildRequires: xorg-x11-utils
 BuildRequires: nss-devel
 BuildRequires: libattr-devel
+BuildRequires: python
 # PulseAudio build requirements.
 %if %{with_pulseaudio}
 BuildRequires: pulseaudio-libs-devel >= 0.9.11
@@ -685,7 +686,7 @@ $JAVA_HOME/bin/javac -d . %{SOURCE12}
 $JAVA_HOME/bin/java TestCryptoLevel
 
 files=$(find $(pwd)/%{buildoutputdir}/j2sdk-image/ -type f | xargs file | grep ELF | cut -d: -f1)
-bash %{SOURCE14} $files
+python %{SOURCE14} $files
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1527,7 +1528,8 @@ exit 0
 %changelog
 * Thu May 22 2014 Jiri Vanek <jvanek at redhat.com> - 1.7.0.51-2.4.7.2.el6
 - debug turned off (0)
-- bash added to line %{SOURCE14} $files to preven access denied
+- python added to line %{SOURCE14} $files to preven access denied
+- added build requires for python
 
 * Thu May 22 2014 Jiri Vanek <jvanek at redhat.com> - 1.7.0.51-2.4.7.2.el6
 - bumped release


More information about the scm-commits mailing list