[constant-pool-scanner] Fix BR on parent pom

Michal Srb msrb at fedoraproject.org
Thu Jul 10 05:24:47 UTC 2014


commit aa3456b24c2bf557712c05d515b641be654e6e94
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Jul 9 15:14:38 2014 +0200

    Fix BR on parent pom

 constant-pool-scanner.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/constant-pool-scanner.spec b/constant-pool-scanner.spec
index 1d03643..dc35c78 100644
--- a/constant-pool-scanner.spec
+++ b/constant-pool-scanner.spec
@@ -1,6 +1,6 @@
 Name:           constant-pool-scanner
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java constant pool scanner
 
 License:        CDDL or GPLv2 with exceptions
@@ -12,7 +12,7 @@ BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(com.google.code.findbugs:annotations)
 BuildRequires:  mvn(org.apache.commons:commons-io)
-BuildRequires:  mvn(org.sonatype.oss:oss-parent)
+BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
 
 BuildArch:      noarch
 
@@ -47,6 +47,9 @@ cp %{SOURCE1} .
 %doc LICENSE.txt
 
 %changelog
+* Wed Jul 09 2014 Michal Srb <msrb at redhat.com> - 1.2-4
+- Fix BR on parent pom
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list