Drop pacrunner subpackage

Resolves: rhbz#1990974

Signed-off-by: Michael Santana <msantana@redhat.com>
This commit is contained in:
Michael Santana 2021-08-18 10:50:30 -04:00
parent 29db8151bf
commit ef4a2cc40b
1 changed files with 4 additions and 17 deletions

View File

@ -4,7 +4,7 @@
Name: libproxy
Version: 0.4.15
Release: 33%{?dist}
Release: 34%{?dist}
Summary: A library handling all the details of proxy configuration
License: LGPLv2+
@ -12,9 +12,7 @@ URL: https://libproxy.github.io/libproxy/
Source0: https://github.com/libproxy/%{name}/archive/%{version}.tar.gz
# Taken from the Debian package.
Source1: proxy.1
# http://code.google.com/p/libproxy/issues/detail?id=152
Source2: Copyright.txt
Patch0: 0001-Add-config-module-for-querying-PacRunner-d-mon.patch
Patch1: libproxy-0.4.11-crash.patch
Patch2: libproxy-0.4.15-python3738.patch
# https://github.com/libproxy/libproxy/pull/86
@ -41,7 +39,6 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig(gio-2.0) >= 2.26
# NetworkManager
BuildRequires: pkgconfig(libnm)
# pacrunner (and NetworkManager)
BuildRequires: pkgconfig(dbus-1)
# webkit (gtk3)
BuildRequires: pkgconfig(javascriptcoregtk-4.0)
@ -121,16 +118,6 @@ Obsoletes: %{name}-mozjs <= %{version}-%{release}
%description webkitgtk4
The %{name}-webkitgtk4 package contains the %{name} plugin for
webkitgtk3.
%package pacrunner
Summary: Plugin for %{name} and PacRunner
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: %{name}-pac = %{version}-%{release}
Requires: pacrunner
%description pacrunner
The %{name}-pacrunner package contains the %{name} plugin for
PacRunner.
%endif
@ -221,9 +208,6 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/licenses/libproxy/Copyright
%files webkitgtk4
%{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
%files pacrunner
%{_libdir}/%{name}/%{version}/modules/config_pacrunner.so
%endif
%files devel
@ -234,6 +218,9 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/licenses/libproxy/Copyright
%changelog
* Wed Aug 18 2021 Michael Santana <msantana@redhat.com> - 0.4.15-34
- Drop pacrunner subpackage. Resolves: rhbz#1990974
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.15-33
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688