NTP version 4.2.8p11 depends on perl sub packages like
perl-IO-socket and perl-NET-SSLeay and hence they
should be added to Requires directive in the spec file
so that tdnnf,yum can identify the required dependencies.
Change-Id: I94fbc28a7601f0a3f8d1ac3ffb0b4be82f0348c5
Signed-off-by: srinidhira0 <srinidhir@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5445
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@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.8p11 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
License: NTP |
| 6 | 6 |
URL: http://www.ntp.org/ |
| 7 | 7 |
Group: System Environment/NetworkingPrograms |
| ... | ... |
@@ -23,6 +23,9 @@ Requires: systemd |
| 23 | 23 |
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd |
| 24 | 24 |
Requires: openssl |
| 25 | 25 |
Requires: libcap >= 2.24 |
| 26 |
+Requires: perl-Net-SSLeay |
|
| 27 |
+Requires: perl-IO-Socket-SSL |
|
| 28 |
+ |
|
| 26 | 29 |
%description |
| 27 | 30 |
The ntp package contains a client and server to keep the time |
| 28 | 31 |
synchronized between various computers over a network. This |
| ... | ... |
@@ -138,6 +141,9 @@ rm -rf %{buildroot}/*
|
| 138 | 138 |
%{_mandir}/man8/ntpstat.8*
|
| 139 | 139 |
|
| 140 | 140 |
%changelog |
| 141 |
+* Wed Aug 1 2018 Srinidhi Rao <srinidhir@vmware.com> 4.2.8p11-2 |
|
| 142 |
+- Update requires tag in the ntp spec file to include the |
|
| 143 |
+- perl-IO-Socket and perl-Net-SSLeay dependencies. |
|
| 141 | 144 |
* Thu Jun 28 2018 Srinidhi Rao <srinidhir@vmware.com> 4.2.8p11-1 |
| 142 | 145 |
- Upgrade version to 4.2.8p11. |
| 143 | 146 |
- Remove shadow from requires and use explicit tools for post actions. |