diff --git a/libproxy.spec b/libproxy.spec index 71296c4..425a2c2 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -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 - 0.4.15-34 +- Drop pacrunner subpackage. Resolves: rhbz#1990974 + * Mon Aug 09 2021 Mohan Boddu - 0.4.15-33 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688