diff --git a/geronimo-jta.spec b/geronimo-jta.spec index 697e2c3..7316ebd 100644 --- a/geronimo-jta.spec +++ b/geronimo-jta.spec @@ -1,11 +1,11 @@ Name: geronimo-jta Summary: J2EE JTA v1.1 API Version: 1.1.1 -Release: 25 +Release: 26 License: ASL 2.0 URL: http://geronimo.apache.org/ -Source0: geronimo-jta_1.1_spec-%{version}.tar.bz +Source0: https://github.com/apache/geronimo-specs/archive/refs/tags/geronimo-jta_1.1_spec-%{version}.tar.gz BuildRequires: maven-local geronimo-parent-poms maven-resources-plugin @@ -23,7 +23,7 @@ system: the resource manager, the application server, and the transactional applications. %prep -%autosetup -p1 -n geronimo-jta_1.1_spec-%{version} +%autosetup -p1 -n geronimo-specs-geronimo-jta_1.1_spec-%{version} %build %mvn_file : %{name} geronimo-jta_1.1_spec jta @@ -47,6 +47,9 @@ fi %doc LICENSE.txt NOTICE.txt %changelog +* Thu Nov 10 2022 liyanan - 1.1.1-26 +- Change source + * Fri Dec 13 2019 caomeng - 1.1.1-25 - Package init diff --git a/geronimo-jta_1.1_spec-1.1.1.tar.bz b/geronimo-jta_1.1_spec-1.1.1.tar.bz deleted file mode 100644 index 7e0085a..0000000 Binary files a/geronimo-jta_1.1_spec-1.1.1.tar.bz and /dev/null differ diff --git a/geronimo-jta_1.1_spec-1.1.1.tar.gz b/geronimo-jta_1.1_spec-1.1.1.tar.gz new file mode 100644 index 0000000..2ce8946 Binary files /dev/null and b/geronimo-jta_1.1_spec-1.1.1.tar.gz differ