|
|
|
@@ -3,34 +3,33 @@
|
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# RubyGems's macros expect gem_name to exist.
|
|
|
|
|
%global gem_name %{name}
|
|
|
|
|
%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
|
|
|
|
|
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
|
|
|
|
|
|
|
|
|
|
Name: openwsman
|
|
|
|
|
BuildRequires: swig
|
|
|
|
|
BuildRequires: libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel
|
|
|
|
|
BuildRequires: python python-devel ruby ruby-devel rubygems-devel perl
|
|
|
|
|
#BuildRequires: python python-devel ruby ruby-devel ruby-rdoc perl
|
|
|
|
|
BuildRequires: python python-devel perl
|
|
|
|
|
BuildRequires: perl-devel pkgconfig openssl-devel
|
|
|
|
|
#BuildRequires: java-1.8.0-openjdk-devel
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
Version: 2.4.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.2.7
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Url: http://www.openwsman.org/
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
|
Source: https://github.com/Openwsman/openwsman/archive/v%{version}.tar.gz
|
|
|
|
|
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
# help2man generated manpage for openwsmand binary
|
|
|
|
|
Source1: openwsmand.8.gz
|
|
|
|
|
# service file for systemd
|
|
|
|
|
Source2: openwsmand.service
|
|
|
|
|
# script for testing presence of the certificates in ExecStartPre
|
|
|
|
|
Source3: owsmantestcert.sh
|
|
|
|
|
Patch1: openwsman-2.2.7-libssl.patch
|
|
|
|
|
Patch2: openwsman-2.4.0-pamsetup.patch
|
|
|
|
|
Patch0: %{name}-sitelibdir.patch
|
|
|
|
|
Patch2: openwsman-2.2.7-disable-ruby.patch
|
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Openwsman is a project intended to provide an open-source
|
|
|
|
@@ -48,8 +47,8 @@ all system management aspects.
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
|
Provides: %{name} = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name} < %{version}-%{release}
|
|
|
|
|
Provides: %{name} = %{version}
|
|
|
|
|
Obsoletes: %{name} < %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libwsman1
|
|
|
|
|
Openwsman library for packages dependent on openwsman
|
|
|
|
@@ -61,11 +60,11 @@ Openwsman library for packages dependent on openwsman
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
|
Provides: %{name}-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-devel < %{version}-%{release}
|
|
|
|
|
Requires: libwsman1 = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
|
|
|
|
Provides: %{name}-devel = %{version}
|
|
|
|
|
Obsoletes: %{name}-devel < %{version}
|
|
|
|
|
Requires: libwsman1 = %{version}
|
|
|
|
|
Requires: %{name}-server = %{version}
|
|
|
|
|
Requires: %{name}-client = %{version}
|
|
|
|
|
Requires: sblim-sfcc-devel libxml2-devel pam-devel
|
|
|
|
|
Requires: libcurl-devel
|
|
|
|
|
|
|
|
|
@@ -93,7 +92,6 @@ Requires(post): chkconfig
|
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
|
Requires(postun): initscripts
|
|
|
|
|
Summary: Openwsman Server and service libraries
|
|
|
|
|
Requires: libwsman1 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description server
|
|
|
|
|
Openwsman Server and service libraries
|
|
|
|
@@ -106,7 +104,6 @@ License: BSD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Python bindings for openwsman client API
|
|
|
|
|
Requires: python
|
|
|
|
|
Requires: libwsman1 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
This package provides Python bindings to access the openwsman client
|
|
|
|
@@ -115,34 +112,16 @@ API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n rubygem-%{gem_name}
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Ruby client bindings for Openwsman
|
|
|
|
|
Obsoletes: %{name}-ruby < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n rubygem-%{gem_name}
|
|
|
|
|
The openwsman gem provides a Ruby API to manage systems using
|
|
|
|
|
the WS-Management protocol.
|
|
|
|
|
|
|
|
|
|
%package -n rubygem-%{gem_name}-doc
|
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Requires: rubygem-%{gem_name} = %{version}-%{release}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n rubygem-%{gem_name}-doc
|
|
|
|
|
Documentation for rubygem-%{gem_name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#%package java
|
|
|
|
|
#Requires: java
|
|
|
|
|
#Requires: libwsman1 = %{version}
|
|
|
|
|
#Summary: Java bindings for openwsman client API
|
|
|
|
|
#%package ruby
|
|
|
|
|
#License: BSD
|
|
|
|
|
#Group: Development/Libraries
|
|
|
|
|
#Requires: ruby
|
|
|
|
|
#Requires: ruby(abi) = 1.9.1
|
|
|
|
|
#Summary: Ruby bindings for openwsman client API
|
|
|
|
|
#
|
|
|
|
|
#%description ruby
|
|
|
|
|
#This package provides Ruby bindings to access the openwsman client API.
|
|
|
|
|
|
|
|
|
|
#%description java
|
|
|
|
|
#This package provides Java bindings to access the openwsman client API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -151,7 +130,6 @@ License: BSD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Summary: Perl bindings for openwsman client API
|
|
|
|
|
Requires: libwsman1 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
|
This package provides Perl bindings to access the openwsman client API.
|
|
|
|
@@ -161,12 +139,9 @@ This package provides Perl bindings to access the openwsman client API.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .libssl
|
|
|
|
|
%patch2 -p1 -b .pamsetup
|
|
|
|
|
|
|
|
|
|
# Fix wrong symlinks (fixed upstream, will be in 2.4.1)
|
|
|
|
|
ln -sf %{_bindir}/rdoc bindings/ruby/rdoc1_9.rb
|
|
|
|
|
ln -sf %{_bindir}/rdoc bindings/ruby/rdoc2_0.rb
|
|
|
|
|
# don't make backup of file patched by patch0, it'll be installed...
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
|
|
|
@@ -177,8 +152,6 @@ mkdir build
|
|
|
|
|
|
|
|
|
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DFEDORA -DNO_SSL_CALLBACK"
|
|
|
|
|
export SSL_LIB=`readlink %{_libdir}/libssl.so`
|
|
|
|
|
export CFLAGS="-D_GNU_SOURCE -fPIE -DPIE"
|
|
|
|
|
export LDFLAGS="$LDFLAGS -Wl,-z,now -pie"
|
|
|
|
|
cd build
|
|
|
|
|
cmake \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
@@ -193,31 +166,21 @@ cmake \
|
|
|
|
|
|
|
|
|
|
make CFLAGS="-DSSL_LIB='\"$SSL_LIB\"'"
|
|
|
|
|
|
|
|
|
|
# Make the freshly build openwsman libraries available to build the gem's
|
|
|
|
|
# binary extension.
|
|
|
|
|
export LIBRARY_PATH=/builddir/build/BUILD/%{name}-%{version}/build/src/lib
|
|
|
|
|
export CPATH=/builddir/build/BUILD/%{name}-%{version}/include/
|
|
|
|
|
export LD_LIBRARY_PATH=/builddir/build/BUILD/%{name}-%{version}/build/src/lib/
|
|
|
|
|
|
|
|
|
|
%gem_install -n ./bindings/ruby/%{name}-%{version}.gem
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
cd build
|
|
|
|
|
|
|
|
|
|
# Do not install the ruby extension, we are proviging the rubygem- instead.
|
|
|
|
|
echo -n > bindings/ruby/cmake_install.cmake
|
|
|
|
|
|
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
cd ..
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/openwsman/plugins/*.la
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/openwsman/authenticators/*.la
|
|
|
|
|
[ -d %{buildroot}/%{ruby_vendorlibdir} ] && rm -f %{buildroot}/%{ruby_vendorlibdir}/openwsmanplugin.rb
|
|
|
|
|
[ -d %{buildroot}/%{ruby_vendorlibdir} ] && rm -f %{buildroot}/%{ruby_vendorlibdir}/openwsman.rb
|
|
|
|
|
[ -d %{buildroot}/%{ruby_sitelib} ] && rm -f %{buildroot}/%{ruby_sitelib}/openwsmanplugin.rb
|
|
|
|
|
[ -d %{buildroot}/%{ruby_sitelib} ] && rm -f %{buildroot}/%{ruby_sitelib}/openwsman.rb
|
|
|
|
|
[ -d %{buildroot/}%{ruby_vendorlib} ] && rm -f %{buildroot}/%{ruby_vendorlib}/openwsmanplugin.rb
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/init.d
|
|
|
|
|
install -m 644 etc/openwsman.conf %{buildroot}/%{_sysconfdir}/openwsman
|
|
|
|
|
install -m 644 etc/openwsman_client.conf %{buildroot}/%{_sysconfdir}/openwsman
|
|
|
|
|
mkdir -p %{buildroot}/%{_unitdir}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
|
|
|
|
|
install -p -m 644 %{SOURCE2} %{buildroot}/%{_unitdir}/openwsmand.service
|
|
|
|
|
install -m 644 etc/ssleay.cnf %{buildroot}/%{_sysconfdir}/openwsman
|
|
|
|
|
install -p -m 755 %{SOURCE3} %{buildroot}/%{_sysconfdir}/openwsman
|
|
|
|
@@ -229,15 +192,8 @@ install -m 644 include/wsman-xml.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
install -m 644 include/wsman-xml-binding.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
install -m 644 include/wsman-dispatcher.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
|
cp -pa ./build%{gem_dir}/* \
|
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{gem_instdir}/ext
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{gem_extdir_mri}
|
|
|
|
|
cp -a ./build%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%post -n libwsman1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
@@ -245,14 +201,24 @@ cp -a ./build%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdi
|
|
|
|
|
|
|
|
|
|
%post server
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
%systemd_post openwsmand.service
|
|
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
|
# Initial installation
|
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%preun server
|
|
|
|
|
%systemd_preun openwsmand.service
|
|
|
|
|
if [ $1 = 0 ] ; then
|
|
|
|
|
/bin/systemctl --no-reload disable openwsmand.service > /dev/null 2>&1 || :
|
|
|
|
|
/bin/systemctl stop openwsmand.service > /dev/null 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun server
|
|
|
|
|
rm -f /var/log/wsmand.log
|
|
|
|
|
%systemd_postun_with_restart openwsmand.service
|
|
|
|
|
|
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
|
|
|
|
/bin/systemctl try-restart openwsmand.service >/dev/null 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post client -p /sbin/ldconfig
|
|
|
|
@@ -260,48 +226,45 @@ rm -f /var/log/wsmand.log
|
|
|
|
|
%postun client -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -n libwsman1
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md TODO
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README TODO
|
|
|
|
|
%{_libdir}/libwsman.so.*
|
|
|
|
|
%{_libdir}/libwsman_client.so.*
|
|
|
|
|
%{_libdir}/libwsman_curl_client_transport.so.*
|
|
|
|
|
|
|
|
|
|
%files -n libwsman-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
%files python
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{python_sitearch}/*.so
|
|
|
|
|
%{python_sitearch}/*.py
|
|
|
|
|
%{python_sitearch}/*.pyc
|
|
|
|
|
%{python_sitearch}/*.pyo
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
|
|
|
|
|
%files -n rubygem-%{gem_name}
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
|
%{gem_libdir}
|
|
|
|
|
%{gem_extdir_mri}
|
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
|
|
|
|
|
%files -n rubygem-%{gem_name}-doc
|
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
|
|
|
|
|
|
#%files java
|
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
|
#%{_javadir}/*jar
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
#%files ruby
|
|
|
|
|
#%defattr(-,root,root,-)
|
|
|
|
|
#%{ruby_sitearch}/openwsman.so
|
|
|
|
|
#%{ruby_sitearch}/_openwsman.so
|
|
|
|
|
#%dir %{ruby_sitelib}/openwsman
|
|
|
|
|
#%{ruby_sitelib}/openwsman/*.rb
|
|
|
|
|
#%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
%files perl
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{perl_vendorarch}/openwsman.so
|
|
|
|
|
%{perl_vendorlib}/openwsman.pm
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
%files server
|
|
|
|
|
# Don't remove *.so files from the server package.
|
|
|
|
|
# the server fails to start without these files.
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_sysconfdir}/openwsman
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/openwsman/openwsman.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/openwsman/ssleay.cnf
|
|
|
|
@@ -319,100 +282,22 @@ rm -f /var/log/wsmand.log
|
|
|
|
|
%{_sbindir}/openwsmand
|
|
|
|
|
%{_libdir}/libwsman_server.so.*
|
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
%files client
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/libwsman_clientpp.so.*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/openwsman/openwsman_client.conf
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 20 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.6-1
|
|
|
|
|
- Update to openwsman-2.4.6
|
|
|
|
|
|
|
|
|
|
* Fri Apr 25 2014 Vít Ondruch <vondruch@redhat.com> - 2.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 11 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.4-1
|
|
|
|
|
- Update to openwsman-2.4.4
|
|
|
|
|
- Provide rubygem-openwsman instead of openwsman-ruby (patch by Vit Ondruch)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.3-2
|
|
|
|
|
- Update openwsmand man page
|
|
|
|
|
|
|
|
|
|
* Thu Jan 23 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.3-1
|
|
|
|
|
- Update to openwsman-2.4.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 07 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-3
|
|
|
|
|
- Start the service using SSL by default
|
|
|
|
|
|
|
|
|
|
* Mon Sep 30 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-2
|
|
|
|
|
- Build with full relro
|
|
|
|
|
- Fix provides/requires
|
|
|
|
|
- Fix pam.d config (patch by Ales Ledvinka)
|
|
|
|
|
Resolves: #1013018
|
|
|
|
|
|
|
|
|
|
* Tue Sep 17 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-1
|
|
|
|
|
- Update to openwsman-2.4.0
|
|
|
|
|
- Fix bogus date in %%changelog
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.3.6-7
|
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 19 2013 Vít Ondruch <vondruch@redhat.com> - 2.3.6-6
|
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 18 2013 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.3.6-4
|
|
|
|
|
- Updated the dependency for ruby bindings and introduced the java bindings.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.6-3
|
|
|
|
|
- rebuild for ruby 2
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 08 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.6-1
|
|
|
|
|
- Update to openwsman-2.3.6
|
|
|
|
|
|
|
|
|
|
* Mon Sep 17 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.5-1
|
|
|
|
|
- Update to openwsman-2.3.5
|
|
|
|
|
- Enable ruby subpackage again
|
|
|
|
|
|
|
|
|
|
* Tue Aug 28 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-7
|
|
|
|
|
- Fix issues found by fedora-review utility in the spec file
|
|
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-6
|
|
|
|
|
- Use new systemd-rpm macros
|
|
|
|
|
Resolves: #850405
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.3.0-4
|
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 28 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-3
|
|
|
|
|
* Mon May 28 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-5
|
|
|
|
|
- Rename service file
|
|
|
|
|
|
|
|
|
|
* Wed May 23 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-2
|
|
|
|
|
* Wed May 23 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-4
|
|
|
|
|
- Add systemd support
|
|
|
|
|
|
|
|
|
|
* Tue Mar 27 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-1
|
|
|
|
|
- Update to openwsman-2.3.0
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-4
|
|
|
|
|
- Fix libssl loading
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-3
|
|
|
|
|
- Temporarily disable ruby subpackage
|
|
|
|
|
|
|
|
|
@@ -465,7 +350,7 @@ rm -f /var/log/wsmand.log
|
|
|
|
|
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.2.3-4
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
|
|
* Thu Apr 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.3-3
|
|
|
|
|
* Tue Apr 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.3-3
|
|
|
|
|
- authors.patch: Moved all the AUTHORS info to AUTHORS file.
|
|
|
|
|
- Corrected the Source tag.
|
|
|
|
|
- Corrected the package dependencies to break cyclic dependencies.
|
|
|
|
|