diff options
Diffstat (limited to 'libsodium-last.spec')
-rw-r--r-- | libsodium-last.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libsodium-last.spec b/libsodium-last.spec index 3fbbebe..1957061 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -16,14 +16,14 @@ # soname 18 since 1.0.7 # soname 23 since 1.0.15 -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 7 # Standard build Name: %{libname} %else # Build for parallel install Name: %{libname}%{soname} %endif -Version: 1.0.16 +Version: 1.0.17 Release: 1%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries @@ -146,6 +146,9 @@ make check %changelog +* Mon Jan 7 2019 Remi Collet <remi@remirepo.net> - 1.0.17-1 +- update to 1.0.17 + * Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 1.0.16-4 - missing BR on C compiler - drop ldconfig scriptlets (F28+) |