X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=nagios-plugin-check_ssl_cert.spec;h=044e6b9cdb633e9502a44ddfa43d11e6edf7d31d;hb=2fe01f090ca0aa11fc74175da069403a1a93ab9a;hp=16746ee1820fe68c39d6275b3c8e010d8d326a6a;hpb=e2aee15d5d6219dfa8d107550c663de1866bd4ae;p=packages%2Fnagios-plugin-check_ssl_cert.git diff --git a/nagios-plugin-check_ssl_cert.spec b/nagios-plugin-check_ssl_cert.spec index 16746ee..044e6b9 100644 --- a/nagios-plugin-check_ssl_cert.spec +++ b/nagios-plugin-check_ssl_cert.spec @@ -2,20 +2,21 @@ Summary: Nagios plugin to check the CA and validity of an X.509 certificate Summary(pl.UTF-8): Wtyczka Nagiosa sprawdzająca CA i ważność certyfikatu X.509 Name: nagios-plugin-%{plugin} -Version: 1.17.1 +Version: 1.45.0 Release: 1 License: GPL v3 Group: Networking -Source0: https://trac.id.ethz.ch/projects/nagios_plugins/downloads/%{plugin}-%{version}.tar.gz -# Source0-md5: ffcc0c4debd7d7dc568101b762c34cd9 +Source0: https://github.com/matteocorti/check_ssl_cert/releases/download/v%{version}/check_ssl_cert-%{version}.tar.gz +# Source0-md5: f58571151d00af0e44ee133943b54b55 Source1: check_ssl_cert.cfg Patch0: ca_path.patch -URL: https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_ssl_cert +URL: https://github.com/matteocorti/check_ssl_cert/wiki BuildRequires: rpm >= 4.4.9-56 Requires: expect +Requires: file Requires: nagios-common Requires: openssl-tools >= 0.9.8i-3 -Requires: perl(Date::Parse) +Requires: perl-TimeDate Requires: perl-base Requires: sed >= 4.0 Requires: which @@ -54,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYRIGHT INSTALL NEWS README TODO VERSION +%doc AUTHORS COPYRIGHT INSTALL NEWS README.md TODO VERSION %attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{plugin}.cfg %attr(755,root,root) %{plugindir}/%{plugin} %{_mandir}/man1/check_ssl_cert.1*