diff --git a/chrony.spec b/chrony.spec index 40c5793..e0d7a67 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ %define chrony_userid 55 Name: chrony -Version: 2.4.1 +Version: 3.0 Release: 1mamba Summary: A pair of programs which are used to maintain the accuracy of the system clock on a computer Group: System/Servers @@ -45,10 +45,13 @@ It can do so while running on the same computer as the Chronyd instance it is co %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build -./configure --prefix=%{_prefix} +./configure \ + --prefix=%{_prefix} \ + --with-pidile=/run/chronyd.pid + %make CC=%{_host}-gcc %install @@ -130,6 +133,9 @@ fi #NEWS README chrony.txt examples/chrony.conf.example examples/chrony.keys.example %changelog +* Sat Jan 21 2017 Automatic Build System 3.0-1mamba +- automatic version update by autodist + * Tue Nov 22 2016 Automatic Build System 2.4.1-1mamba - automatic version update by autodist