Drop networkmanager subpackage

This commit is contained in:
Michael Santana 2021-08-25 17:45:52 -04:00 committed by Stepan Oksanichenko
parent ef4a2cc40b
commit ad1fb12c24
2 changed files with 5 additions and 15 deletions

1
.libproxy.metadata Normal file
View File

@ -0,0 +1 @@
2dc0fc31cad78ce3d7a5ceb8fa8df07010f5c13e 0.4.15.tar.gz

View File

@ -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 <msantana@redhat.com> - 0.4.15-35
- Drop networkmanager subpackage. Resolves: rhbz#1996028
* Wed Aug 18 2021 Michael Santana <msantana@redhat.com> - 0.4.15-34
- Drop pacrunner subpackage. Resolves: rhbz#1990974