Change-Id: I7490c32a50c5443146598669f07e282a4b8bb108
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6915
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Network Time Protocol reference implementation |
| 2 | 2 |
Name: ntp |
| 3 | 3 |
Version: 4.2.8p12 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: NTP |
| 6 | 6 |
URL: http://www.ntp.org/ |
| 7 | 7 |
Group: System Environment/NetworkingPrograms |
| ... | ... |
@@ -123,6 +123,7 @@ rm -rf %{buildroot}/*
|
| 123 | 123 |
%files |
| 124 | 124 |
%defattr(-,root,root) |
| 125 | 125 |
%dir /var/lib/ntp/drift |
| 126 |
+%attr(0755, ntp, ntp) /var/lib/ntp/drift |
|
| 126 | 127 |
%attr(0750, root, root) %config(noreplace) /etc/ntp.conf |
| 127 | 128 |
%attr(0750, root, root) %config(noreplace) /etc/sysconfig/ntp |
| 128 | 129 |
/lib/systemd/system/ntpd.service |
| ... | ... |
@@ -143,6 +144,8 @@ rm -rf %{buildroot}/*
|
| 143 | 143 |
%{_mandir}/man8/ntpstat.8*
|
| 144 | 144 |
|
| 145 | 145 |
%changelog |
| 146 |
+* Thu Mar 21 2019 Siju Maliakkal <smaliakkal@vmware.com> 4.2.8p12-3 |
|
| 147 |
+- Created drift directory owned by ntp |
|
| 146 | 148 |
* Tue Mar 19 2019 Siju Maliakkal <smaliakkal@vmware.com> 4.2.8p12-2 |
| 147 | 149 |
- Created directory for drift file |
| 148 | 150 |
* Wed Aug 22 2018 Srinidhi Rao <srinidhir@vmware.com> 4.2.8p12-1 |