From 74d1d7afdc5069fe03eed74067cd695e9ce5c0ca Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Fri, 20 Sep 2024 15:08:52 +0800 Subject: [PATCH] Remove non-existent file --- byte-buddy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/byte-buddy.spec b/byte-buddy.spec index 7be6002..a41ee18 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -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 - 1.12.0-2 +- Remove non-existent file + * Thu Jun 16 2022 Ge Wang - 1.12.0-1 - Upgrade to version 1.12.0