Logoj0ke.net Open Build Service > Projects > server:monitoring > check_ssl_cert > Changes
Sign Up | Log In

Changes of Revision 40

[-] Changed check_ssl_cert.spec
x
 
1
@@ -1,19 +1,21 @@
2
-%define version 2.49.0
3
+%define version 2.60.0
4
 %define release 1
5
-%define name    check_ssl_cert
6
+%define pkgname    check_ssl_cert
7
 %define _nagdir        %{_prefix}/lib/nagios
8
 %define _plugindir %{_nagdir}/plugins
9
 
10
 Summary:   A Nagios plugin to check X.509 certificates
11
-Name:      %{name}
12
+Name:      nagios-plugins-%{pkgname}
13
 Version:   %{version}
14
 Release:   %{release}
15
 License:   GPL
16
 Group:     Applications/System
17
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
18
-Source:        http://www.id.ethz.ch/people/allid_list/corti/%{name}-%{version}.tar.bz2
19
+Source:        http://www.id.ethz.ch/people/allid_list/corti/%{pkgname}-%{version}.tar.bz2
20
 BuildArch: noarch
21
-Provides:  nagios-plugins-%{name} = %{version}
22
+Provides:  nagios-plugins-%{pkgname} = %{version}
23
+Provides:  %{pkgname} = %{version}
24
+Obsoletes: %{pkgname} < %{version}
25
 Requires:  perl openssl
26
 
27
 %description
28
@@ -23,7 +25,7 @@
29
  - checks the validity
30
 
31
 %prep
32
-%setup -q
33
+%setup -q -n %{pkgname}-%{version}
34
 
35
 %build
36
 
37
Added check_ssl_cert-2.60.0.tar.bz2 ^