diff --git a/glassfish-jaxb-api.spec b/glassfish-jaxb-api.spec index d3e04fd..35e4f7d 100644 --- a/glassfish-jaxb-api.spec +++ b/glassfish-jaxb-api.spec @@ -1,7 +1,7 @@ %global oname jaxb-api Name: glassfish-jaxb-api Version: 2.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java Architecture for XML Binding Group: Development/Libraries License: CDDL or GPLv2 with exception @@ -28,6 +28,7 @@ BuildRequires: maven-shared-osgi BuildRequires: maven-surefire-plugin Requires: java >= 1:1.6.0 +Requires: jvnet-parent BuildArch: noarch # The Fedora Packaging Committee granted openjdk a bundling exception to carry JAXP and @@ -88,6 +89,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{oname} %{_javadocdir}/%{oname} %changelog +* Mon Jun 10 2013 Orion Poplawski 2.2.9-2 +- Add requires jvnet-parent + * Thu May 02 2013 gil cattaneo 2.2.9-1 - update to 2.2.9 @@ -113,4 +117,4 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{oname} - fix License field * Fri Jul 22 2011 gil cattaneo 2.2.3-1 -- initial rpm \ No newline at end of file +- initial rpm