!7 Remove non-existent file

From: @zhangxianting 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-09-23 07:10:48 +00:00 committed by Gitee
commit c11a6c57e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%bcond_with bootstrap
Name: byte-buddy
Version: 1.12.0
Release: 1
Release: 2
Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0
URL: http://bytebuddy.net/
@ -142,10 +142,12 @@ mvn package -Dsourcecode.test.version=1.8 -Dmaven.test.failure.ignore=true -P'ja
%license LICENSE NOTICE
%files javadoc
/usr/share/javadoc/byte-buddy
%license LICENSE NOTICE
%changelog
* Fri Sep 20 2024 zhangxianting <zhangxianting@uniontech.com> - 1.12.0-2
- Remove non-existent file
* Thu Jun 16 2022 Ge Wang <wangge20@h-partners.com> - 1.12.0-1
- Upgrade to version 1.12.0