public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dnf5] f44: Correct libdnf5-cli license to "GPL-2.0-or-later AND LGPL-2.1-or-later"
@ 2026-09-04 12:33
0 siblings, 0 replies; only message in thread
From: @ 2026-09-04 12:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dnf5
Branch : f44
Commit : b29d04a633ffd14cf2d173d9d933f12d1600cda8
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-09-04T14:33:09+02:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dnf5/c/b29d04a633ffd14cf2d173d9d933f12d1600cda8?branch=f44
Log:
Correct libdnf5-cli license to "GPL-2.0-or-later AND LGPL-2.1-or-later"
---
diff --git a/dnf5.spec b/dnf5.spec
index 46f1b75..e270216 100644
--- a/dnf5.spec
+++ b/dnf5.spec
@@ -525,7 +525,8 @@ Package management library.
%if %{with libdnf_cli}
%package -n libdnf5-cli
Summary: Library for working with a terminal in a command-line package manager
-License: LGPL-2.1-or-later
+# libdnf5-cli/utils/userconfirm.cpp is GPL-2.0-or-later
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
Requires: libdnf5%{?_isa} = %{version}-%{release}
%description -n libdnf5-cli
@@ -1200,6 +1201,7 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
%changelog
* Fri Aug 21 2026 Packit <hello@packit.dev> - 5.4.4.0-1
- Update to version 5.4.4.0
+- Correct libdnf5-cli license to "GPL-2.0-or-later AND LGPL-2.1-or-later"
* Wed Aug 19 2026 Petr Pisar <ppisar@redhat.com> - 5.4.3.0-2
- Restore ABI (upstream GH#2869)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 12:33 [rpms/dnf5] f44: Correct libdnf5-cli license to "GPL-2.0-or-later AND LGPL-2.1-or-later"
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox