rfmoz / tuptime

Report historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPM spec file requires BuildRequires systemd

frankcrawford opened this issue · comments

A minor issue I found with the RPM spec file in recent Fedora systems, it requires the addition of:

BuildRequires: systemd

to include the definition of %{_unitdir}

(Ref: https://fedoraproject.org/wiki/Packaging:Systemd#Filesystem_locations )

Hello Frank,

Thanks for the indication to keep the spec file up to date. I just upload the fix to dev branch, it looks nice:

$ rpmlint tuptime.spec
0 packages and 1 specfiles checked; 0 errors, 0 warnings.

Regards,

Not a problem.
BTW, another little nit, in the rpm-readme.txt for Fedora you should use "dnf" not "yum". However, most uses will know what to do anyway.
Regards

Thanks for the "dnf" tip, I was formed on the old way...