public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Douglas Kosovic <xdoug@localhost.localdomain>
To: git-commits@fedoraproject.org
Subject: [rpms/NetworkManager-l2tp] epel10: Fix orphaned xl2tpd dependency issue, switch to go-l2tp (rhbz#2390669,rhbz#2390688)
Date: Thu, 02 Jul 2026 12:55:22 GMT	[thread overview]
Message-ID: <178299692265.1.8240912410288493681.rpms-NetworkManager-l2tp-3b85da2a427a@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-02 12:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178299692265.1.8240912410288493681.rpms-NetworkManager-l2tp-3b85da2a427a@fedoraproject.org \
    --to=xdoug@localhost.localdomain \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox