diff --git a/rabbitmq-java-client.spec b/rabbitmq-java-client.spec index 50efec5d70b5caf1b1979804ccb34c8e0150c2ec..16b7ca99bed73509c40d63b9987f67915ef947d1 100644 --- a/rabbitmq-java-client.spec +++ b/rabbitmq-java-client.spec @@ -4,14 +4,14 @@ %global failjunit no Name: rabbitmq-java-client Version: 3.6.5 -Release: 1 +Release: 2 Summary: Java Advanced Message Queue Protocol client library License: ASL 2.0 and GPLv2+ and MPLv1.1 URL: http://www.rabbitmq.com/java-client.html Source0: http://www.rabbitmq.com/releases/%{name}/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: maven-local mvn(commons-cli:commons-cli) mvn(commons-io:commons-io) mvn(junit:junit) -BuildRequires: ant ant-junit java-headless python2-devel >= 2.6 python3-simplejson +BuildRequires: ant ant-junit java-headless python3-devel >= 2.6 python3-simplejson %if 0%{?with buildtex} BuildRequires: texi2html texlive-base %endif @@ -52,7 +52,7 @@ sed -i 's,\(\"haltOnFailureJava\" value=\"\).*\",\1%{failjava}\",' build.xml %mvn_file com.rabbitmq:amqp-client %{name} %{jarname} amqp-client %build -%ant -Dimpl.version=%{version} -Dpython.bin=%{__python2} maven-bundle +%ant -Dimpl.version=%{version} -Dpython.bin=%{__python3} maven-bundle cd doc/channels %if 0%{?with buildtex} find . -name \*.tex -print -exec 'texi2html {} ; pdflatex {}' \; -delete @@ -83,5 +83,8 @@ pkill -f rabbitmq_server ||: %license LICENSE* %changelog +* Tue Oct 27 2020 Anan Fu - 3.6.5-2 +- disable python2 module + * Wed Aug 26 2020 shaoqiang kang - 3.6.5-1 - Package init