Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: cjose
Version: 0.6.2.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)

License: MIT
Expand Down Expand Up @@ -64,6 +64,10 @@ make check || (cat test/test-suite.log; exit 1)


%changelog
* Thu Aug 14 2025 Suneel Yadava <[email protected]> - 0.6.2.2-8
- Promoted packages to core (from SPECS-EXTENDED to SPECS).
- License verified

* Tue Dec 17 2024 Akarsh Chaudhary <[email protected]> - 0.6.2.2-7
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Summary: High-performance and highly configurable free RADIUS server
Name: freeradius
Version: 3.2.5
Release: 3%{?dist}
Release: 4%{?dist}
Vendor: Microsoft Corporation
Distribution: Azure Linux
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Expand Down Expand Up @@ -869,6 +869,10 @@ EOF
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest

%changelog
* Thu Aug 14 2025 Suneel Yadava <[email protected]> - 3.2.5-4
- Promoted pacakages to core (from SPECS-EXTENDED to SPECS).
- License Verified

* Fri Jan 31 2025 Jyoti kanase <[email protected]> - 3.2.5-3
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: ipcalc
Version: 1.0.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: IP network address calculator
License: GPL-2.0-or-later
URL: https://gitlab.com/ipcalc/ipcalc
Expand Down Expand Up @@ -45,6 +45,10 @@ or check the validity of an address.
#%{_mandir}/man1/ipcalc.1*

%changelog
* Thu Aug 14 2025 Suneel Yadava <[email protected]> - 1.0.3-2
- Promoted pacakages to core (from SPECS-EXTENDED to SPECS).
- License verified.

* Mon Nov 11 2024 Sumit Jena <[email protected]> - 1.0.3-1
- Update to version 1.0.3
- License verified
Expand Down
Loading