[netbeans-platform] Fix build require on java-devel

Omair Majid omajid at fedoraproject.org
Fri Jan 27 23:36:23 UTC 2012


commit 0b457f3c938ab0d85cf4c537edccf7f1181f871e
Author: Omair Majid <omajid at redhat.com>
Date:   Fri Jan 27 18:34:30 2012 -0500

    Fix build require on java-devel

 netbeans-platform.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/netbeans-platform.spec b/netbeans-platform.spec
index 0da8106..fe8f7cd 100644
--- a/netbeans-platform.spec
+++ b/netbeans-platform.spec
@@ -67,7 +67,7 @@
 Name:         netbeans-platform
 Epoch:        1
 Version:      %{nb_ver}
-Release:      4%{?dist}
+Release:      5%{?dist}
 Summary:      NetBeans Platform
 Group:        Development/Libraries
 License:      GPLv2 with exceptions or CDDL
@@ -98,7 +98,7 @@ Patch7: do-not-name-sos-based-on-arch.patch
 Patch8: no-windows-cleaners.patch
 
 BuildRequires: jpackage-utils
-BuildRequires: java-devel = 1:1.6.0
+BuildRequires: java-devel >= 1:1.6.0
 
 BuildRequires: ant >= 1.7.0
 BuildRequires: ant-junit >= 1.7.0
@@ -352,6 +352,9 @@ popd
 %doc nbbuild/licenses/CDDL-GPL-2-CP
 
 %changelog
+* Fri Jan 27 2012 Omair Majid <omajid at redhat.com> - 1:7.0.1-5
+- Fix build require on java-devel
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:7.0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list