From 3c8edc0c7f7d12945832910ed20d9adf9f0d7df9 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 27 Jan 2023 11:17:25 -0500 Subject: [PATCH] Enable IPV6 support Resolves: #2165049 --- gdm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdm.spec b/gdm.spec index 7afc86b..da5149f 100644 --- a/gdm.spec +++ b/gdm.spec @@ -11,7 +11,7 @@ Name: gdm Epoch: 1 Version: 40.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: The GNOME Display Manager License: GPLv2+ @@ -170,6 +170,7 @@ GDM specific authentication features. -Drun-dir=/run/gdm \ -Dudev-dir=%{_udevrulesdir} \ -Ddefault-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin \ + -Dipv6=true \ -Dprofiling=true \ -Dplymouth=enabled \ -Dselinux=enabled @@ -350,6 +351,10 @@ dconf update || : %{_libdir}/pkgconfig/gdm-pam-extensions.pc %changelog +* Fri Jan 27 2023 Ray Strode - 40.1-21 +- Enable IPV6 support + Resolves: #2165049 + * Wed Jan 18 2023 Ray Strode - 40.1-20 - Ensure /run/gdm and other gdm directories are created at boot up Resolves: #2047942