!5 Fix build failure caused by deletion failed in rmbuild stage
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
14db6b864c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user