[netty-tcnative] removed manual requires

jiri vanek jvanek at fedoraproject.org
Wed Feb 18 17:56:22 UTC 2015


commit fe93db20005a51700faccb8a0f721941106fc640
Author: Jiri Vanek <jvanek at redhat.com>
Date:   Wed Feb 18 18:55:41 2015 +0100

    removed manual requires
    
    added mistiriously missing spec file

 netty-tcnative.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/netty-tcnative.spec b/netty-tcnative.spec
index 17f194a..15e40a1 100644
--- a/netty-tcnative.spec
+++ b/netty-tcnative.spec
@@ -3,7 +3,7 @@
 
 Name:           netty-tcnative
 Version:        1.1.30
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        Fork of Tomcat Native with improved OpenSSL and mavenized build
 License:        ASL 2.0
 URL:            https://github.com/netty/netty/wiki/Forked-Tomcat-Native
@@ -12,11 +12,6 @@ Source1:        CheckLibrary.java
 Patch1:         fixLibNames.patch.in
 Patch2:         i388aprFix.patch
 
-#dont know how to configure requires, just guessing
-Requires:  java-headless
-Requires:  jpackage-utils
-
-
 BuildRequires:  maven-local
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -81,5 +76,8 @@ javac -d . -cp $RPM_BUILD_ROOT%{_jnidir}/%{name}/%{name}.jar %{SOURCE1}
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Thu Feb 18 2015 Jiri Vanek <jvanek at redhat.com> - 1.1.30-1
+- removed manual requires
+
 * Thu Jan 29 2015 Jiri Vanek <jvanek at redhat.com> - 1.1.30-0
 - initial build


More information about the scm-commits mailing list