diff --git a/timedatex.spec b/timedatex.spec index 81c8677..9c657c2 100644 --- a/timedatex.spec +++ b/timedatex.spec @@ -2,13 +2,13 @@ Name: timedatex Version: 0.6 -Release: 1 +Release: 2 Summary: D-Bus service for system clock and RTC settings License: GPLv2+ URL: https://github.com/mlichvar/timedatex Source0: https://github.com/mlichvar/timedatex/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: glib2-devel libselinux-devel +BuildRequires: glib2-devel libselinux-devel gcc systemd Requires: polkit systemd util-linux %description @@ -62,6 +62,13 @@ make test %{_mandir}/man8/%{name}.8* %changelog +* Fri May 28 2021 yangzhuangzhuang - 0.6-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:The "cc:No such file or directroy" error message is displayed during compilation.Therefore,add buildrequires gcc. + The macro unitdir is used.Therefore,add buildrequires systemd + * Fri Jul 24 2020 Hugel - 0.6.1 - Type: enhancement - ID: NA