From 6dd4b307f801f8d008106b4d999f6ebbb4ad3be7 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mar 18 2014 11:59:58 +0000 Subject: new upstream version Added option to disable certificat verification. --- diff --git a/.gitignore b/.gitignore index 8f4a314..8c906f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/yawn-20140227.tar.xz +/yawn-20140318.tar.xz diff --git a/sources b/sources index f6ef42a..5779293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8258262a95f9460e0f1070ddd23a5d2 yawn-20140227.tar.xz +18356aaadb4c1842a5fffaa169f58412 yawn-20140318.tar.xz diff --git a/yawn.spec b/yawn.spec index 31b3de3..dbf54fa 100644 --- a/yawn.spec +++ b/yawn.spec @@ -1,11 +1,11 @@ %global htmldir /var/www/yawn %global apacheconfdir /etc/httpd -%global svnrev 630 -%global revdate 20140227 +%global svnrev 632 +%global revdate 20140318 Name: yawn Version: 0 -Release: 0.16.%{revdate}svn%{svnrev}%{?dist} +Release: 0.17.%{revdate}svn%{svnrev}%{?dist} Summary: Yet Another WBEM Navigator @@ -14,8 +14,8 @@ License: GPLv2 URL: https://sourceforge.net/apps/mediawiki/pywbem/index.php?title=YAWN # The source for this package was pulled from upstream svn repository. # Use the following commands to get the archive: -# svn export -r 630 https://svn.code.sf.net/p/pywbem/code/yawn/trunk/mod_wsgi yawn-20140227 -# tar -cJvf yawn-20140227.tar.xz yawn-20140227 +# svn export -r 632 https://svn.code.sf.net/p/pywbem/code/yawn/trunk/mod_wsgi yawn-20140318 +# tar -cJvf yawn-20140318.tar.xz yawn-20140318 Source0: %{name}-%{revdate}.tar.xz BuildRequires: httpd, python-setuptools @@ -45,7 +45,7 @@ install ./scripts/yawn.wsgi $RPM_BUILD_ROOT%{htmldir}/index.wsgi install -d $RPM_BUILD_ROOT%{apacheconfdir}/conf.d/ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yawn.conf -%post +%post /bin/systemctl try-restart httpd.service >/dev/null 2>&1 || : %files @@ -58,6 +58,9 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw %{_bindir}/yawn.py %changelog +* Tue Mar 18 2014 Michal Minar 0-0.17.20140318svn632 +- New upstream version with option to disable certificate verification. + * Thu Feb 27 2014 Michal Minar 0-0.16.20140227svn630 - New upstream version fixing enumeration of instrumetned classes.