Restored unpackaged files of python3 subpackage
This commit is contained in:
parent
3f413fe3d7
commit
06bfbb99ca
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: openwsman
|
Name: openwsman
|
||||||
Version: 2.6.5
|
Version: 2.6.5
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Opensource Implementation of WS-Management
|
Summary: Opensource Implementation of WS-Management
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.openwsman.org/
|
URL: http://www.openwsman.org/
|
||||||
@ -11,15 +11,17 @@ Source0: https://github.com/Openwsman/openwsman/archive/v%{version}.tar.gz
|
|||||||
Source1: openwsmand.8.gz
|
Source1: openwsmand.8.gz
|
||||||
Source2: openwsmand.service
|
Source2: openwsmand.service
|
||||||
Source3: owsmantestcert.sh
|
Source3: owsmantestcert.sh
|
||||||
Patch1: openwsman-2.4.0-pamsetup.patch
|
Patch0000: openwsman-2.4.0-pamsetup.patch
|
||||||
Patch2: openwsman-2.4.12-ruby-binding-build.patch
|
Patch0001: openwsman-2.4.12-ruby-binding-build.patch
|
||||||
Patch3: openwsman-2.6.2-openssl-1.1-fix.patch
|
Patch0002: openwsman-2.6.2-openssl-1.1-fix.patch
|
||||||
Patch4: openwsman-2.6.5-fix-set-cipher-list-retval-check.patch
|
Patch0003: openwsman-2.6.5-fix-set-cipher-list-retval-check.patch
|
||||||
Patch5: openwsman-2.6.5-libcurl-error-codes-update.patch
|
Patch0004: openwsman-2.6.5-libcurl-error-codes-update.patch
|
||||||
Patch6000: CVE-2019-3833.patch
|
Patch6000: CVE-2019-3833.patch
|
||||||
|
Patch6001: 0001-Make-python-version-explitic-DBUILD_PYTHON3-or-DBUIL.patch
|
||||||
|
|
||||||
BuildRequires: swig libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel python3
|
BuildRequires: swig libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel python3
|
||||||
BuildRequires: python3-devel ruby ruby-devel rubygems-devel perl-interpreter
|
BuildRequires: python3-devel ruby ruby-devel rubygems-devel
|
||||||
|
#perl-interpreter
|
||||||
BuildRequires: perl-devel perl-generators pkgconfig openssl-devel libwsman-devel
|
BuildRequires: perl-devel perl-generators pkgconfig openssl-devel libwsman-devel
|
||||||
BuildRequires: cmake systemd-units gcc gcc-c++ python2 python2-devel
|
BuildRequires: cmake systemd-units gcc gcc-c++ python2 python2-devel
|
||||||
|
|
||||||
@ -135,6 +137,7 @@ cmake \
|
|||||||
-DPACKAGE_ARCHITECTURE=`uname -m` \
|
-DPACKAGE_ARCHITECTURE=`uname -m` \
|
||||||
-DLIB=%{_lib} \
|
-DLIB=%{_lib} \
|
||||||
-DBUILD_JAVA=no \
|
-DBUILD_JAVA=no \
|
||||||
|
-DBUILD_PYTHON=FALSE\
|
||||||
..
|
..
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -200,7 +203,6 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_libdir}/libwsman.so.*
|
%{_libdir}/libwsman.so.*
|
||||||
%{_libdir}/libwsman_client.so.*
|
%{_libdir}/libwsman_client.so.*
|
||||||
%{_libdir}/libwsman_curl_client_transport.so.*
|
%{_libdir}/libwsman_curl_client_transport.so.*
|
||||||
%{python2_sitearch}/*
|
|
||||||
|
|
||||||
%files -n libwsman-devel
|
%files -n libwsman-devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -208,6 +210,9 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files python3
|
%files python3
|
||||||
|
%{python3_sitearch}/*.so
|
||||||
|
%{python3_sitearch}/*.py
|
||||||
|
%{python3_sitearch}/__pycache__/*
|
||||||
|
|
||||||
%files -n rubygem-%{gem_name}
|
%files -n rubygem-%{gem_name}
|
||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
@ -256,6 +261,9 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2020 huanghaitao <huanghaitao8@huawei.com> - 2.6.5-13
|
||||||
|
- Restored unpackaged files of python3 subpackage
|
||||||
|
|
||||||
* Mon Mar 9 2020 likexin <likexin4@huawei.com> - 2.6.5-12
|
* Mon Mar 9 2020 likexin <likexin4@huawei.com> - 2.6.5-12
|
||||||
- rename sub package
|
- rename sub package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user