v2.6.2
diff --git a/ChangeLog b/ChangeLog
index 9625435..bec4d98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
   - Install winrs.rb (Windows Remote Shell) to /usr/bin
   - New package: winrs
 - Bugfixes
-  - Fix excessive RPM rebuilds (olafhering)
+  - Make iniparser thread-safe (Emil Bartczak)
+  - Fix excessive RPM rebuilds (Olaf Hering)
   - Fix selector extraction from URI query (Markus Kolb)
   - Fix RPM building on older distributions
   - Fix RPM building on Fedora 22
diff --git a/package/openwsman.spec.in b/package/openwsman.spec.in
index ca1aa50..7f079e8 100644
--- a/package/openwsman.spec.in
+++ b/package/openwsman.spec.in
@@ -310,9 +310,9 @@
 %endif
 
 %package -n winrs
-Summary: Windows Remote Shell
-Group:   System/Management
-Requires: openwsman-ruby = %{version}
+Summary:        Windows Remote Shell
+Group:          System/Management
+Requires:       openwsman-ruby = %{version}
 
 %description -n winrs
 This is a command line tool for the Windows Remote Shell protocol. You
@@ -340,9 +340,10 @@
 %endif
 
 cd build
+# SLE 10 Java doesn't like EXPLICIT_TARGET any more, disable
 cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
-%if 0%{?suse_version} == 1010 # SLE 10 Java doesn't like EXPLICIT_TARGET any more, disable
+%if 0%{?suse_version} == 1010
   -DBUILD_JAVA=FALSE \
 %endif
   -DCMAKE_VERBOSE_MAKEFILE=TRUE \