[nagios-plugins-check_sip] Fixed typo (see rhbz #823859)

Peter Lemenkov peter at fedoraproject.org
Tue May 22 10:30:36 UTC 2012


commit 7fa732bad57c07b077b793bfeab2eb876dd57ed5
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Tue May 22 14:30:21 2012 +0400

    Fixed typo (see rhbz #823859)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 nagios-plugins-check_sip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nagios-plugins-check_sip.spec b/nagios-plugins-check_sip.spec
index b209b79..86c7426 100644
--- a/nagios-plugins-check_sip.spec
+++ b/nagios-plugins-check_sip.spec
@@ -3,7 +3,7 @@
 Summary:	A Nagios plugin to check SIP servers and devices
 Name:		nagios-plugins-check_sip
 Version:	1.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://bashton.com/osprojects/nagiosplugins/
@@ -19,7 +19,7 @@ response time.
 %prep
 %setup -q -n nagios-check_sip-%{version}
 # lib64 fix
-perl -pi -e "s|/usr/lib|%{_libdir}|g" check_sip
+perl -pi -e "s|/usr/lib64|%{_libdir}|g" check_sip
 
 %build
 
@@ -36,6 +36,9 @@ rm -rf %{buildroot}
 %{_libdir}/nagios/plugins/check_sip
 
 %changelog
+* Tue May 22 2012 Peter Lemenkov <lemenkov at gmail.com> - 1.3-2
+- Fixed typo (see rhbz #823859)
+
 * Sun May 06 2012 Peter Lemenkov <lemenkov at gmail.com> - 1.3-1
 - Ver. 1.3 (bugfix release)
 


More information about the scm-commits mailing list