public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/NetworkManager-l2tp] epel10: Fix orphaned xl2tpd dependency issue, switch to go-l2tp (rhbz#2390669,rhbz#2390688)
@ 2026-07-02 12:55 Douglas Kosovic
0 siblings, 0 replies; only message in thread
From: Douglas Kosovic @ 2026-07-02 12:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/NetworkManager-l2tp
Branch : epel10
Commit : 3b85da2a427a8c446045e3cbf9fbb8b9d0044b51
Author : Douglas Kosovic <xdoug@localhost.localdomain>
Date : 2025-08-26T20:10:41+10:00
Stats : +10/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/NetworkManager-l2tp/c/3b85da2a427a8c446045e3cbf9fbb8b9d0044b51?branch=epel10
Log:
Fix orphaned xl2tpd dependency issue, switch to go-l2tp (rhbz#2390669,rhbz#2390688)
---
diff --git a/NetworkManager-l2tp.spec b/NetworkManager-l2tp.spec
index 797f5e7..274de86 100644
--- a/NetworkManager-l2tp.spec
+++ b/NetworkManager-l2tp.spec
@@ -7,7 +7,7 @@
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
Name: NetworkManager-l2tp
Version: 1.20.20
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPL-2.0-or-later
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -34,7 +34,12 @@ BuildRequires: libnma-gtk4-devel
Requires: dbus-common
Requires: NetworkManager >= 1:1.20.0
Requires: ppp = %{ppp_version}
-Requires: xl2tpd
+%if 0%{?fedora} > 42
+# Note: go-l2tp is a package alias of golang-github-katalix-l2tp
+Requires: go-l2tp
+%else
+Requires: (xl2tpd or go-l2tp)
+%endif
Recommends: (libreswan or strongswan)
Recommends: (%{name}-gnome if gnome-shell)
Recommends: (plasma-nm-l2tp if plasma-desktop)
@@ -118,6 +123,9 @@ exit 0
%endif
%changelog
+* Tue Aug 26 2025 Douglas Kosovic <doug@uq.edu.au> - 1.20.20-2
+- Fix orphaned xl2tpd dependency issue, switch to go-l2tp (rhbz#2390669,rhbz#2390688)
+
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.20-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 12:55 [rpms/NetworkManager-l2tp] epel10: Fix orphaned xl2tpd dependency issue, switch to go-l2tp (rhbz#2390669,rhbz#2390688) Douglas Kosovic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox