[snakeyaml] Add missing BR on maven-site-plugin

Mat Booth mbooth at fedoraproject.org
Wed Jan 21 20:41:51 UTC 2015


commit fe024c861353ac25aaf73f5e50119b144fe23022
Author: Mat Booth <mat.booth at redhat.com>
Date:   Wed Jan 21 20:41:50 2015 +0000

    Add missing BR on maven-site-plugin

 snakeyaml.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/snakeyaml.spec b/snakeyaml.spec
index addfee3..fa170cc 100644
--- a/snakeyaml.spec
+++ b/snakeyaml.spec
@@ -2,7 +2,7 @@
 
 Name:             snakeyaml
 Version:          1.13
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          YAML parser and emitter for the Java programming language
 License:          ASL 2.0
 # http://code.google.com/p/snakeyaml
@@ -33,6 +33,7 @@ BuildRequires:  mvn(net.sourceforge.cobertura:cobertura)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-changes-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-eclipse-plugin)
+BuildRequires:  mvn(org.apache.maven.plugins:maven-site-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
 BuildRequires:  mvn(org.apache.velocity:velocity)
 BuildRequires:  mvn(org.springframework:spring-core)
@@ -90,6 +91,9 @@ sed -i 's/\r//g' LICENSE.txt
 %doc LICENSE.txt
 
 %changelog
+* Wed Jan 21 2015 Mat Booth <mat.booth at redhat.com> - 1.13-4
+- Add missing BR on maven-site-plugin
+
 * Mon Jun 16 2014 Michal Srb <msrb at redhat.com> - 1.13-3
 - Fix FTBFS
 


More information about the scm-commits mailing list