diff --git a/.gitignore b/.gitignore index f30a3ba..3b397ae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /nagios-plugins-lcgdm-0.7.0.tar.gz /nagios-plugins-lcgdm-0.8.0.tar.gz /nagios-plugins-lcgdm-0.9.1.tar.gz +/nagios-plugins-lcgdm-0.9.3.tar.gz diff --git a/nagios-plugins-lcgdm.spec b/nagios-plugins-lcgdm.spec index ccb338a..8795f86 100644 --- a/nagios-plugins-lcgdm.spec +++ b/nagios-plugins-lcgdm.spec @@ -6,20 +6,21 @@ %define pnp4nagios_templates_dir %{_datadir}/nagios/html/pnp4nagios/templates.lcgdm Name: nagios-plugins-lcgdm -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.3 +Release: 1%{?dist} Summary: Nagios probes to be run remotely against DPM / LFC nodes Group: Applications/Internet License: ASL 2.0 URL: https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Admin/Monitoring # The source of this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# svn export http://svn.cern.ch/guest/lcgdm/nagios-plugins/tags/nagios-plugins_0_9_1 nagios-plugins-lcgdm-0.9.1 -# tar -czvf nagios-plugins-lcgdm-0.9.1.tar.gz nagios-plugins-lcgdm-0.9.1 +# svn export http://svn.cern.ch/guest/lcgdm/nagios-plugins/tags/nagios-plugins_0_9_3 nagios-plugins-lcgdm-0.9.3 +# tar -czvf nagios-plugins-lcgdm-0.9.3.tar.gz nagios-plugins-lcgdm-0.9.3 Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cmake%{?_isa} +BuildRequires: cmake + Requires: nagios-plugins-lcgdm-common%{?_isa} = %{version}-%{release} Requires: php%{?_isa} Requires: pnp4nagios%{?_isa} @@ -73,6 +74,7 @@ analysis, host certificate checks, etc. Summary: Nagios probes to be run in the DPM head node Group: Applications/System Requires: nagios-plugins-lcgdm-common%{?_isa} = %{version}-%{release} +Requires: python-ldap%{?_isa} %description -n nagios-plugins-dpm-head This package provides the LCGDM nagios probes to be run in the DPM head nodes. @@ -99,13 +101,13 @@ analysis, host certificate checks, etc. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT +rm -rf %{buildroot} +mkdir -p %{buildroot} -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=%{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -172,8 +174,11 @@ rm -rf $RPM_BUILD_ROOT %{nagios_plugins_dir}/lcgdm/check_oracle_expiration %changelog -* Fri Jul 20 2012 Fedora Release Engineering - 0.9.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Tue Oct 16 2012 Ricardo Rocha - 0.9.3-1 +- Update for new upstream release + +* Wed Sep 12 2012 Ricardo Rocha - 0.9.2-1 +- Added runtime dep on python ldap for dpm-head package * Wed Jul 11 2012 Ricardo Rocha - 0.9.1-1 - Update for new upstream release diff --git a/sources b/sources index f58e0a3..02a1def 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b96dfdbef4caa9354117355b4493103 nagios-plugins-lcgdm-0.9.1.tar.gz +1a5d572000c0e2dcadf27276996445d1 nagios-plugins-lcgdm-0.9.3.tar.gz