From d629a15264f5fbbd045ac9db64feb48074d2f549 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2014 09:13:17 +0000 Subject: import thermostat1-apache-commons-fileupload-1.3-70.1.el7 --- diff --git a/SPECS/apache-commons-fileupload.spec b/SPECS/apache-commons-fileupload.spec index f76c46e..ad00f04 100644 --- a/SPECS/apache-commons-fileupload.spec +++ b/SPECS/apache-commons-fileupload.spec @@ -11,7 +11,11 @@ Name: %{?scl_prefix}apache-%{short_name} Version: 1.3 -Release: 12%{?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: This package provides an api to work with html file upload License: ASL 2.0 Group: Development/Libraries @@ -62,7 +66,7 @@ javax.servlet.http.HttpServletRequest %package javadoc Summary: API documentation for %{name} Group: Documentation -Requires: jpackage-utils +%{?scl:Requires: %scl_runtime} %description javadoc This package contains the API documentation for %{name}. @@ -105,11 +109,14 @@ popd %{?scl:EOF} %files -f .mfiles -%dir %{_javadir}/%{name} +%dir %{_javadir}/%{pkg_name} %files javadoc -f .mfiles-javadoc %changelog +* Mon Jun 23 2014 Severin Gehwolf 1.3-70.1 +- Add requires for thermostat1-runtime package. + * Tue Feb 18 2014 Severin Gehwolf - 1.3-12 - Add backported upstream patch to fix DoS vulnerability - Resolves: RHBZ#1064677