Skip to content

Commit f8db9bb

Browse files
cglib: fix the License Check build error (microsoft#14679)
1 parent e9583d3 commit f8db9bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SPECS-EXTENDED/cglib/cglib.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Distribution: Azure Linux
2222
%global tarball_name RELEASE_3_2_4
2323
Name: cglib
2424
Version: 3.2.4
25-
Release: 3%{?dist}
25+
Release: 4%{?dist}
2626
Summary: Code Generation Library
2727
License: Apache-2.0
2828
Group: Development/Libraries/Java
@@ -121,8 +121,12 @@ cp -r %{name}/target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
121121

122122
%files javadoc
123123
%{_javadocdir}/%{name}
124+
%exclude %{_javadocdir}/%{name}/legal
124125

125126
%changelog
127+
* Tue Sep 16 2025 Durga Jagadeesh Palli <[email protected]> - 3.2.4-4
128+
- Fix the license error.
129+
126130
* Wed Nov 09 2022 Sumedh Sharma <[email protected]> - 3.2.4-3
127131
- Fix runtime requirements on objectweb-asm instead of mvn(org.ow2.asm:asm)
128132
- License verified

0 commit comments

Comments
 (0)