Fix missing buildrequires
This commit is contained in:
parent
c5639d93b2
commit
3656dda3bb
@ -4,7 +4,7 @@
|
||||
Summary: Random number generator related utilities
|
||||
Name: rng-tools
|
||||
Version: 6.10
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/nhorman/rng-tools
|
||||
Source0: https://github.com/nhorman/rng-tools/archive/rng-tools-%{version}.tar.gz
|
||||
@ -22,6 +22,7 @@ BuildRequires: libxml2-devel openssl-devel
|
||||
BuildRequires: jitterentropy-devel
|
||||
BuildRequires: libp11-devel
|
||||
BuildRequires: jansson-devel
|
||||
BuildRequires: rtl-sdr-devel
|
||||
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
@ -65,6 +66,9 @@ install -Dt %{buildroot}%{_unitdir} -m0644 %{SOURCE1}
|
||||
%attr(0644,root,root) %{_unitdir}/rngd.service
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2020 Neil Horman <nhorman@redhat.com> - 6.10-3
|
||||
- Fix missing buildrequires
|
||||
|
||||
* Fri Mar 27 2020 Neil Horman <nhorman@redhat.com> - 6.10-2
|
||||
- Fix missing buildrequires
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user