From 1acec8d7b2c4951186149950cc62c26e05378c80 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 13 Feb 2023 13:08:57 -0600 Subject: [PATCH] Fix file list --- glib-networking.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib-networking.spec b/glib-networking.spec index a3960d4..b5886a9 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -70,7 +70,6 @@ the functionality of the installed glib-networking package. %files -f %{name}.lang %license COPYING %doc NEWS README -%{_libdir}/gio/modules/libgioenvironmentproxy.so %{_libdir}/gio/modules/libgiognomeproxy.so %{_libdir}/gio/modules/libgiognutls.so %if 0%{?with_libproxy} @@ -78,6 +77,8 @@ the functionality of the installed glib-networking package. %{_libexecdir}/glib-pacrunner %{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service %{_userunitdir}/glib-pacrunner.service +%else +%{_libdir}/gio/modules/libgioenvironmentproxy.so %endif %files tests