[oprofile] - Fix java buildrequires.

William Eden Cohen wcohen at fedoraproject.org
Mon Sep 15 15:31:08 UTC 2014


commit ae6e1470e17df1470a18a5b3bc166daebb1d54cb
Author: William Cohen <wcohen at redhat.com>
Date:   Mon Sep 15 11:30:43 2014 -0400

    - Fix java buildrequires.

 oprofile.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/oprofile.spec b/oprofile.spec
index f473f8a..2df1705 100644
--- a/oprofile.spec
+++ b/oprofile.spec
@@ -1,7 +1,7 @@
 Summary: System wide profiler
 Name: oprofile
 Version: 1.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/System
 #
@@ -25,7 +25,7 @@ BuildRequires: binutils-static
 BuildRequires: popt-devel
 BuildRequires: java-devel
 BuildRequires: jpackage-utils
-BuildRequires: java-1.7.0-openjdk-devel
+BuildRequires: java-1.8.0-openjdk-devel
 BuildRequires: libpfm-devel >= 4.3.0
 
 BuildRoot: %{_tmppath}/%{name}-root
@@ -145,6 +145,9 @@ exit 0
 %{_sysconfdir}/ld.so.conf.d/*
 
 %changelog
+* Mon Sep 15 2014 William Cohen <wcohen at redhat.com> - 1.0.0-2
+- Fix java buildrequires.
+
 * Mon Sep 15 2014 William Cohen <wcohen at redhat.com> - 1.0.0-1
 - Rebase on oprofile-1.0.0.
 


More information about the scm-commits mailing list