From 93f4f4e6132cf892c17b7bbe8ff638b946c5781f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 08:48:49 +0100 Subject: libsodium-last: provide libsodium --- libsodium-last.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libsodium-last.spec b/libsodium-last.spec index 53d2de8..e0ff56b 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -8,7 +8,7 @@ Name: %{libname} Name: %{libname}-last %endif Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries License: ISC @@ -16,6 +16,10 @@ URL: http://libsodium.org/ Source0: http://download.libsodium.org/libsodium/releases/%{libname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if "%{libname}" != "%{name}" +Provides: %{libname} = %{version}-%{release} +Provides: %{libname}%{?_isa} = %{version}-%{release} +%endif %description @@ -99,6 +103,10 @@ rm -rf %{buildroot} %changelog +* Tue Oct 27 2015 Remi Collet - 1.0.5-2 +- update to 1.0.5 +- provide libsodium + * Tue Oct 27 2015 Remi Collet - 1.0.5-1 - update to 1.0.5 -- cgit