Skip to content

Commit 701247f

Browse files
authored
Fix for license path issue for libthai (microsoft#14854)
1 parent 39a9d85 commit 701247f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

SPECS-EXTENDED/libthai/libthai.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Distribution: Azure Linux
33
Summary: Thai language support routines
44
Name: libthai
55
Version: 0.1.29
6-
Release: 10%{?dist}
6+
Release: 11%{?dist}
77
License: LGPL-2.1-or-later
88
Source0: https://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
99
Patch0: libthai-0.1.9-multilib.patch
@@ -55,7 +55,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
5555
%ldconfig_scriptlets
5656

5757
%files
58-
%doc README AUTHORS COPYING ChangeLog
58+
%license COPYING
59+
%doc README AUTHORS ChangeLog
5960
%{_libdir}/lib*.so.*
6061
%{_datadir}/libthai
6162

@@ -66,7 +67,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
6667
%{_libdir}/pkgconfig/*
6768

6869
%changelog
69-
* Wed oNov 13 2024 Sreenivasulu Malavathula <[email protected]> - 0.1.29-10
70+
* Thu Oct 09 2025 Aninda Pradhan <[email protected]> - 0.1.29-11
71+
- Fix license check issue
72+
- License verified
73+
74+
* Wed Nov 13 2024 Sreenivasulu Malavathula <[email protected]> - 0.1.29-10
7075
- Initial Azure Linux import from Fedora 41 (license: MIT)
7176
- License verified
7277

0 commit comments

Comments
 (0)