Drop the Requires on kernel package
See: https://bugzilla.redhat.com/show_bug.cgi?id=1600622
This commit is contained in:
parent
902fe4bfd1
commit
ea59de0d6c
@ -119,17 +119,12 @@ BuildRequires: docbook-utils-pdf
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: hardlink
|
BuildRequires: hardlink
|
||||||
|
BuildRequires: kernel-headers >= %{min_kernel_ver}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
|
|
||||||
# To make sure this is not buildable nor installable if the
|
|
||||||
# available Linux Kernel does not support the Linux Kernel
|
|
||||||
# Crypto API User Space Interface.
|
|
||||||
BuildRequires: kernel-headers >= %{min_kernel_ver}
|
|
||||||
Requires: kernel >= %{min_kernel_ver}
|
|
||||||
|
|
||||||
# For ownership of %%{_sysctldir}.
|
# For ownership of %%{_sysctldir}.
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
|
||||||
@ -427,10 +422,10 @@ popd
|
|||||||
%{_bindir}/kcapi*
|
%{_bindir}/kcapi*
|
||||||
%{_mandir}/man1/kcapi*.1.*
|
%{_mandir}/man1/kcapi*.1.*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2018 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.1-7
|
* Mon Jul 23 2018 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.1-7
|
||||||
- Add various fixes from upstream
|
- Add various fixes from upstream
|
||||||
|
- Drop the Requires on kernel package
|
||||||
|
|
||||||
* Mon Jul 16 2018 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.1-6
|
* Mon Jul 16 2018 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.1-6
|
||||||
- Put .hmac files into a separate directory
|
- Put .hmac files into a separate directory
|
||||||
|
Loading…
Reference in New Issue
Block a user