diff --git a/SPECS/netty.spec b/SPECS/netty.spec index f6207c0..e7e5977 100644 --- a/SPECS/netty.spec +++ b/SPECS/netty.spec @@ -8,7 +8,11 @@ Name: %{?scl_prefix}netty Version: 3.6.3 -Release: 6%{?dist} +# Release should be higher than el6 builds. Use convention +# 60.X where X is an increasing int. 60 for rhel-6. We use +# 70.X for rhel-7. For some reason we cannot rely on the +# dist tag. +Release: 70.1%{?dist} Summary: An asynchronous event-driven network application framework and tools for Java Group: Development/Libraries @@ -58,6 +62,7 @@ flexibility without a compromise. %package javadoc Summary: API documentation for %{name} Group: Documentation +%{?scl:Requires: %scl_runtime} %description javadoc %{summary}. @@ -113,6 +118,9 @@ sed -i s/org.jboss.netty.util.internal.jzlib/com.jcraft.jzlib/ \ %doc LICENSE.txt NOTICE.txt %changelog +* Mon Jun 23 2014 Severin Gehwolf - 3.6.3-70.1 +- Add requires for thermostat1-runtime package. + * Fri Dec 20 2013 Severin Gehwolf - 3.6.3-6 - Don't generate osgi() style provides. - Fix bogus changelog date.