[nuxwdog] Use Requires: java-headless rebuild (#1067528)

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Mar 28 20:41:52 UTC 2014


commit c23ca1b5bc3001a5bc042dd51aa7919c363548b8
Author: Michael Simacek <msimacek at redhat.com>
Date:   Fri Mar 28 16:02:01 2014 +0100

    Use Requires: java-headless rebuild (#1067528)
    
    Signed-off-by: Michael Simacek <msimacek at redhat.com>
    Signed-off-by: Mikolaj Izdebski <mizdebsk at redhat.com>

 nuxwdog.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nuxwdog.spec b/nuxwdog.spec
index 41ceb26..7d0e232 100644
--- a/nuxwdog.spec
+++ b/nuxwdog.spec
@@ -1,6 +1,6 @@
 Name:           nuxwdog
 Version:        1.0.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Watchdog server to start and stop processes, and prompt for passwords
 # The entire source code is LGPLv2 except for the perl module, which is GPL+ or Artistic
 License:        LGPLv2 and (GPL+ or Artistic)
@@ -53,7 +53,7 @@ nuxwdog watchdog server.
 %package client-java
 Group:        System Environment/Libraries
 Summary:      Nuxwdog Watchdog client JNI Package
-Requires:     java >= 1:1.6.0
+Requires:     java-headless >= 1:1.6.0
 Requires:     jpackage-utils
 Requires:     %{name} = %{version}-%{release}
 
@@ -132,6 +132,9 @@ rm -rf %{buildroot}
 %{_jnidir}/*
 
 %changelog
+* Fri Mar 28 2014 Michael Simacek <msimacek at redhat.com> - 1.0.1-10
+- Use Requires: java-headless rebuild (#1067528)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list