packaging: bump up version, 26-3

- weak-modules: sync with RHEL

Signed-off-by: Yauheni Kaliuta <ykaliuta@fedoraproject.org>
This commit is contained in:
Yauheni Kaliuta 2019-02-25 18:48:22 +02:00
parent 559b043f51
commit df015fd4dc

View File

@ -1,6 +1,6 @@
Name: kmod
Version: 26
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Linux kernel module management utilities
License: GPLv2+
@ -103,6 +103,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
%{_libdir}/libkmod.so
%changelog
* Mon Feb 25 2019 Yauheni Kaliuta <yauheni.kaliuta@redhat.com> - 26-3
- weak-modules: sync with RHEL
* Sun Feb 24 2019 Yauheni Kaliuta <ykaliuta@fedoraproject.org> - 26-2
- add PKCS7/openssl support (rhbz 1320921)