Add missing obsolete/provide for libproxy-duktape
Also update the description so it's not a lie any more...
This commit is contained in:
parent
f6df95ae13
commit
a0a20e2c55
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: libproxy
|
Name: libproxy
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library handling all the details of proxy configuration
|
Summary: A library handling all the details of proxy configuration
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -41,15 +41,16 @@ Provides: %{name}-pacrunner = %{version}-%{release}
|
|||||||
Obsoletes: %{name}-pacrunner < %{version}-%{release}
|
Obsoletes: %{name}-pacrunner < %{version}-%{release}
|
||||||
Provides: %{name}-webkitgtk4 = %{version}-%{release}
|
Provides: %{name}-webkitgtk4 = %{version}-%{release}
|
||||||
Obsoletes: %{name}-webkitgtk4 < %{version}-%{release}
|
Obsoletes: %{name}-webkitgtk4 < %{version}-%{release}
|
||||||
|
Provides: %{name}-duktape = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-duktape < %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libproxy offers the following features:
|
libproxy offers the following features:
|
||||||
|
|
||||||
* extremely small core footprint (< 35K)
|
* extremely small core footprint
|
||||||
* no external dependencies within libproxy core
|
* minimal dependencies within libproxy core
|
||||||
(libproxy plugins may have dependencies)
|
* only 4 functions in the stable-ish external API
|
||||||
* only 4 functions in the stable external API
|
|
||||||
* dynamic adjustment to changing network topology
|
* dynamic adjustment to changing network topology
|
||||||
* a standard way of dealing with proxy settings across all scenarios
|
* a standard way of dealing with proxy settings across all scenarios
|
||||||
* a sublime sense of joy and accomplishment
|
* a sublime sense of joy and accomplishment
|
||||||
@ -123,6 +124,9 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2023 Adam Williamson <awilliam@redhat.com> - 0.5.0-2
|
||||||
|
- Add missing obsolete/provide for libproxy-duktape
|
||||||
|
|
||||||
* Tue May 16 2023 David King <amigadave@amigadave.com> - 0.5.0-1
|
* Tue May 16 2023 David King <amigadave@amigadave.com> - 0.5.0-1
|
||||||
- Update to 0.5.0
|
- Update to 0.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user