Skip to content

Commit

Permalink
fix specfile and add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed May 22, 2020
1 parent 962de74 commit 0b8d7ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions nagios-plugins-srm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define nagios_plugins_dir %{_libdir}/nagios/plugins

Name: nagios-plugins-srm
Version: 0.0.1
Version: 0.0.2
Release: 1%{?dist}
Summary: Nagios probes to be run remotely against SRM mendpoints
License: ASL 2.0
Expand All @@ -21,7 +21,7 @@ BuildRequires: cmake
Requires: nagios%{?_isa}
Requires: python%{?_isa}
Requires: openldap-clients
Requires: python2-gfal2%{?_isa}
Requires: gfal2-python%{?_isa}
Requires: python-nap
Requires: gfal2-plugin-file
Requires: gfal2-plugin-srm
Expand Down Expand Up @@ -52,5 +52,9 @@ rm -rf %{buildroot}
%doc LICENSE README.md

%changelog
* Fri May 22 2020 Andrea Manzi <[email protected]> - 0.0.2-0
- update spec
- add shabang

* Thu Apr 23 2020 Andrea Manzi <[email protected]> - 0.0.1-0
- first version
3 changes: 2 additions & 1 deletion plugins/srm_probe.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
##############################################################################
# DESCRIPTION
##############################################################################
Expand All @@ -24,7 +25,7 @@
from urllib.parse import urlparse


PROBE_VERSION = "v0.0.1"
PROBE_VERSION = "v0.0.2"


# ########################################################################### #
Expand Down

0 comments on commit 0b8d7ac

Please sign in to comment.