diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-27 08:48:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-27 08:48:49 +0100 |
commit | 93f4f4e6132cf892c17b7bbe8ff638b946c5781f (patch) | |
tree | 4bda4ed9b6a3298a79e69f5ec8915afeb0610e92 | |
parent | 0ff1e752420716ca18d8f0cd5911bb61d0689a84 (diff) |
libsodium-last: provide libsodium
-rw-r--r-- | libsodium-last.spec | 10 |
1 files changed, 9 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.5-2 +- update to 1.0.5 +- provide libsodium + * Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-1 - update to 1.0.5 |