Update to openwsman-2.4.0
This commit is contained in:
parent
b422b61e9c
commit
7195a6422b
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ openwsman-2.2.3.tar.bz2
|
|||||||
/openwsman-2.3.5.tar.bz2
|
/openwsman-2.3.5.tar.bz2
|
||||||
/openwsman-2.3.6.tar.bz2
|
/openwsman-2.3.6.tar.bz2
|
||||||
/openwsmand.8.gz
|
/openwsmand.8.gz
|
||||||
|
/openwsman-2.4.0.tar.gz
|
||||||
|
@ -13,13 +13,13 @@ BuildRequires: perl-devel pkgconfig openssl-devel
|
|||||||
#BuildRequires: java-1.8.0-openjdk-devel
|
#BuildRequires: java-1.8.0-openjdk-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.3.6
|
Version: 2.4.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||||
# help2man generated manpage for openwsmand binary
|
# help2man generated manpage for openwsmand binary
|
||||||
Source1: openwsmand.8.gz
|
Source1: openwsmand.8.gz
|
||||||
# service file for systemd
|
# service file for systemd
|
||||||
@ -146,6 +146,10 @@ This package provides Perl bindings to access the openwsman client API.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .libssl
|
%patch1 -p1 -b .libssl
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
||||||
chmod -x src/cpp/WsmanClient.h
|
chmod -x src/cpp/WsmanClient.h
|
||||||
@ -278,6 +282,10 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
@ -380,7 +388,7 @@ rm -f /var/log/wsmand.log
|
|||||||
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.2.3-4
|
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.2.3-4
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
* Tue Apr 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.3-3
|
* Thu Apr 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.3-3
|
||||||
- authors.patch: Moved all the AUTHORS info to AUTHORS file.
|
- authors.patch: Moved all the AUTHORS info to AUTHORS file.
|
||||||
- Corrected the Source tag.
|
- Corrected the Source tag.
|
||||||
- Corrected the package dependencies to break cyclic dependencies.
|
- Corrected the package dependencies to break cyclic dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user