#25 curl-full: add Provides to curl-minimal
Merged 4 months ago by jamacku. Opened 4 months ago by jamacku.
rpms/ jamacku/curl provides-curl-minimal  into  rawhide

file modified
+6 -1
@@ -1,7 +1,7 @@ 

  Summary: A utility for getting files from remote servers (FTP, HTTP, and others)

  Name: curl

  Version: 8.6.0

- Release: 4%{?dist}

+ Release: 5%{?dist}

  License: curl

  Source0: https://curl.se/download/%{name}-%{version}.tar.xz

  Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc
@@ -27,6 +27,8 @@ 

  Patch104: 0104-curl-7.88.0-tests-warnings.patch

  

  Provides: curl-full = %{version}-%{release}

+ # do not fail when trying to install curl-minimal after drop

+ Provides: curl-minimal = %{version}-%{release}

  Provides: webclient

  URL: https://curl.se/

  
@@ -406,6 +408,9 @@ 

  %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal

  

  %changelog

+ * Mon Feb 12 2024 Jan Macku <jamacku@redhat.com> - 8.6.0-5

+ - add Provides to curl-minimal

+ 

  * Wed Feb 07 2024 Jan Macku <jamacku@redhat.com> - 8.6.0-4

  - drop curl-minimal subpackage in favor of curl-full (#2262096)

  

no initial comment

rebased onto 31bc865

4 months ago

Pull-Request has been merged by jamacku

4 months ago
Metadata