Update to wsmancli-2.3.1
This commit is contained in:
parent
659abb6243
commit
7106095ba7
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ wsmancli-2.2.3.tar.bz2
|
|||||||
/wsmancli-2.2.5.tar.bz2
|
/wsmancli-2.2.5.tar.bz2
|
||||||
/wsmancli-2.2.7.1.tar.bz2
|
/wsmancli-2.2.7.1.tar.bz2
|
||||||
/wsmancli-2.3.0.tar.bz2
|
/wsmancli-2.3.0.tar.bz2
|
||||||
|
/v2.3.1.tar.gz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
diff -up wsmancli-2.3.0/examples/cpp/Makefile.in.orig wsmancli-2.3.0/examples/cpp/Makefile.in
|
diff -up wsmancli-2.3.1/examples/cpp/Makefile.am.orig wsmancli-2.3.1/examples/cpp/Makefile.am
|
||||||
--- wsmancli-2.3.0/examples/cpp/Makefile.in.orig 2012-11-12 14:06:55.438748181 +0100
|
--- wsmancli-2.3.1/examples/cpp/Makefile.am.orig 2014-02-26 12:09:41.686906501 +0100
|
||||||
+++ wsmancli-2.3.0/examples/cpp/Makefile.in 2012-11-12 14:07:13.932935875 +0100
|
+++ wsmancli-2.3.1/examples/cpp/Makefile.am 2014-02-26 12:10:09.731982919 +0100
|
||||||
@@ -224,7 +224,7 @@ top_build_prefix = @top_build_prefix@
|
@@ -1,6 +1,6 @@
|
||||||
top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
LDADD = \
|
LDADD = \
|
||||||
- $(OPENWSMAN_LIBS) -lwsman_clientpp
|
- $(OPENWSMAN_LIBS) -lwsman_clientpp
|
||||||
+ $(OPENWSMAN_LIBS) -lpthread -lwsman_clientpp
|
+ $(OPENWSMAN_LIBS) -lpthread -lwsman_clientpp
|
||||||
|
|
||||||
EnumInstance_SOURCES = \
|
CXXFLAGS = \
|
||||||
EnumInstance.cpp
|
$(OPENWSMAN_CFLAGS)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
99f89e6a01b0d9e0337bfdd3372c14c3 wsmancli-2.3.0.tar.bz2
|
818336722751e729bf965e6c29999ce6 v2.3.1.tar.gz
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
Name: wsmancli
|
Name: wsmancli
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 4%{dist}
|
Release: 1%{dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source: https://github.com/Openwsman/wsmancli/archive/v%{version}.tar.gz
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: README
|
Source2: README
|
||||||
Source3: AUTHORS
|
Source3: AUTHORS
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
|
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
Requires: openwsman curl
|
Requires: openwsman curl
|
||||||
Patch0: missing-pthread-symbols.patch
|
Patch0: missing-pthread-symbols.patch
|
||||||
Summary: WS-Management-Command line Interface
|
Summary: WS-Management-Command line Interface
|
||||||
@ -23,6 +24,7 @@ systems using Web Services Management protocol.
|
|||||||
cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
|
cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./bootstrap
|
||||||
%configure --disable-more-warnings
|
%configure --disable-more-warnings
|
||||||
make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
|
|
||||||
@ -32,9 +34,14 @@ make DESTDIR=%{buildroot} install
|
|||||||
%files
|
%files
|
||||||
%{_bindir}/wsman
|
%{_bindir}/wsman
|
||||||
%{_bindir}/wseventmgr
|
%{_bindir}/wseventmgr
|
||||||
|
%{_mandir}/man1/wsman*
|
||||||
|
%{_mandir}/man1/wseventmgr*
|
||||||
%doc COPYING README AUTHORS
|
%doc COPYING README AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 12 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.1-1
|
||||||
|
- Update to wsmancli-2.3.1
|
||||||
|
|
||||||
* Thu Sep 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-4
|
* Thu Sep 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-4
|
||||||
- Rebuild because of soname change in openswman
|
- Rebuild because of soname change in openswman
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user