diff --git a/uptimed.spec b/uptimed.spec index 547b1fd..027f516 100644 --- a/uptimed.spec +++ b/uptimed.spec @@ -2,8 +2,8 @@ Summary: A daemon to record and keep track of system up times Name: uptimed Version: 0.4.6 -Release: 1%{?dist} -License: GPLv2 +Release: 1%{?dist}.1 +License: GPL-2.0-only URL: https://github.com/rpodgorny/uptimed/ Source0: https://github.com/rpodgorny/%{name}/archive/v%{version}.tar.gz # https://github.com/rpodgorny/uptimed/pull/6 @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_localstatedir}/spool/uptimed %{_includedir}/uptimed.h %changelog +* Tue Nov 29 2022 Tomasz Torcz - 0.4.6-1.1 +- rebuilt + * Mon Nov 15 2021 Tomasz Torcz - 0.4.6-1 - new version, better duplicated detection (rhbz#2023336)