672796
Name: pcs
d15f4b
Version: 0.11.3
d15f4b
Release: 3%{?dist}
672796
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
672796
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
672796
# GPLv2: pcs
672796
# ASL 2.0: tornado
beaa2e
# MIT: backports, dacite, daemons, ethon, mustermann, rack, rack-protection,
beaa2e
#      rack-test, sinatra, tilt
672796
# GPLv2 or Ruby: eventmachne
672796
# (GPLv2 or Ruby) and BSD: thin
d15f4b
# BSD or Ruby: open4, ruby2_keywords, webrick
672796
# BSD and MIT: ffi
672796
License: GPLv2 and ASL 2.0 and MIT and BSD and (GPLv2 or Ruby) and (BSD or Ruby)
672796
URL: https://github.com/ClusterLabs/pcs
672796
Group: System Environment/Base
672796
Summary: Pacemaker Configuration System
672796
#building only for architectures with pacemaker and corosync available
672796
ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
672796
672796
%global version_or_commit %{version}
d15f4b
# %%global version_or_commit %%{version}.44-9da7
672796
beaa2e
%global pcs_source_name %{name}-%{version_or_commit}
672796
672796
# ui_commit can be determined by hash, tag or branch
d15f4b
%global ui_commit 0.1.14
d15f4b
%global ui_modules_version 0.1.14
672796
%global ui_src_name pcs-web-ui-%{ui_commit}
672796
672796
%global pcs_snmp_pkg_name  pcs-snmp
672796
672796
%global pyagentx_version   0.4.pcs.2
672796
%global tornado_version    6.1.0
672796
%global dacite_version  1.6.0
d15f4b
%global version_rubygem_backports  3.23.0
d15f4b
%global version_rubygem_daemons  1.4.1
d15f4b
%global version_rubygem_ethon  0.15.0
672796
%global version_rubygem_eventmachine  1.2.7
d15f4b
%global version_rubygem_ffi  1.15.5
672796
%global version_rubygem_mustermann  1.1.1
672796
%global version_rubygem_open4  1.3.4
d15f4b
%global version_rubygem_rack  2.2.3.1
d15f4b
%global version_rubygem_rack_protection  2.2.0
672796
%global version_rubygem_rack_test  1.1.0
d15f4b
%global version_rubygem_ruby2_keywords  0.0.5
d15f4b
%global version_rubygem_sinatra  2.2.0
d15f4b
%global version_rubygem_thin  1.8.1
672796
%global version_rubygem_tilt  2.0.10
672796
%global version_rubygem_webrick  1.7.0
672796
beaa2e
%global required_pacemaker_version 2.1.0
beaa2e
672796
%global pcs_bundled_dir pcs_bundled
672796
%global pcsd_public_dir pcsd/public
672796
%global rubygem_bundle_dir pcsd/vendor/bundle
672796
%global rubygem_cache_dir %{rubygem_bundle_dir}/cache
672796
672796
# mangling shebang in /usr/lib/pcsd/vendor/bundle/ruby/gems/rack-2.0.5/test/cgi/test from /usr/bin/env ruby to #!/usr/bin/ruby
672796
#*** ERROR: ./usr/lib/pcsd/vendor/bundle/ruby/gems/rack-2.0.5/test/cgi/test.ru has shebang which doesn't start with '/' (../../bin/rackup)
672796
#mangling shebang in /usr/lib/pcsd/vendor/bundle/ruby/gems/rack-2.0.5/test/cgi/rackup_stub.rb from /usr/bin/env ruby to #!/usr/bin/ruby
672796
#*** WARNING: ./usr/lib/pcsd/vendor/bundle/ruby/gems/rack-2.0.5/test/cgi/sample_rackup.ru is executable but has empty or no shebang, removing executable bit
672796
#*** WARNING: ./usr/lib/pcsd/vendor/bundle/ruby/gems/rack-2.0.5/test/cgi/lighttpd.conf is executable but has empty or no shebang, removing executable bit
672796
#*** ERROR: ambiguous python shebang in /usr/lib/pcsd/vendor/bundle/ruby/gems/ffi-1.9.25/ext/ffi_c/libffi/generate-darwin-source-and-headers.py: #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
672796
%undefine __brp_mangle_shebangs
672796
672796
# https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Python_bytecompilation
672796
# Enforce python3 because bytecompilation of tornado produced warnings:
672796
# DEPRECATION WARNING: python2 invoked with /usr/bin/python.
672796
#    Use /usr/bin/python3 or /usr/bin/python2
672796
#    /usr/bin/python will be removed or switched to Python 3 in the future.
672796
%global __python %{__python3}
672796
672796
Source0: %{url}/archive/%{version_or_commit}/%{pcs_source_name}.tar.gz
672796
672796
Source41: https://github.com/ondrejmular/pyagentx/archive/v%{pyagentx_version}/pyagentx-%{pyagentx_version}.tar.gz
672796
Source42: https://github.com/tornadoweb/tornado/archive/v%{tornado_version}/tornado-%{tornado_version}.tar.gz
672796
Source44: https://github.com/konradhalas/dacite/archive/v%{dacite_version}/dacite-%{dacite_version}.tar.gz
672796
672796
Source81: https://rubygems.org/downloads/backports-%{version_rubygem_backports}.gem
672796
Source82: https://rubygems.org/downloads/ethon-%{version_rubygem_ethon}.gem
672796
Source83: https://rubygems.org/downloads/ffi-%{version_rubygem_ffi}.gem
672796
Source86: https://rubygems.org/downloads/mustermann-%{version_rubygem_mustermann}.gem
672796
# We needed to re-upload open4 rubygem because of issues with sources in gating.
672796
# Unfortunately, there was no newer version available, therefore we had to
672796
# change its 'version' ourselves.
672796
Source87: https://rubygems.org/downloads/open4-%{version_rubygem_open4}.gem#/open4-%{version_rubygem_open4}-1.gem
672796
Source88: https://rubygems.org/downloads/rack-%{version_rubygem_rack}.gem
672796
Source89: https://rubygems.org/downloads/rack-protection-%{version_rubygem_rack_protection}.gem
672796
Source90: https://rubygems.org/downloads/rack-test-%{version_rubygem_rack_test}.gem
672796
Source91: https://rubygems.org/downloads/sinatra-%{version_rubygem_sinatra}.gem
672796
Source92: https://rubygems.org/downloads/tilt-%{version_rubygem_tilt}.gem
672796
Source93: https://rubygems.org/downloads/eventmachine-%{version_rubygem_eventmachine}.gem
672796
Source94: https://rubygems.org/downloads/daemons-%{version_rubygem_daemons}.gem
672796
Source95: https://rubygems.org/downloads/thin-%{version_rubygem_thin}.gem
672796
Source96: https://rubygems.org/downloads/ruby2_keywords-%{version_rubygem_ruby2_keywords}.gem
672796
Source97: https://rubygems.org/downloads/webrick-%{version_rubygem_webrick}.gem
672796
672796
Source100: https://github.com/ClusterLabs/pcs-web-ui/archive/%{ui_commit}/%{ui_src_name}.tar.gz
672796
Source101: https://github.com/ClusterLabs/pcs-web-ui/releases/download/%{ui_commit}/pcs-web-ui-node-modules-%{ui_modules_version}.tar.xz
672796
672796
# Patches from upstream.
672796
# They should come before downstream patches to avoid unnecessary conflicts.
672796
# Z-streams are exception here: they can come from upstream but should be
672796
# applied at the end to keep z-stream changes as straightforward as possible.
672796
# Patch1: bzNUMBER-01-name.patch
672796
672796
# Downstream patches do not come from upstream. They adapt pcs for specific
672796
# RHEL needs.
672796
6dc80e
# pcs patches: <= 200
beaa2e
Patch1: do-not-support-cluster-setup-with-udp-u-transport.patch
d15f4b
Patch2: bz2102663-01-fix-pcs-resource-restart-traceback.patch
d15f4b
Patch3: bz2058243-01-code-formatting.patch
d15f4b
Patch4: bz2058243-02-make-booth-ticket-mode-value-case-insensitive.patch
d15f4b
Patch5: bz2026725-01-booth-sync-check-whether-etc-booth-exists.patch
6dc80e
6dc80e
# ui patches: >200
6dc80e
# Patch201: bzNUMBER-01-name.patch
672796
672796
# git for patches
672796
BuildRequires: git-core
672796
#printf from coreutils is used in makefile
672796
BuildRequires: coreutils
672796
# python for pcs
beaa2e
BuildRequires: python3 >= 3.9
672796
BuildRequires: python3-cryptography
672796
BuildRequires: python3-dateutil >= 2.7.0
672796
BuildRequires: python3-devel
672796
BuildRequires: python3-setuptools
672796
BuildRequires: python3-pycurl
672796
BuildRequires: python3-pip
672796
BuildRequires: python3-pyparsing
672796
BuildRequires: python3-cryptography
672796
BuildRequires: python3-lxml
672796
# for building bundled python packages
672796
BuildRequires: python3-wheel
672796
# for bundled python dateutil
672796
BuildRequires: python3-setuptools_scm
672796
# gcc for compiling custom rubygems
672796
BuildRequires: gcc
672796
BuildRequires: gcc-c++
672796
# ruby and gems for pcsd
beaa2e
BuildRequires: ruby >= 2.5
672796
BuildRequires: ruby-devel
672796
BuildRequires: rubygems
672796
BuildRequires: rubygem-bundler
672796
BuildRequires: rubygem-json
d15f4b
BuildRequires: rubygem-rexml
d15f4b
# ruby libraries for tests
672796
BuildRequires: rubygem-test-unit
672796
# for touching patch files (sanitization function)
672796
BuildRequires: diffstat
672796
# for post, preun and postun macros
672796
BuildRequires: systemd
672796
BuildRequires: make
672796
# Red Hat logo for creating symlink of favicon
672796
BuildRequires: redhat-logos
672796
# for building web ui
672796
BuildRequires: npm
672796
# cluster stack packages for pkg-config
672796
BuildRequires: booth
672796
BuildRequires: corosync-qdevice-devel
672796
BuildRequires: corosynclib-devel >= 3.0
672796
BuildRequires: fence-agents-common
beaa2e
BuildRequires: pacemaker-libs-devel >= %{required_pacemaker_version}
672796
BuildRequires: resource-agents
672796
BuildRequires: sbd
672796
672796
# python and libraries for pcs, setuptools for pcs entrypoint
beaa2e
Requires: python3 >= 3.9
672796
Requires: python3-cryptography
672796
Requires: python3-dateutil >= 2.7.0
672796
Requires: python3-lxml
672796
Requires: python3-setuptools
672796
Requires: python3-pycurl
672796
Requires: python3-pyparsing
672796
Requires: python3-cryptography
672796
# ruby and gems for pcsd
beaa2e
Requires: ruby >= 2.5
672796
Requires: rubygems
672796
Requires: rubygem-json
d15f4b
Requires: rubygem-rexml
672796
# for killall
672796
Requires: psmisc
672796
# cluster stack and related packages
beaa2e
Requires: pcmk-cluster-manager >= %{required_pacemaker_version}
beaa2e
Suggests: pacemaker >= %{required_pacemaker_version}
beaa2e
Requires: (corosync >= 3.0 if pacemaker)
672796
# pcs enables corosync encryption by default so we require libknet1-plugins-all
672796
Requires: (libknet1-plugins-all if corosync)
beaa2e
Requires: pacemaker-cli >= %{required_pacemaker_version}
672796
# for post, preun and postun macros
672796
Requires(post): systemd
672796
Requires(preun): systemd
672796
Requires(postun): systemd
672796
# pam is used for authentication inside daemon (python ctypes)
672796
# more details: https://bugzilla.redhat.com/show_bug.cgi?id=1717113
672796
Requires: pam
672796
# favicon Red Hat logo
672796
Requires: redhat-logos
672796
# needs logrotate for /etc/logrotate.d/pcsd
672796
Requires: logrotate
672796
672796
Provides: bundled(tornado) = %{tornado_version}
672796
Provides: bundled(dacite) = %{dacite_version}
672796
Provides: bundled(backports) = %{version_rubygem_backports}
672796
Provides: bundled(daemons) = %{version_rubygem_daemons}
672796
Provides: bundled(ethon) = %{version_rubygem_ethon}
672796
Provides: bundled(eventmachine) = %{version_rubygem_eventmachine}
672796
Provides: bundled(ffi) = %{version_rubygem_ffi}
672796
Provides: bundled(mustermann) = %{version_rubygem_mustermann}
672796
Provides: bundled(open4) = %{version_rubygem_open4}
672796
Provides: bundled(rack) = %{version_rubygem_rack}
672796
Provides: bundled(rack_protection) = %{version_rubygem_rack_protection}
672796
Provides: bundled(rack_test) = %{version_rubygem_rack_test}
672796
Provides: bundled(ruby2_keywords) = %{version_rubygem_ruby2_keywords}
672796
Provides: bundled(sinatra) = %{version_rubygem_sinatra}
672796
Provides: bundled(thin) = %{version_rubygem_thin}
672796
Provides: bundled(tilt) = %{version_rubygem_tilt}
672796
Provides: bundled(webrick) = %{version_rubygem_webrick}
672796
672796
%description
672796
pcs is a corosync and pacemaker configuration tool.  It permits users to
672796
easily view, modify and create pacemaker based clusters.
672796
672796
# pcs-snmp package definition
672796
%package -n %{pcs_snmp_pkg_name}
672796
Group: System Environment/Base
672796
Summary: Pacemaker cluster SNMP agent
672796
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
672796
# GPLv2: pcs
672796
# BSD-2-Clause: pyagentx
672796
License: GPLv2 and BSD-2-Clause
672796
URL: https://github.com/ClusterLabs/pcs
672796
672796
# tar for unpacking pyagetx source tar ball
672796
BuildRequires: tar
672796
672796
Requires: pcs = %{version}-%{release}
672796
Requires: pacemaker
672796
Requires: net-snmp
672796
672796
Provides: bundled(pyagentx) = %{pyagentx_version}
672796
672796
%description -n %{pcs_snmp_pkg_name}
672796
SNMP agent that provides information about pacemaker cluster to the master agent (snmpd)
672796
672796
%prep
672796
# -- following is inspired by python-simplejon.el5 --
672796
# Update timestamps on the files touched by a patch, to avoid non-equal
672796
# .pyc/.pyo files across the multilib peers within a build
672796
672796
update_times(){
672796
  # update_times <reference_file> <file_to_touch> ...
672796
  # set the access and modification times of each file_to_touch to the times
672796
  # of reference_file
672796
672796
  # put all args to file_list
672796
  file_list=("$@")
672796
  # first argument is reference_file: so take it and remove from file_list
672796
  reference_file=${file_list[0]}
672796
  unset file_list[0]
672796
672796
  for fname in ${file_list[@]}; do
672796
    # some files could be deleted by a patch therefore we test file for
672796
    # existance before touch to avoid exit with error: No such file or
672796
    # directory
672796
    # diffstat cannot create list of files without deleted files
672796
    test -e $fname && touch -r $reference_file $fname
672796
  done
672796
}
672796
672796
update_times_patch(){
672796
  # update_times_patch <patch_file_name>
672796
  # set the access and modification times of each file in patch to the times
672796
  # of patch_file_name
672796
672796
  patch_file_name=$1
672796
672796
  # diffstat
672796
  # -l lists only the filenames. No histogram is generated.
672796
  # -p override the logic that strips common pathnames,
672796
  #    simulating the patch "-p" option. (Strip the smallest prefix containing
672796
  #    num leading slashes from each file name found in the patch file)
672796
  update_times ${patch_file_name} `diffstat -p1 -l ${patch_file_name}`
672796
}
672796
6dc80e
# documentation for setup/autosetup/autopatch:
6dc80e
#   * http://ftp.rpm.org/max-rpm/s1-rpm-inside-macros.html
6dc80e
#   * https://rpm-software-management.github.io/rpm/manual/autosetup.html
6dc80e
# patch web-ui sources
6dc80e
%autosetup -D -T -b 100 -a 101 -S git -n %{ui_src_name} -N
6dc80e
%autopatch -p1 -m 201
6dc80e
# update_times_patch %%{PATCH201}
6dc80e
6dc80e
# patch pcs sources
6dc80e
%autosetup -S git -n %{pcs_source_name} -N
6dc80e
%autopatch -p1 -M 200
672796
update_times_patch %{PATCH1}
672796
update_times_patch %{PATCH2}
672796
update_times_patch %{PATCH3}
beaa2e
update_times_patch %{PATCH4}
15e8c6
update_times_patch %{PATCH5}
672796
672796
# prepare dirs/files necessary for building all bundles
672796
# -----------------------------------------------------
672796
# 1) rubygems sources
672796
672796
mkdir -p %{rubygem_cache_dir}
672796
cp -f %SOURCE81 %{rubygem_cache_dir}
672796
cp -f %SOURCE82 %{rubygem_cache_dir}
672796
cp -f %SOURCE83 %{rubygem_cache_dir}
672796
cp -f %SOURCE86 %{rubygem_cache_dir}
672796
# For reason why we are renaming open4 rubygem, see comment of source
672796
# definition above.
672796
cp -f %SOURCE87 %{rubygem_cache_dir}/open4-%{version_rubygem_open4}.gem
672796
cp -f %SOURCE88 %{rubygem_cache_dir}
672796
cp -f %SOURCE89 %{rubygem_cache_dir}
672796
cp -f %SOURCE90 %{rubygem_cache_dir}
672796
cp -f %SOURCE91 %{rubygem_cache_dir}
672796
cp -f %SOURCE92 %{rubygem_cache_dir}
672796
cp -f %SOURCE93 %{rubygem_cache_dir}
672796
cp -f %SOURCE94 %{rubygem_cache_dir}
672796
cp -f %SOURCE95 %{rubygem_cache_dir}
672796
cp -f %SOURCE96 %{rubygem_cache_dir}
672796
cp -f %SOURCE97 %{rubygem_cache_dir}
672796
672796
672796
# 2) prepare python bundles
672796
mkdir -p %{pcs_bundled_dir}/src
672796
cp -f %SOURCE41 rpm/
672796
cp -f %SOURCE42 rpm/
672796
cp -f %SOURCE44 rpm/
672796
672796
%build
672796
%define debug_package %{nil}
672796
672796
./autogen.sh
beaa2e
%{configure} --enable-local-build --enable-use-local-cache-only --enable-individual-bundling PYTHON=%{__python3} ruby_CFLAGS="%{optflags}" ruby_LIBS="%{build_ldflags}"
672796
make all
672796
6dc80e
# build pcs-web-ui
6dc80e
make -C %{_builddir}/%{ui_src_name} build BUILD_USE_EXISTING_NODE_MODULES=true
6dc80e
672796
%install
672796
rm -rf $RPM_BUILD_ROOT
672796
pwd
672796
672796
%make_install
672796
6dc80e
# install pcs-web-ui
6dc80e
cp -r %{_builddir}/%{ui_src_name}/build  ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/ui
672796
672796
# symlink favicon into pcsd directories
672796
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/images/
672796
ln -fs /etc/favicon.png ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/images/favicon.png
672796
672796
# prepare license files
672796
# some rubygems do not have a license file (ruby2_keywords, thin)
672796
mv %{rubygem_bundle_dir}/gems/backports-%{version_rubygem_backports}/LICENSE.txt backports_LICENSE.txt
672796
mv %{rubygem_bundle_dir}/gems/daemons-%{version_rubygem_daemons}/LICENSE daemons_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/ethon-%{version_rubygem_ethon}/LICENSE ethon_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/eventmachine-%{version_rubygem_eventmachine}/LICENSE eventmachine_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/eventmachine-%{version_rubygem_eventmachine}/GNU eventmachine_GNU
672796
mv %{rubygem_bundle_dir}/gems/ffi-%{version_rubygem_ffi}/COPYING ffi_COPYING
672796
mv %{rubygem_bundle_dir}/gems/ffi-%{version_rubygem_ffi}/LICENSE ffi_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/ffi-%{version_rubygem_ffi}/LICENSE.SPECS ffi_LICENSE.SPECS
672796
mv %{rubygem_bundle_dir}/gems/mustermann-%{version_rubygem_mustermann}/LICENSE mustermann_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/open4-%{version_rubygem_open4}/LICENSE open4_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/rack-%{version_rubygem_rack}/MIT-LICENSE rack_MIT-LICENSE
672796
mv %{rubygem_bundle_dir}/gems/rack-protection-%{version_rubygem_rack_protection}/License rack-protection_License
672796
mv %{rubygem_bundle_dir}/gems/rack-test-%{version_rubygem_rack_test}/MIT-LICENSE.txt rack-test_MIT-LICENSE.txt
672796
mv %{rubygem_bundle_dir}/gems/sinatra-%{version_rubygem_sinatra}/LICENSE sinatra_LICENSE
672796
mv %{rubygem_bundle_dir}/gems/tilt-%{version_rubygem_tilt}/COPYING tilt_COPYING
672796
mv %{rubygem_bundle_dir}/gems/webrick-%{version_rubygem_webrick}/LICENSE.txt webrick_LICENSE.txt
672796
672796
cp %{pcs_bundled_dir}/src/pyagentx-*/LICENSE.txt pyagentx_LICENSE.txt
672796
cp %{pcs_bundled_dir}/src/pyagentx-*/CONTRIBUTORS.txt pyagentx_CONTRIBUTORS.txt
672796
cp %{pcs_bundled_dir}/src/pyagentx-*/README.md pyagentx_README.md
672796
672796
cp %{pcs_bundled_dir}/src/tornado-*/LICENSE tornado_LICENSE
672796
cp %{pcs_bundled_dir}/src/tornado-*/README.rst tornado_README.rst
672796
672796
cp %{pcs_bundled_dir}/src/dacite-*/LICENSE dacite_LICENSE
672796
cp %{pcs_bundled_dir}/src/dacite-*/README.md dacite_README.md
672796
672796
# We are not building debug package for pcs but we need to add MiniDebuginfo
672796
# to the bundled shared libraries from rubygem extensions in order to satisfy
672796
# rpmdiff's binary stripping checker.
672796
# Therefore we call find-debuginfo.sh script manually in order to strip
672796
# binaries and add MiniDebugInfo with .gnu_debugdata section
672796
/usr/lib/rpm/find-debuginfo.sh -j2 -m -i -S debugsourcefiles.list
672796
# find-debuginfo.sh generated some files into /usr/lib/debug  and
672796
# /usr/src/debug/ that we don't want in the package
672796
rm -rf $RPM_BUILD_ROOT%{_libdir}/debug
672796
rm -rf $RPM_BUILD_ROOT/usr/lib/debug
672796
rm -rf $RPM_BUILD_ROOT%{_prefix}/src/debug
672796
672796
# We can remove files required for gem compilation
672796
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{rubygem_bundle_dir}/gems/eventmachine-%{version_rubygem_eventmachine}/ext
672796
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{rubygem_bundle_dir}/gems/ffi-%{version_rubygem_ffi}/ext
672796
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{rubygem_bundle_dir}/gems/thin-%{version_rubygem_thin}/ext
672796
672796
%check
672796
# In the building environment LC_CTYPE is set to C which causes tests to fail
672796
# due to python prints a warning about it to stderr. The following environment
672796
# variable disables the warning.
672796
# On the live system either UTF8 locale is set or the warning is emmited
672796
# which breaks pcs. That is the correct behavior since with wrong locales it
672796
# would be probably broken anyway.
672796
# The main concern here is to make the tests pass.
672796
# See https://fedoraproject.org/wiki/Changes/python3_c.utf-8_locale for details.
672796
export PYTHONCOERCECLOCALE=0
672796
672796
run_all_tests(){
672796
  #run pcs tests
672796
672796
  # disabled tests:
672796
  #
672796
  # pcs_test.tier0.lib.commands.test_resource_agent.DescribeAgentUtf8.test_describe
672796
  #   For an unknown reason this test is failing in mock environment and
672796
  #   passing outside the mock environment.
672796
  #   TODO: Investigate the issue
672796
672796
    %{__python3} pcs_test/suite --tier0 -v --vanilla --all-but \
672796
    pcs_test.tier0.lib.commands.test_resource_agent.DescribeAgentUtf8.test_describe \
672796
    pcs_test.tier0.daemon.app.test_app_remote.SyncConfigMutualExclusive.test_get_not_locked \
672796
    pcs_test.tier0.daemon.app.test_app_remote.SyncConfigMutualExclusive.test_post_not_locked \
672796
672796
  test_result_python=$?
672796
672796
  #run pcsd tests and remove them
672796
  GEM_HOME=$RPM_BUILD_ROOT%{_libdir}/%{rubygem_bundle_dir} ruby \
672796
    -I$RPM_BUILD_ROOT%{_libdir}/pcsd \
672796
    -Ipcsd/test \
672796
    pcsd/test/test_all_suite.rb
672796
  test_result_ruby=$?
672796
672796
  if [ $test_result_python -ne 0 ]; then
672796
    return $test_result_python
672796
  fi
672796
  return $test_result_ruby
672796
}
672796
672796
run_all_tests
672796
672796
%posttrans
672796
# Make sure the new version of the daemon is runnning.
672796
# Also, make sure to start pcsd-ruby if it hasn't been started or even
672796
# installed before. This is done by restarting pcsd.service.
672796
%{_bindir}/systemctl daemon-reload
672796
%{_bindir}/systemctl try-restart pcsd.service
672796
672796
672796
%post
672796
%systemd_post pcsd.service
672796
%systemd_post pcsd-ruby.service
672796
672796
%post -n %{pcs_snmp_pkg_name}
672796
%systemd_post pcs_snmp_agent.service
672796
672796
%preun
672796
%systemd_preun pcsd.service
672796
%systemd_preun pcsd-ruby.service
672796
672796
%preun -n %{pcs_snmp_pkg_name}
672796
%systemd_preun pcs_snmp_agent.service
672796
672796
%postun
672796
%systemd_postun_with_restart pcsd.service
672796
%systemd_postun_with_restart pcsd-ruby.service
672796
672796
%postun -n %{pcs_snmp_pkg_name}
672796
%systemd_postun_with_restart pcs_snmp_agent.service
672796
672796
%files
672796
%doc CHANGELOG.md
672796
%doc README.md
672796
%doc tornado_README.rst
672796
%doc dacite_README.md
672796
%license tornado_LICENSE
672796
%license dacite_LICENSE
672796
%license COPYING
672796
# rugygem licenses
672796
%license backports_LICENSE.txt
672796
%license daemons_LICENSE
672796
%license ethon_LICENSE
672796
%license eventmachine_LICENSE
672796
%license eventmachine_GNU
672796
%license ffi_COPYING
672796
%license ffi_LICENSE
672796
%license ffi_LICENSE.SPECS
672796
%license mustermann_LICENSE
672796
%license open4_LICENSE
672796
%license rack_MIT-LICENSE
672796
%license rack-protection_License
672796
%license rack-test_MIT-LICENSE.txt
672796
%license sinatra_LICENSE
672796
%license tilt_COPYING
672796
%license webrick_LICENSE.txt
672796
%{python3_sitelib}/*
672796
%{_sbindir}/pcs
672796
%{_sbindir}/pcsd
672796
%{_libdir}/pcs/*
672796
%{_libdir}/pcsd/*
672796
%{_unitdir}/pcsd.service
672796
%{_unitdir}/pcsd-ruby.service
672796
%{_datadir}/bash-completion/completions/pcs
672796
%{_sharedstatedir}/pcsd
672796
%config(noreplace) %{_sysconfdir}/pam.d/pcsd
672796
%dir %{_var}/log/pcsd
672796
%config(noreplace) %{_sysconfdir}/logrotate.d/pcsd
672796
%config(noreplace) %{_sysconfdir}/sysconfig/pcsd
672796
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/cfgsync_ctl
672796
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/known-hosts
672796
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.cookiesecret
672796
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.crt
672796
%ghost %config(noreplace) %attr(0600,root,root) %{_sharedstatedir}/pcsd/pcsd.key
672796
%ghost %config(noreplace) %attr(0644,root,root) %{_sharedstatedir}/pcsd/pcs_settings.conf
672796
%ghost %config(noreplace) %attr(0644,root,root) %{_sharedstatedir}/pcsd/pcs_users.conf
672796
%{_mandir}/man8/pcs.*
672796
%{_mandir}/man8/pcsd.*
672796
%exclude %{_libdir}/pcs/pcs_snmp_agent
672796
%exclude %{_libdir}/pcs/%{pcs_bundled_dir}/packages/pyagentx*
672796
672796
672796
%files -n %{pcs_snmp_pkg_name}
672796
%{_libdir}/pcs/pcs_snmp_agent
672796
%{_libdir}/pcs/%{pcs_bundled_dir}/packages/pyagentx*
672796
%{_unitdir}/pcs_snmp_agent.service
672796
%{_datadir}/snmp/mibs/PCMK-PCS*-MIB.txt
672796
%{_mandir}/man8/pcs_snmp_agent.*
672796
%config(noreplace) %{_sysconfdir}/sysconfig/pcs_snmp_agent
672796
%doc CHANGELOG.md
672796
%doc pyagentx_CONTRIBUTORS.txt
672796
%doc pyagentx_README.md
672796
%license COPYING
672796
%license pyagentx_LICENSE.txt
672796
672796
%changelog
d15f4b
* Thu Jul 28 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.3-3
d15f4b
- Fixed booth ticket mode value case insensitive
d15f4b
- Fixed booth sync check whether /etc/booth exists
d15f4b
- Resolves: rhbz#2026725 rhbz#2058243
d15f4b
d15f4b
* Tue Jul 12 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.3-2
d15f4b
- Fixed 'pcs resource restart' traceback
d15f4b
- Resolves: rhbz#2102663
d15f4b
d15f4b
* Fri Jun 24 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.3-1
d15f4b
- Rebased to latest upstream sources (see CHANGELOG.md)
d15f4b
- Updated pcs-web-ui
d15f4b
- Updated bundled rubygems: rack
d15f4b
- Resolves: rhbz#2059122 rhbz#2059177 rhbz#2059501 rhbz#2095695 rhbz#2096886 rhbz#2097730 rhbz#2097731 rhbz#2097732 rhbz#2097733 rhbz#2097778
d15f4b
d15f4b
* Thu May 19 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.2-1
d15f4b
- Rebased to latest upstream sources (see CHANGELOG.md)
d15f4b
- Updated pcs-web-ui
d15f4b
- Updated bundled rubygems: backports, daemons, ethon ffi, ruby2_keywords, thin
d15f4b
- Stopped bundling rubygem-rexml (use distribution package instead)
d15f4b
- Resolves: rhbz#1301204 rhbz#2024522 rhbz#2026725 rhbz#2029844 rhbz#2039884 rhbz#2053177 rhbz#2054671 rhbz#2058243 rhbz#2058246 rhbz#2058247 rhbz#2058251 rhbz#2058252 rhbz#2059142 rhbz#2059145 rhbz#2059148 rhbz#2059149 rhbz#2059501 rhbz#2064818 rhbz#2068457 rhbz#2076585
d15f4b
d15f4b
* Wed May 04 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-11
d15f4b
- Updated bundled rubygems: sinatra, rack-protection
d15f4b
- Resolves: rhbz#2081334
d15f4b
15e8c6
* Tue Feb 01 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-10
15e8c6
- Fixed snmp client
15e8c6
- Fixed translating resource roles in colocation constraint
15e8c6
- Resolves: rhbz#2048640
15e8c6
15e8c6
* Tue Jan 25 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-9
15e8c6
- Fixed cluster destroy in web ui
15e8c6
- Fixed covscan issue in web ui
15e8c6
- Resolves: rhbz#2044409
15e8c6
15e8c6
* Fri Jan 14 2022 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-8
15e8c6
- Fixed 'pcs resource move' command
15e8c6
- Fixed removing of unavailable fence-scsi storage device
15e8c6
- Fixed ocf validation of ocf linbit drdb agent
15e8c6
- Fixed creating empty cib
15e8c6
- Updated pcs-web-ui
15e8c6
- Resolves: rhbz#1990787 rhbz#2033248 rhbz#2039883 rhbz#2040420
15e8c6
beaa2e
* Wed Dec 15 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-7
beaa2e
- Fixed enabling corosync-qdevice
beaa2e
- Fixed resource update command when unable to get agent metadata
beaa2e
- Fixed revert of disallowing to clone a group with a stonith
beaa2e
- Resolves: rhbz#1811072 rhbz#2019836 rhbz#2032473
beaa2e
beaa2e
* Thu Dec 02 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-6
beaa2e
- Rebased to latest upstream sources (see CHANGELOG.md)
beaa2e
- Updated pcs web ui
beaa2e
- Resolves: rhbz#1990787 rhbz#1997019 rhbz#2012129 rhbz#2024542 rhbz#2027678 rhbz#2027679
beaa2e
beaa2e
* Thu Nov 18 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-5
beaa2e
- Rebased to latest upstream sources (see CHANGELOG.md)
beaa2e
- Resolves: rhbz#1990787 rhbz#2018969 rhbz#2019836 rhbz#2023752 rhbz#2012129
beaa2e
6dc80e
* Tue Nov 02 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-4
6dc80e
- Rebased to latest upstream sources (see CHANGELOG.md)
6dc80e
- Updated pcs web ui
6dc80e
- Enabled wui patching
6dc80e
- Resolves: rhbz#1811072 rhbz#1945305 rhbz#1997019 rhbz#2012129
672796
672796
* Thu Aug 26 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.1-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Resolves: rhbz#1283805 rhbz#1910644 rhbz#1910645  rhbz#1956703 rhbz#1956706 rhbz#1985981 rhbz#1991957 rhbz#1996062 rhbz#1996067
672796
672796
* Tue Aug 24 2021 Miroslav Lisik <mlisik@redhat.com> - 0.11.0.alpha.1-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Updated pcs web ui
672796
- Resolves: rhbz#1283805 rhbz#1910644 rhbz#1910645 rhbz#1985981 rhbz#1991957 rhbz#1996067
672796
672796
* Thu Aug 19 2021 DJ Delorie <dj@redhat.com> - 0.10.9-2
672796
- Rebuilt for libffi 3.4.2 SONAME transition.
672796
  Related: rhbz#1891914
672796
672796
* Tue Aug 10 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.9-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Resolves: rhbz#1991957
672796
672796
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.10.8-11
672796
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
672796
  Related: rhbz#1991688
672796
672796
* Tue Jul 20 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-10
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Fixed web-ui build
672796
- Fixed tests for pacemaker 2.1
672796
- Resolves: rhbz#1975440 rhbz#1922302
672796
672796
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 0.10.8-9
672796
- Rebuilt for RHEL 9 BETA for openssl 3.0
672796
  Related: rhbz#1971065
672796
672796
* Wed Jun 16 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-8
672796
- Rebuild with fixed gaiting tests
672796
- Stopped bundling rubygem-json (use distribution package instead)
672796
- Fixed patches
672796
- Resolves: rhbz#1881064
672796
672796
* Tue Jun 15 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-7
672796
- Fixed License tag
672796
- Rebuild with fixed dependency for gating tier0 tests
672796
- Resolves: rhbz#1881064
672796
672796
* Thu Jun 10 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-6
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Removed clufter related commands
672796
- Resolves: rhbz#1881064
672796
672796
* Wed Apr 28 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-5
672796
- Updated pcs web ui node modules
672796
- Fixed build issue on low memory build hosts
672796
- Resolves: rhbz#1951272
672796
672796
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.10.8-4
672796
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
672796
672796
* Thu Mar 04 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-3
672796
- Replace pyOpenSSL with python-cryptography
672796
- Resolves: rhbz#1927404
672796
672796
* Fri Feb 19 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-2
672796
- Bundle rubygem depedencies and python3-tornado
672796
- Resolves: rhbz#1929710
672796
672796
* Thu Feb 04 2021 Miroslav Lisik <mlisik@redhat.com> - 0.10.8-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Updated pcs-web-ui
672796
- Updated bundled python dependency: dacite
672796
- Changed BuildRequires from git to git-core
672796
- Added conditional (Build)Requires: rubygem(rexml)
672796
- Added conditional Requires: rubygem(webrick)
672796
672796
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.7-4
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
672796
672796
* Thu Jan  7 2021 Vít Ondruch <vondruch@redhat.com> - 0.10.7-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.0
672796
672796
* Thu Nov 26 2020 Ondrej Mular <omular@redhat.com> - 0.10.7-2
672796
- Python 3.10 related fix
672796
672796
* Wed Sep 30 2020 Miroslav Lisik <mlisik@redhat.com> - 0.10.7-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Added dependency on python packages pyparsing and dateutil
672796
- Fixed virtual bundle provides for ember, handelbars, jquery and jquery-ui
672796
- Removed dependency on python3-clufter
672796
672796
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
672796
672796
* Tue Jul 21 2020 Miroslav Lisik <mlisik@redhat.com> - 0.10.6-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Updated pcs-web-ui
672796
- Stopped bundling tornado (use distribution package instead)
672796
- Stopped bundling rubygem-tilt (use distribution package instead)
672796
- Removed rubygem bundling
672796
- Removed unneeded BuildRequires: execstack, gcc, gcc-c++
672796
- Excluded some tests for tornado daemon
672796
672796
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 0.10.5-8
672796
- Use make macros
672796
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
672796
672796
* Wed Jul 15 2020 Ondrej Mular <omular@redhat.com> - 0.10.5-7
672796
- Use fixed upstream version of dacite with Python 3.9 support
672796
- Split upstream tests in gating into tiers
672796
672796
* Fri Jul 03 2020 Ondrej Mular <omular@redhat.com> - 0.10.5-6
672796
- Use patched version of dacite compatible with Python 3.9
672796
- Resolves: rhbz#1838327
672796
672796
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.5-5
672796
- Rebuilt for Python 3.9
672796
672796
* Thu May 07 2020 Ondrej Mular <omular@redhat.com> - 0.10.5-4
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Run only tier0 tests in check section
672796
672796
* Fri Apr 03 2020 Ondrej Mular <omular@redhat.com> - 0.10.5-3
672796
- Enable gating
672796
672796
* Fri Mar 27 2020 Ondrej Mular <omular@redhat.com> - 0.10.5-2
672796
- Remove usage of deprecated module xml.etree.cElementTree
672796
- Resolves: rhbz#1817695
672796
672796
* Wed Mar 18 2020 Miroslav Lisik <mlisik@redhat.com> - 0.10.5-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.4-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
672796
672796
* Thu Nov 28 2019 Miroslav Lisik <mlisik@redhat.com> - 0.10.4-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.10.3-2
672796
- Rebuilt for Python 3.8.0rc1 (#1748018)
672796
672796
* Fri Aug 23 2019 Ondrej Mular <omular@redhat.com> - 0.10.3-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.10.2-3
672796
- Rebuilt for Python 3.8
672796
672796
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
672796
672796
* Fri Jun 14 2019 Ondrej Mular <omular@redhat.com> - 0.10.2-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Added pam as required package
672796
- An alternative webUI rebased to latest upstream sources
672796
- Improved configuration files permissions in rpm
672796
672796
* Tue Mar 19 2019 Tomas Jelinek <tojeline@redhat.com> - 0.10.1-4
672796
- Removed unused dependency rubygem-multi_json
672796
- Removed files needed only for building rubygems from the package
672796
672796
* Mon Feb 04 2019 Ivan Devát <idevat@redhat.com> - 0.10.1-3
672796
- Corrected gem install flags
672796
672796
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
672796
672796
* Wed Jan 09 2019 Ivan Devát <idevat@redhat.com> - 0.10.1-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Tue Oct 09 2018 Ondrej Mular <omular@redhat.com> - 0.10.0.alpha.6-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Resolves: rhbz#1618911
672796
672796
* Fri Aug 31 2018 Ivan Devát <idevat@redhat.com> - 0.10.0.alpha.2-3
672796
- Started bundling rubygem-tilt (rubygem-tilt is orphaned in fedora due to rubygem-prawn dependency)
672796
- Enabled passing tests
672796
672796
* Sat Aug 25 2018 Ivan Devát <idevat@redhat.com> - 0.10.0.alpha.2-2
672796
- Fixed error with missing rubygem location during pcsd start
672796
- Resolves: rhbz#1618911
672796
672796
* Thu Aug 02 2018 Ivan Devát <idevat@redhat.com> - 0.10.0.alpha.2-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Wed Jul 25 2018 Ivan Devát <idevat@redhat.com> - 0.9.164-4
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
672796
672796
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.164-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
672796
672796
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.164-2
672796
- Rebuilt for Python 3.7
672796
672796
* Mon Apr 09 2018 Ondrej Mular <omular@redhat.com> - 0.9.164-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Fixed: CVE-2018-1086, CVE-2018-1079
672796
672796
* Mon Feb 26 2018 Ivan Devát <idevat@redhat.com> - 0.9.163-2
672796
- Fixed crash when adding a node to a cluster
672796
672796
* Tue Feb 20 2018 Ivan Devát <idevat@redhat.com> - 0.9.163-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- Adapted for Rack 2 and Sinatra 2
672796
672796
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.160-5
672796
- Escape macros in %%changelog
672796
672796
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.160-4
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
672796
672796
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.9.160-3
672796
- Rebuilt for switch to libxcrypt
672796
672796
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.160-2
672796
- F-28: rebuild for ruby25
672796
- Workaround for gem install option
672796
672796
* Wed Oct 18 2017 Ondrej Mular <omular@redhat.com> - 0.9.160-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
- All pcs tests are temporarily disabled because of issues in pacemaker.
672796
672796
* Thu Sep 14 2017 Ondrej Mular <omular@redhat.com> - 0.9.159-4
672796
- Bundle rubygem-rack-protection which is being updated to 2.0.0 in Fedora.
672796
- Removed setuptools patch.
672796
- Disabled debuginfo subpackage.
672796
672796
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.159-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
672796
672796
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.159-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
672796
672796
* Wed Jul 12 2017 Ondrej Mular <omular@redhat.com> - 0.9.159-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Tue May 23 2017 Tomas Jelinek <tojeline@redhat.com> - 0.9.156-3
672796
- Fixed python locales issue preventing build-time tests to pass
672796
- Bundle rubygem-tilt which is being retired from Fedora
672796
672796
* Thu Mar 23 2017 Tomas Jelinek <tojeline@redhat.com> - 0.9.156-2
672796
- Fixed Cross-site scripting (XSS) vulnerability in web UI CVE-2017-2661
672796
- Re-added support for clufter as it is now available for Python 3
672796
672796
* Wed Feb 22 2017 Tomas Jelinek <tojeline@redhat.com> - 0.9.156-1
672796
- Rebased to latest upstream sources (see CHANGELOG.md)
672796
672796
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.155-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
672796
672796
* Thu Jan 12 2017 Vít Ondruch <vondruch@redhat.com> - 0.9.155-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
672796
672796
* Wed Jan 04 2017 Adam Williamson <awilliam@redhat.com> - 0.9.155-1
672796
- Latest release 0.9.155
672796
- Fix tests with Python 3.6 and lxml 3.7
672796
- Package the license as license, not doc
672796
- Use -f param for rm when wiping test directories as they are nested now
672796
672796
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com>
672796
- Rebuild for Python 3.6
672796
672796
* Tue Oct 18 2016 Tomas Jelinek <tojeline@redhat.com> - 0.9.154-2
672796
- Fixed upgrading from pcs-0.9.150
672796
672796
* Thu Sep 22 2016 Tomas Jelinek <tojeline@redhat.com> - 0.9.154-1
672796
- Re-synced to upstream sources
672796
- Spec file cleanup and fixes
672796
672796
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.150-2
672796
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
672796
672796
* Mon Apr 11 2016 Tomas Jelinek <tojeline@redhat.com> - 0.9.150-1
672796
- Re-synced to upstream sources
672796
- Make pcs depend on python3
672796
- Spec file cleanup
672796
672796
* Tue Feb 23 2016 Tomas Jelinek <tojeline@redhat.com> - 0.9.149-2
672796
- Fixed rubygems issues which prevented pcsd from starting
672796
- Added missing python-lxml dependency
672796
672796
* Thu Feb 18 2016 Tomas Jelinek <tojeline@redhat.com> - 0.9.149-1
672796
- Re-synced to upstream sources
672796
- Security fix for CVE-2016-0720, CVE-2016-0721
672796
- Fixed rubygems issues which prevented pcsd from starting
672796
- Rubygems built with RELRO
672796
- Spec file cleanup
672796
- Fixed multilib .pyc/.pyo issue
672796
672796
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.144-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
672796
672796
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 0.9.144-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
672796
672796
* Fri Sep 18 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.144-1
672796
- Re-synced to upstream sources
672796
672796
* Tue Jun 23 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.141-2
672796
- Added requirement for psmisc for killall
672796
672796
* Tue Jun 23 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.141-1
672796
- Re-synced to upstream sources
672796
672796
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.140-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
672796
672796
* Fri Jun 05 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.140-1
672796
- Re-synced to upstream sources
672796
672796
* Fri May 22 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-4
672796
- Fix for CVE-2015-1848, CVE-2015-3983 (sessions not signed)
672796
672796
* Thu Mar 26 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-3
672796
- Add BuildRequires: systemd (rhbz#1206253)
672796
672796
* Fri Feb 27 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-2
672796
- Reflect clufter inclusion (rhbz#1180723)
672796
672796
* Thu Feb 19 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.139-1
672796
- Re-synced to upstream sources
672796
672796
* Sat Jan 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.115-5
672796
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
672796
672796
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.115-4
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
672796
672796
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.115-3
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
672796
672796
* Tue May 06 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.115-2
672796
- Rebuild to fix ruby dependencies
672796
672796
* Mon Apr 21 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-1
672796
- Re-synced to upstream sources
672796
672796
* Fri Dec 13 2013 Chris Feist <cfeist@redhat.com> - 0.9.102-1
672796
- Re-synced to upstream sources
672796
672796
* Wed Jun 19 2013 Chris Feist <cfeist@redhat.com> - 0.9.48-1
672796
- Rebuild with upstream sources
672796
672796
* Thu Jun 13 2013 Chris Feist <cfeist@redhat.com> - 0.9.44-5
672796
- Added fixes for building rpam with ruby-2.0.0
672796
672796
* Mon Jun 03 2013 Chris Feist <cfeist@redhat.com> - 0.9.44-4
672796
- Rebuild with upstream sources
672796
672796
* Tue May 07 2013 Chris Feist <cfeist@redhat.com> - 0.9.41-2
672796
- Resynced to upstream sources
672796
672796
* Fri Apr 19 2013 Chris Feist <cfeist@redhat.com> - 0.9.39-1
672796
- Fixed gem building
672796
- Re-synced to upstream sources
672796
672796
* Mon Mar 25 2013 Chris Feist <cfeist@rehdat.com> - 0.9.36-4
672796
- Don't try to build gems at all
672796
672796
* Mon Mar 25 2013 Chris Feist <cfeist@rehdat.com> - 0.9.36-3
672796
- Removed all gems from build, will need to find pam package in the future
672796
672796
* Mon Mar 25 2013 Chris Feist <cfeist@redhat.com> - 0.9.36-2
672796
- Removed duplicate libraries already present in fedora
672796
672796
* Mon Mar 18 2013 Chris Feist <cfeist@redhat.com> - 0.9.36-1
672796
- Resynced to latest upstream
672796
672796
* Mon Mar 11 2013 Chris Feist <cfeist@redhat.com> - 0.9.33-1
672796
- Resynched to latest upstream
672796
- pcsd has been moved to /usr/lib to fix /usr/local packaging issues
672796
672796
* Thu Feb 21 2013 Chris Feist <cfeist@redhat.com> - 0.9.32-1
672796
- Resynced to latest version of pcs/pcsd
672796
672796
* Mon Nov 05 2012 Chris Feist <cfeist@redhat.com> - 0.9.27-3
672796
- Build on all archs
672796
672796
* Thu Oct 25 2012 Chris Feist <cfeist@redhat.com> - 0.9.27-2
672796
- Resync to latest version of pcs
672796
- Added pcsd daemon
672796
672796
* Mon Oct 08 2012 Chris Feist <cfeist@redhat.cmo> - 0.9.26-1
672796
- Resync to latest version of pcs
672796
672796
* Thu Sep 20 2012 Chris Feist <cfeist@redhat.cmo> - 0.9.24-1
672796
- Resync to latest version of pcs
672796
672796
* Thu Sep 20 2012 Chris Feist <cfeist@redhat.cmo> - 0.9.23-1
672796
- Resync to latest version of pcs
672796
672796
* Wed Sep 12 2012 Chris Feist <cfeist@redhat.cmo> - 0.9.22-1
672796
- Resync to latest version of pcs
672796
672796
* Thu Sep 06 2012 Chris Feist <cfeist@redhat.cmo> - 0.9.19-1
672796
- Resync to latest version of pcs
672796
672796
* Tue Aug 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.12-1
672796
- Resync to latest version of pcs
672796
672796
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3.1-2
672796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
672796
672796
* Thu May 24 2012 Chris Feist <cfeist@redhat.com> - 0.9.4-1
672796
- Resync to latest version of pcs
672796
- Move cluster creation options to cluster sub command.
672796
672796
* Mon May 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.3.1-1
672796
- Resync to latest version of pcs which includes fixes to work with F17.
672796
672796
* Mon Mar 19 2012 Chris Feist <cfeist@redhat.com> - 0.9.2.4-1
672796
- Resynced to latest version of pcs
672796
672796
* Mon Jan 23 2012 Chris Feist <cfeist@redhat.com> - 0.9.1-1
672796
- Updated BuildRequires and %%doc section for fedora
672796
672796
* Fri Jan 20 2012 Chris Feist <cfeist@redhat.com> - 0.9.0-2
672796
- Updated spec file for fedora specific changes
672796
672796
* Mon Jan 16 2012 Chris Feist <cfeist@redhat.com> - 0.9.0-1
672796
- Initial Build