diff --git a/corosync.spec b/corosync.spec index 0fa3ea0..bde8a87 100644 --- a/corosync.spec +++ b/corosync.spec @@ -15,7 +15,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 2.99.4 -Release: 1%{?gitver}%{?dist} +Release: 2%{?gitver}%{?dist} License: BSD URL: http://corosync.github.io/corosync/ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz @@ -24,6 +24,9 @@ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?git # The automatic dependency overridden in favor of explicit version lock Requires: corosynclib%{?_isa} = %{version}-%{release} +# NSS crypto plugin should be always installed +Requires: libknet1-crypto-nss-plugin + # Build bits BuildRequires: gcc BuildRequires: groff @@ -247,6 +250,9 @@ The Corosync Cluster Engine APIs. %{_mandir}/man3/cmap_*3* %changelog +* Tue Dec 4 2018 Jan Friesse - 2.99.4-2 +- Add libknet1-crypto-nss-plugin dependency + * Tue Nov 20 2018 Jan Friesse - 2.99.4-1 - New upstream release