From 6d82d41c1380a9114d295a1486be6982ce31b5e8 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Thu, 26 Dec 2019 10:48:37 +0300 Subject: [PATCH] match soname and package names --- curl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curl.spec b/curl.spec index 88b042f..f1f10db 100644 --- a/curl.spec +++ b/curl.spec @@ -1,8 +1,8 @@ %define major 4 %define libname %mklibname %{name} %{major} -%define libname_libressl %mklibname %{name}_libressl %{major} +%define libname_libressl %mklibname %{name}-libressl %{major} %define devname %mklibname %{name} -d -%define devname_libressl %mklibname %{name}_libressl -d +%define devname_libressl %mklibname %{name}-libressl -d %define ssh2 0 @@ -25,7 +25,7 @@ Summary: Gets a file from a FTP, GOPHER or HTTP server Name: curl Version: 7.67.0 -Release: 5 +Release: 6 Epoch: 1 License: BSD-like Group: Networking/Other