pcs/pcs.spec

484 lines
16 KiB
RPMSpec
Raw Normal View History

Name: pcs
2024-02-29 15:52:29 +08:00
Version: 0.11.7
Release: 7
2024-02-29 15:52:29 +08:00
License: GPL-2.0-only AND Apache-2.0 AND MIT AND BSD-3-Clause AND (BSD-2-Clause OR Ruby) AND (BSD-2-Clause OR GPL-2.0-or-later)
URL: https://github.com/ClusterLabs/pcs
2024-02-29 15:52:29 +08:00
Group: System Environment/Base
2020-04-26 16:39:10 +08:00
Summary: Pacemaker Configuration System
%global version_or_commit %{version}
%global pcs_source_name %{name}-%{version_or_commit}
# ui_commit can be determined by hash, tag or branch
2024-02-29 15:52:29 +08:00
%global ui_commit 0.1.18
%global ui_modules_version 0.1.18
2020-04-26 16:39:10 +08:00
%global ui_src_name pcs-web-ui-%{ui_commit}
%global pcs_snmp_pkg_name pcs-snmp
2023-02-06 14:54:10 +08:00
%global pyagentx_version 0.4.pcs.2
2024-02-29 15:52:29 +08:00
%global dacite_version 1.8.1
2023-02-06 14:54:10 +08:00
%global required_pacemaker_version 2.1.0
%global pcs_bundled_dir pcs_bundled
2020-04-26 16:39:10 +08:00
%global pcsd_public_dir pcsd/public
2023-02-06 14:54:10 +08:00
%global rubygem_bundle_dir pcsd/vendor/bundle
%global rubygem_cache_dir %{rubygem_bundle_dir}/cache
2020-04-26 16:39:10 +08:00
#part after last slash is recognized as filename in look-aside repository
#desired name is achived by trick with hash anchor
2024-02-29 15:52:29 +08:00
Source0: %{url}/archive/%{?v_prefix}%{version_or_commit}/%{pcs_source_name}.tar.gz
Source1: https://github.com/ondrejmular/pyagentx/archive/v%{pyagentx_version}/pyagentx-%{pyagentx_version}.tar.gz
Source2: https://github.com/konradhalas/dacite/archive/v%{dacite_version}/dacite-%{dacite_version}.tar.gz
2024-02-29 15:52:29 +08:00
Source3: https://github.com/ClusterLabs/pcs-web-ui/archive/%{ui_commit}/%{ui_src_name}.tar.gz
Source4: https://github.com/ClusterLabs/pcs-web-ui/releases/download/%{ui_commit}/pcs-web-ui-node-modules-%{ui_modules_version}.tar.xz
# pcs patches: <= 200
# Patch0: bzNUMBER-01-name.patch
Patch0: do-not-support-cluster-setup-with-udp-u-transport.patch
Patch1: Support-for-openEuler.patch
Patch2: fix-do-not-put-empty-uid-gid-options-to-an-uidgid-fi.patch
2024-02-29 23:46:29 +08:00
Patch3: fix-stonith-level-validation.patch
2024-03-02 06:28:16 +08:00
Patch4: Fix-pcsd-ruby.patch
2024-03-02 07:05:57 +08:00
Patch5: update-crm_mon-schemas-for-tests.patch
Patch6: add-dtos-and-converting-functions-for-resources-stat.patch
2024-02-29 23:46:29 +08:00
2024-02-29 15:52:29 +08:00
# ui patches: >200
# Patch201: bzNUMBER-01-name.patch
2020-04-26 16:39:10 +08:00
# git for patches
2023-02-06 14:54:10 +08:00
BuildRequires: git-core
BuildRequires: make
2024-02-29 15:52:29 +08:00
# printf from coreutils is used in makefile, head is used in spec
2020-04-26 16:39:10 +08:00
BuildRequires: coreutils
# python for pcs
2023-02-06 14:54:10 +08:00
BuildRequires: python3 >= 3.9
BuildRequires: python3-dateutil >= 2.7.0
2020-04-26 16:39:10 +08:00
BuildRequires: python3-devel
BuildRequires: python3-setuptools
2020-04-26 16:39:10 +08:00
BuildRequires: python3-pycurl
2023-02-06 14:54:10 +08:00
BuildRequires: python3-pip
BuildRequires: python3-pyparsing
BuildRequires: python3-tornado
2023-02-06 14:54:10 +08:00
BuildRequires: python3-cryptography
BuildRequires: python3-lxml
# for building bundled python packages
BuildRequires: python3-wheel
# for bundled python dateutil
2024-02-29 15:52:29 +08:00
# dateutil was unbundled in Fedora but our autotools still check for it
2023-02-06 14:54:10 +08:00
BuildRequires: python3-setuptools_scm
2024-02-29 15:52:29 +08:00
# gcc for compiling custom rubygems
BuildRequires: gcc
BuildRequires: gcc-c++
2020-04-26 16:39:10 +08:00
# ruby and gems for pcsd
2023-02-06 14:54:10 +08:00
BuildRequires: ruby >= 2.5.0
2020-04-26 16:39:10 +08:00
BuildRequires: ruby-devel
2024-02-29 15:52:29 +08:00
BuildRequires: rubygems
BuildRequires: rubygem-bundler
BuildRequires: rubygem-backports
2024-02-29 15:52:29 +08:00
BuildRequires: rubygem-childprocess
BuildRequires: rubygem-ethon
BuildRequires: rubygem-ffi
BuildRequires: rubygem-json
2023-02-06 14:54:10 +08:00
BuildRequires: rubygem-mustermann
2024-02-29 15:52:29 +08:00
BuildRequires: rubygem-puma
BuildRequires: rubygem-rack
BuildRequires: rubygem-rack-protection
BuildRequires: rubygem-rack-test
BuildRequires: rubygem-sinatra
BuildRequires: rubygem-tilt
2023-02-06 14:54:10 +08:00
BuildRequires: rubygem(rexml)
2020-04-26 16:39:10 +08:00
# ruby libraries for tests
BuildRequires: rubygem-test-unit
2024-02-29 15:52:29 +08:00
2020-04-26 16:39:10 +08:00
# for touching patch files (sanitization function)
BuildRequires: diffstat
# for post, preun and postun macros
BuildRequires: systemd
2024-02-29 15:52:29 +08:00
# pam is used for authentication inside daemon (python ctypes)
# needed for tier0 tests during build
BuildRequires: pam
BuildRequires: make
# for working with qdevice certificates (certutil) - used in configure.ac
BuildRequires: nss-tools
2020-04-26 16:39:10 +08:00
# for building web ui
BuildRequires: npm
2023-02-06 14:54:10 +08:00
# cluster stack packages for pkg-config
BuildRequires: booth
BuildRequires: corosync-qdevice-devel
BuildRequires: corosynclib-devel >= 3.0
BuildRequires: fence-agents-common
BuildRequires: pacemaker-libs-devel >= %{required_pacemaker_version}
BuildRequires: resource-agents
BuildRequires: sbd
2020-04-26 16:39:10 +08:00
# python and libraries for pcs, setuptools for pcs entrypoint
2023-02-06 14:54:10 +08:00
Requires: python3 >= 3.9
Requires: python3-cryptography
Requires: python3-dateutil >= 2.7.0
2020-04-26 16:39:10 +08:00
Requires: python3-lxml
Requires: python3-setuptools
2020-04-26 16:39:10 +08:00
Requires: python3-pycurl
Requires: python3-pyparsing
Requires: python3-tornado
2020-04-26 16:39:10 +08:00
# ruby and gems for pcsd
2023-02-06 14:54:10 +08:00
Requires: ruby >= 2.5.0
Requires: rubygem-backports
2024-02-29 15:52:29 +08:00
Requires: rubygem-childprocess
Requires: rubygem-ethon
Requires: rubygem-ffi
Requires: rubygem-json
2023-02-06 14:54:10 +08:00
Requires: rubygem-mustermann
2024-02-29 15:52:29 +08:00
Requires: rubygem-puma
Requires: rubygem-rack
Requires: rubygem-rack-protection
Requires: rubygem-rack-test
2023-02-06 14:54:10 +08:00
Requires: rubygem-sinatra
Requires: rubygem-tilt
Requires: rubygem(rexml)
2020-04-26 16:39:10 +08:00
# for killall
Requires: psmisc
# cluster stack and related packages
2023-02-06 14:54:10 +08:00
Requires: pcmk-cluster-manager >= %{required_pacemaker_version}
2020-04-26 16:39:10 +08:00
Suggests: pacemaker
2023-02-06 14:54:10 +08:00
Requires: (corosync >= 3.0 if pacemaker)
2020-04-26 16:39:10 +08:00
# pcs enables corosync encryption by default so we require libknet1-plugins-all
Requires: (libknet1-plugins-all if corosync)
2023-02-06 14:54:10 +08:00
Requires: pacemaker-cli >= %{required_pacemaker_version}
2020-04-26 16:39:10 +08:00
# for post, preun and postun macros
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
# pam is used for authentication inside daemon (python ctypes)
# more details: https://bugzilla.redhat.com/show_bug.cgi?id=1717113
Requires: pam
2023-02-06 14:54:10 +08:00
# needs logrotate for /etc/logrotate.d/pcsd
Requires: logrotate
2024-02-29 15:52:29 +08:00
# for working with qdevice certificates (certutil)
Requires: nss-tools
2020-04-26 16:39:10 +08:00
Provides: bundled(dacite) = %{dacite_version}
2020-04-26 16:39:10 +08:00
%description
pcs is a corosync and pacemaker configuration tool. It permits users to
easily view, modify and create pacemaker based clusters.
# pcs-snmp package definition
%package -n %{pcs_snmp_pkg_name}
Summary: Pacemaker cluster SNMP agent
2024-02-29 15:52:29 +08:00
License: GPL-2.0-only and BSD-2-Clause
2020-04-26 16:39:10 +08:00
2024-02-29 15:52:29 +08:00
# tar for unpacking pyagetx source tarball
2020-04-26 16:39:10 +08:00
BuildRequires: tar
Requires: pcs = %{version}-%{release}
Requires: pacemaker
Requires: net-snmp
Provides: bundled(pyagentx) = %{pyagentx_version}
%description -n %{pcs_snmp_pkg_name}
SNMP agent that provides information about pacemaker cluster to the master agent (snmpd)
%prep
# -- following is inspired by python-simplejon.el5 --
# Update timestamps on the files touched by a patch, to avoid non-equal
# .pyc/.pyo files across the multilib peers within a build
update_times(){
# update_times <reference_file> <file_to_touch> ...
# set the access and modification times of each file_to_touch to the times
# of reference_file
# put all args to file_list
file_list=("$@")
# first argument is reference_file: so take it and remove from file_list
reference_file=${file_list[0]}
unset file_list[0]
for fname in ${file_list[@]}; do
2023-02-06 14:54:10 +08:00
# some files could be deleted by a patch therefore we test file for
# existance before touch to avoid exit with error: No such file or
# directory
# diffstat cannot create list of files without deleted files
test -e $fname && touch -r $reference_file $fname
2020-04-26 16:39:10 +08:00
done
}
update_times_patch(){
# update_times_patch <patch_file_name>
# set the access and modification times of each file in patch to the times
# of patch_file_name
patch_file_name=$1
# diffstat
# -l lists only the filenames. No histogram is generated.
# -p override the logic that strips common pathnames,
# simulating the patch "-p" option. (Strip the smallest prefix containing
# num leading slashes from each file name found in the patch file)
update_times ${patch_file_name} `diffstat -p1 -l ${patch_file_name}`
}
2023-02-06 14:54:10 +08:00
# documentation for setup/autosetup/autopatch:
# * http://ftp.rpm.org/max-rpm/s1-rpm-inside-macros.html
# * https://rpm-software-management.github.io/rpm/manual/autosetup.html
# patch web-ui sources
2024-02-29 15:52:29 +08:00
%autosetup -D -T -b 3 -a 4 -S git -n %{ui_src_name} -N
%autopatch -p1 -m 201
# update_times_patch %%{PATCH201}
2023-02-06 14:54:10 +08:00
# patch pcs sources
%autosetup -S git -n %{pcs_source_name} -N
2024-02-29 15:52:29 +08:00
%autopatch -p1 -m 0
# update_times_patch %%{PATCH0}
update_times_patch %{PATCH0}
sed -i "s/setuptools-scm/setuptools_scm/g" configure.ac
2023-02-06 14:54:10 +08:00
2024-02-29 15:52:29 +08:00
# generate .tarball-version if building from an untagged commit, not a released version
# autogen uses git-version-gen which uses .tarball-version for generating version number
%if "%{version}" != "%{version_or_commit}"
echo "%version+$(echo "%{version_or_commit}" | head -c 8)" > %{_builddir}/%{pcs_source_name}/.tarball-version
%endif
2023-02-06 14:54:10 +08:00
2024-02-29 15:52:29 +08:00
# prepare dirs/files necessary for building python bundles
2023-02-06 14:54:10 +08:00
mkdir -p %{pcs_bundled_dir}/src
cp -f %SOURCE1 rpm/
cp -f %SOURCE2 rpm/
2020-04-26 16:39:10 +08:00
%build
%define debug_package %{nil}
2023-02-06 14:54:10 +08:00
./autogen.sh
%{configure} --enable-local-build --enable-use-local-cache-only --enable-individual-bundling PYTHON=%{__python3} ruby_CFLAGS="%{optflags}" ruby_LIBS="%{build_ldflags}"
make all
# build pcs-web-ui
2024-02-29 15:52:29 +08:00
BUILD_USE_CURRENT_NODE_MODULES=true make -C %{_builddir}/%{ui_src_name} build
2023-02-06 14:54:10 +08:00
2020-04-26 16:39:10 +08:00
%install
rm -rf $RPM_BUILD_ROOT
pwd
2023-02-06 14:54:10 +08:00
%make_install
# install pcs-web-ui
cp -r %{_builddir}/%{ui_src_name}/build ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/ui
# symlink favicon into pcsd directories
2024-02-29 15:52:29 +08:00
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/ui/static/media
ln -fs /etc/favicon.png ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/ui/static/media/favicon.png
2023-02-06 14:54:10 +08:00
# prepare license files
cp %{pcs_bundled_dir}/src/pyagentx-*/LICENSE.txt pyagentx_LICENSE.txt
cp %{pcs_bundled_dir}/src/pyagentx-*/CONTRIBUTORS.txt pyagentx_CONTRIBUTORS.txt
cp %{pcs_bundled_dir}/src/pyagentx-*/README.md pyagentx_README.md
cp %{pcs_bundled_dir}/src/dacite-*/LICENSE dacite_LICENSE
cp %{pcs_bundled_dir}/src/dacite-*/README.md dacite_README.md
# We are not building debug package for pcs but we need to add MiniDebuginfo
# to the bundled shared libraries from rubygem extensions in order to satisfy
# rpmdiff's binary stripping checker.
2024-02-29 15:52:29 +08:00
# Therefore we call find-debuginfo from debugedit manually in order to strip
2023-02-06 14:54:10 +08:00
# binaries and add MiniDebugInfo with .gnu_debugdata section
2024-02-29 15:52:29 +08:00
find-debuginfo -j2 -m -i -S debugsourcefiles.list
# find-debuginfo generated some files into /usr/lib/debug and
2023-02-06 14:54:10 +08:00
# /usr/src/debug/ that we don't want in the package
rm -rf $RPM_BUILD_ROOT%{_libdir}/debug
rm -rf $RPM_BUILD_ROOT/usr/lib/debug
rm -rf $RPM_BUILD_ROOT%{_prefix}/src/debug
2020-04-26 16:39:10 +08:00
%check
# In the building environment LC_CTYPE is set to C which causes tests to fail
# due to python prints a warning about it to stderr. The following environment
# variable disables the warning.
# On the live system either UTF8 locale is set or the warning is emmited
# which breaks pcs. That is the correct behavior since with wrong locales it
# would be probably broken anyway.
# The main concern here is to make the tests pass.
# See https://fedoraproject.org/wiki/Changes/python3_c.utf-8_locale for details.
export PYTHONCOERCECLOCALE=0
run_all_tests(){
#run pcs tests
# disabled tests:
#
2023-02-06 14:54:10 +08:00
%{__python3} pcs_test/suite --tier0 -v --vanilla --all-but \
pcs_test.tier0.daemon.app.test_app_remote.SyncConfigMutualExclusive.test_get_not_locked \
pcs_test.tier0.daemon.app.test_app_remote.SyncConfigMutualExclusive.test_post_not_locked \
2020-04-26 16:39:10 +08:00
test_result_python=$?
#run pcsd tests and remove them
2023-02-06 14:54:10 +08:00
GEM_HOME=$RPM_BUILD_ROOT%{_libdir}/%{rubygem_bundle_dir} ruby \
-I$RPM_BUILD_ROOT%{_libdir}/pcsd \
-Ipcsd/test \
pcsd/test/test_all_suite.rb
2020-04-26 16:39:10 +08:00
test_result_ruby=$?
if [ $test_result_python -ne 0 ]; then
return $test_result_python
fi
return $test_result_ruby
}
run_all_tests
%posttrans
2024-02-29 15:52:29 +08:00
# Make sure the new version of the daemon is running.
# Also, make sure to start pcsd-ruby if it hasn't been started or even
# installed before. This is done by restarting pcsd.service.
%{_bindir}/systemctl daemon-reload
%{_bindir}/systemctl try-restart pcsd.service
2020-04-26 16:39:10 +08:00
%post
%systemd_post pcsd.service
%systemd_post pcsd-ruby.service
2020-04-26 16:39:10 +08:00
%post -n %{pcs_snmp_pkg_name}
%systemd_post pcs_snmp_agent.service
%preun
%systemd_preun pcsd.service
%systemd_preun pcsd-ruby.service
2020-04-26 16:39:10 +08:00
%preun -n %{pcs_snmp_pkg_name}
%systemd_preun pcs_snmp_agent.service
%postun
%systemd_postun_with_restart pcsd.service
%systemd_postun_with_restart pcsd-ruby.service
2020-04-26 16:39:10 +08:00
%postun -n %{pcs_snmp_pkg_name}
%systemd_postun_with_restart pcs_snmp_agent.service
%files
%doc CHANGELOG.md
%doc README.md
%doc dacite_README.md
%license dacite_LICENSE
2020-04-26 16:39:10 +08:00
%license COPYING
2023-02-06 14:54:10 +08:00
%{python3_sitelib}/*
2020-04-26 16:39:10 +08:00
%{_sbindir}/pcs
%{_sbindir}/pcsd
2023-02-06 14:54:10 +08:00
%{_libdir}/pcs/*
%{_libdir}/pcsd/*
2020-04-26 16:39:10 +08:00
%{_unitdir}/pcsd.service
%{_unitdir}/pcsd-ruby.service
2020-04-26 16:39:10 +08:00
%{_datadir}/bash-completion/completions/pcs
%{_sharedstatedir}/pcsd
2023-02-06 14:54:10 +08:00
%config(noreplace) %{_sysconfdir}/pam.d/pcsd
2020-04-26 16:39:10 +08:00
%dir %{_var}/log/pcsd
%config(noreplace) %{_sysconfdir}/logrotate.d/pcsd
%config(noreplace) %{_sysconfdir}/sysconfig/pcsd
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/cfgsync_ctl
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/known-hosts
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.cookiesecret
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.crt
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.key
%ghost %config(noreplace) %attr(0644,root,root) %{_sharedstatedir}/pcsd/pcs_settings.conf
%ghost %config(noreplace) %attr(0644,root,root) %{_sharedstatedir}/pcsd/pcs_users.conf
%{_mandir}/man8/pcs.*
%{_mandir}/man8/pcsd.*
2023-02-06 14:54:10 +08:00
%exclude %{_libdir}/pcs/pcs_snmp_agent
%exclude %{_libdir}/pcs/%{pcs_bundled_dir}/packages/pyagentx*
2020-04-26 16:39:10 +08:00
%files -n %{pcs_snmp_pkg_name}
2023-02-06 14:54:10 +08:00
%{_libdir}/pcs/pcs_snmp_agent
%{_libdir}/pcs/%{pcs_bundled_dir}/packages/pyagentx*
2020-04-26 16:39:10 +08:00
%{_unitdir}/pcs_snmp_agent.service
%{_datadir}/snmp/mibs/PCMK-PCS*-MIB.txt
%{_mandir}/man8/pcs_snmp_agent.*
%config(noreplace) %{_sysconfdir}/sysconfig/pcs_snmp_agent
%doc CHANGELOG.md
%doc pyagentx_CONTRIBUTORS.txt
%doc pyagentx_README.md
%license COPYING
%license pyagentx_LICENSE.txt
%changelog
* Fri Mar 22 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-7
- add dtos and converting functions for resources status
* Tue Mar 19 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-6
2024-03-02 07:05:57 +08:00
- update crm_mon schemas for tests
* Tue Mar 19 2024 panchenbo <panchenbo@kylinsec.com.cn> - 0.11.7-5
- fix setuptools_scm not found
2024-03-02 06:28:16 +08:00
* Tue Mar 12 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-4
- Fix pcsd ruby
2024-02-29 23:46:29 +08:00
* Mon Mar 04 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-3
- fix stonith level validation
* Fri Mar 01 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-2
- fixed command `pcs cluster uidgid add`
2024-02-29 15:52:29 +08:00
* Tue Feb 27 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-1
- Update package to version 0.11.7
2023-11-23 15:34:52 +08:00
* Thu Nov 23 2023 bixiaoyan <bixiaoyan@kylinos.cn> - 0.11.2-10
- Fix serving static files
* Wed Oct 25 2023 zouzhimin <zouzhimin@kylinos.cn> - 0.11.2-9
- improve error messages in pcs resource move
2023-10-20 10:58:27 +08:00
* Fri Oct 20 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 0.11.2-8
- Fix-CVE-2022-2735
2023-10-19 17:11:05 +08:00
* Thu Oct 19 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 0.11.2-7
- Fix CVE-2022-1049
* Wed Sep 06 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 0.11.2-6
- fix datetime race condition
* Tue Sep 05 2023 zouzhimin <zouzhimin@kylinos.cn> - 0.11.2-5
- Fix pcs quorum device remove
* Thu Aug 31 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 0.11.2-4
- Fix pcs config checkpoint diff command
* Wed Aug 23 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.11.2-3
- Fix typing in resource_agent package
* Mon Aug 07 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 0.11.2-2
- Adjust regex pattern for ruby to support json 2.6.3 build error
2023-02-06 14:54:10 +08:00
* Mon Feb 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.11.2-1
- Update package to version 0.11.2
2022-09-07 14:46:00 +08:00
* Wed Sep 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.8-4
- Type:cves
- ID:CVE-2022-2735
- SUG:NA
- DESC:fix CVE-2022-2735
2022-07-20 13:57:43 +08:00
* Wed Jul 20 2022 wangqiang <wangqiang1@kylinos.cn> - 0.10.8-3
- Type:Feature
- ID:NA
- SUG:NA
- DESC:delete "-S git" from %autosetup
2022-06-17 09:34:17 +08:00
* Fri Jun 17 2022 duyiwei <duyiwei@kylinos.cn> - 0.10.8-2
- FIX-CVE-2022-1049
* Thu Mar 10 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.8-1
- update to 0.10.8
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.5-1
- Upgrade the pcs package version to 0.10.5-1
2020-04-26 16:39:10 +08:00
* Sun Apr 26 2020 wangmian<wangmian@kylinos.cn> - 0.10.2-5
- Change pcs ui
* Wed Apr 22 2020 houjian<houjian@kylinos.cn> - 0.10.2-4
- Init the project