-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
4 changed files
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Lennart Betz <[email protected]> | ||
Sylvia van Os <[email protected]> | ||
William David Haines <[email protected]> | ||
Yves Vogl <[email protected]> | ||
mdicss <[email protected]> |
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
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ README.md | |
MACOS.md | ||
CHANGELOG.md | ||
LICENSE | ||
AUTHORS |
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 |
---|---|---|
|
@@ -45,6 +45,7 @@ rm -rf %buildroot | |
|
||
%files -n nagios-plugins-apache_status | ||
%defattr(-,root,root) | ||
%doc MACOS.md CHANGELOG.md LICENSE AUTHORS | ||
# avoid build dependecy of nagios - own the dirs | ||
%if 0%{?suse_version} | ||
%dir %{_libdir}/nagios | ||
|
@@ -57,6 +58,7 @@ rm -rf %buildroot | |
- Bugfix release version 1.4.3 | ||
- fix #13 Extend status?auto to get the whole Scoreboard | ||
- Rename package to netways-plugins-apache-status | ||
- Add docs | ||
* Mon Apr 20 2020 Lennart Betz <[email protected]> 1.4.2-1 | ||
- Bugfix release version 1.4.2 | ||
- fix #12 fix for SSLv3 errors | ||
|