Fix build failure caused by deletion failed in rmbuild stage

This commit is contained in:
wang--ge 2023-07-07 17:05:10 +08:00
parent 41f23e04f0
commit 83b5cdb40d

View File

@ -4,7 +4,7 @@
%global failjunit no
Name: rabbitmq-java-client
Version: 3.6.5
Release: 2
Release: 3
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
@ -72,6 +72,9 @@ export RABBITMQ_MNESIA_BASE=.
pgrep -cf rabbitmq_server && ant test-client
pkill -f rabbitmq_server ||:
%clean
sleep 150
%files -f .mfiles
%license LICENSE*
%doc README*
@ -83,6 +86,9 @@ pkill -f rabbitmq_server ||:
%license LICENSE*
%changelog
* Fri Jul 07 2023 Ge Wang <wang__ge@126.com> - 3.6.5-3
- Fix build failure caused by deletion failed in rmbuid stage
* Tue Oct 27 2020 Anan Fu <fuanan3@huawei.com> - 3.6.5-2
- disable python2 module