From ad1fb12c2453547747556559513b76e660eb807f Mon Sep 17 00:00:00 2001 From: Michael Santana Date: Wed, 25 Aug 2021 17:45:52 -0400 Subject: [PATCH] Drop networkmanager subpackage --- .libproxy.metadata | 1 + libproxy.spec | 19 ++++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) create mode 100644 .libproxy.metadata diff --git a/.libproxy.metadata b/.libproxy.metadata new file mode 100644 index 0000000..cce0763 --- /dev/null +++ b/.libproxy.metadata @@ -0,0 +1 @@ +2dc0fc31cad78ce3d7a5ceb8fa8df07010f5c13e 0.4.15.tar.gz diff --git a/libproxy.spec b/libproxy.spec index 425a2c2..71fdc34 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -4,7 +4,7 @@ Name: libproxy Version: 0.4.15 -Release: 34%{?dist} +Release: 35%{?dist} Summary: A library handling all the details of proxy configuration License: LGPLv2+ @@ -37,9 +37,6 @@ BuildRequires: gcc-c++ %if ! 0%{?bootstrap} # gnome BuildRequires: pkgconfig(gio-2.0) >= 2.26 -# NetworkManager -BuildRequires: pkgconfig(libnm) -BuildRequires: pkgconfig(dbus-1) # webkit (gtk3) BuildRequires: pkgconfig(javascriptcoregtk-4.0) # Python @@ -101,14 +98,6 @@ Requires: /usr/bin/kreadconfig5 The %{name}-kde package contains the %{name} plugin for kde. %endif -%package networkmanager -Summary: Plugin for %{name} and networkmanager -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description networkmanager -The %{name}-networkmanager package contains the %{name} plugin -for networkmanager. - %package webkitgtk4 Summary: Plugin for %{name} and webkitgtk3 Requires: %{name}%{?_isa} = %{version}-%{release} @@ -203,9 +192,6 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/licenses/libproxy/Copyright %{_libdir}/%{name}/%{version}/modules/config_kde.so %endif -%files networkmanager -%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so - %files webkitgtk4 %{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so %endif @@ -218,6 +204,9 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/licenses/libproxy/Copyright %changelog +* Wed Aug 25 2021 Michael Santana - 0.4.15-35 +- Drop networkmanager subpackage. Resolves: rhbz#1996028 + * Wed Aug 18 2021 Michael Santana - 0.4.15-34 - Drop pacrunner subpackage. Resolves: rhbz#1990974