Remove non-existent file

This commit is contained in:
zhangxianting 2024-09-20 15:08:52 +08:00
parent 59e1975ae9
commit 74d1d7afdc

View File

@ -1,7 +1,7 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: byte-buddy Name: byte-buddy
Version: 1.12.0 Version: 1.12.0
Release: 1 Release: 2
Summary: Runtime code generation for the Java virtual machine Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0 License: Apache-2.0
URL: http://bytebuddy.net/ 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 %license LICENSE NOTICE
%files javadoc %files javadoc
/usr/share/javadoc/byte-buddy
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %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 * Thu Jun 16 2022 Ge Wang <wangge20@h-partners.com> - 1.12.0-1
- Upgrade to version 1.12.0 - Upgrade to version 1.12.0