ntp rebuild

This commit is contained in:
Rmys
2024-10-28 18:01:26 +03:00
parent f9988ef4f1
commit e7ff2caac2
+11 -1
View File
@@ -48,7 +48,7 @@
<Dependency>libcap</Dependency> <Dependency>libcap</Dependency>
<Dependency>openssl</Dependency> <Dependency>openssl</Dependency>
<Dependency>libevent</Dependency> <Dependency>libevent</Dependency>
<Dependency release="current">ntp-client</Dependency> <!-- <Dependency release="current">ntp-client</Dependency> -->
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="config">/etc/ntp.conf</Path> <Path fileType="config">/etc/ntp.conf</Path>
@@ -80,6 +80,9 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<PartOf>util.admin</PartOf> <PartOf>util.admin</PartOf>
<Summary>NTP client</Summary> <Summary>NTP client</Summary>
<RuntimeDependencies>
<Dependency release="current">ntp-server</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="config">/etc/conf.d/ntpdate</Path> <Path fileType="config">/etc/conf.d/ntpdate</Path>
<Path fileType="config">/etc/ntp/step-tickers</Path> <Path fileType="config">/etc/ntp/step-tickers</Path>
@@ -112,6 +115,13 @@
</Package> </Package>
<History> <History>
<Update release="15">
<Date>2024-10-28</Date>
<Version>4.2.8_p17</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14"> <Update release="14">
<Date>2024-05-17</Date> <Date>2024-05-17</Date>
<Version>4.2.8_p17</Version> <Version>4.2.8_p17</Version>