Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Tomasz Torcz
43e0f213b8
chore: rebuilt for inclusion in EPEL 2022-11-29 12:41:00 +01:00

View file

@ -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 <ttorcz@fedoraproject.org> - 0.4.6-1.1
- rebuilt
* Mon Nov 15 2021 Tomasz Torcz <ttorcz@fedoraproject.org> - 0.4.6-1
- new version, better duplicated detection (rhbz#2023336)