diff --git a/rng-tools.spec b/rng-tools.spec index db5ca43..322d7bb 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -4,7 +4,7 @@ Summary: Random number generator related utilities Name: rng-tools Version: 6.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/nhorman/rng-tools Source0: https://github.com/nhorman/rng-tools/archive/rng-tools-%{version}.tar.gz @@ -72,6 +72,7 @@ install -Dt %{buildroot}%{_unitdir} -m0644 %{SOURCE1} %changelog * Fri May 24 2019 Neil Horman -6.7-2 - Fix race in shutdown leading to hang (bz 1690364) +- bump version number * Thu Feb 14 2019 Neil Horman - 6.7-1 - Update to latest upstream