From c3b7e511ff596f32c7a2a3c33b66ecaba00d99a3 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Jan 15 2017 18:02:46 +0000 Subject: - Resolves: rhbz#1192189 Both kernel-debug-core and kernel-core are installed --- diff --git a/xl2tpd.spec b/xl2tpd.spec index 44f8478..cd55c86 100644 --- a/xl2tpd.spec +++ b/xl2tpd.spec @@ -3,7 +3,7 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd Version: 1.3.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ Url: https://github.com/xelerance/xl2tpd/ Group: System Environment/Daemons @@ -25,6 +25,8 @@ BuildRequires: openssl-devel Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +# dnf resolving prefers kernel-debug-modules-extra over kernel-modules-extra +Suggests: kernel-modules-extra %description xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). @@ -114,6 +116,10 @@ install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/xl2tpd %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control %changelog +* Sun Jan 15 2017 Paul Wouters - 1.3.8-2 +- Very reluctantly add a Suggests: tag to work around dnf/kernel bug +- Resolves: rhbz#1192189 Both kernel-debug-core and kernel-core are installed + * Wed Aug 24 2016 Paul Wouters - 1.3.8-1 - Upgraded to 1.3.8 and updated existing patches still required - Fix kernel mode breaking the closing tunnels