diff --git a/geronimo-jpa.spec b/geronimo-jpa.spec index 9cbee26..c4a6962 100644 --- a/geronimo-jpa.spec +++ b/geronimo-jpa.spec @@ -3,7 +3,7 @@ Name: geronimo-jpa Version: 1.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Java persistence API implementation Group: Development/Libraries @@ -19,7 +19,7 @@ Source0: %{spec_name}-%{version}.tar.xz BuildArch: noarch # This pulls in all of the required java and maven stuff -BuildRequires: xmvn +BuildRequires: maven-local BuildRequires: geronimo-parent-poms BuildRequires: maven-resources-plugin @@ -64,6 +64,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %changelog +* Wed Feb 06 2013 Java SIG - 1.1.1-10 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jan 17 2013 Michal Srb - 1.1.1-9 - Build with xmvn