generated from EGI-Federation/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
962de74
commit 0b8d7ac
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters