Drop networkmanager subpackage
Resolves: rhbz#1996028 Signed-off-by: Michael Santana <msantana@redhat.com>
This commit is contained in:
parent
ef4a2cc40b
commit
8428b67d7f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user