Blame SPECS/clufter.spec

f3ee57
# virtual provides:
f3ee57
#   clufter         -> clufter-cli
f3ee57
#   clufter-lib     -> python.+-clufter (any if multiple)
f3ee57
#   python2-clufter -> python-clufter
f3ee57
f3ee57
Name:           clufter
f3ee57
Version:        0.77.1
f3ee57
Release:        1%{?dist}
f3ee57
Group:          System Environment/Base
f3ee57
Summary:        Tool/library for transforming/analyzing cluster configuration formats
f3ee57
License:        GPLv2+
f3ee57
URL:            https://pagure.io/%{name}
f3ee57
f3ee57
# required for autosetup macro
f3ee57
#BuildRequires:  git
f3ee57
f3ee57
# Python 2 related
f3ee57
BuildRequires:  python2-devel
f3ee57
BuildRequires:  python-setuptools
f3ee57
BuildRequires:  python-lxml
f3ee57
f3ee57
# following to ensure "which bash" (and, in extension, "which sh") works
f3ee57
BuildRequires:  bash which
f3ee57
f3ee57
BuildRequires:  pkgconfig(libxml-2.0)
f3ee57
# needed for schemadir path pointer
f3ee57
BuildRequires:  pkgconfig(pacemaker)
f3ee57
# needed for schemas themselves
f3ee57
BuildRequires:  pacemaker
f3ee57
# needed to squash multi-file schemas to single file
f3ee57
BuildRequires:  jing
f3ee57
# needed for xsltproc and xmllint respectively
f3ee57
BuildRequires:  libxslt libxml2
f3ee57
f3ee57
#global test_version
f3ee57
%global testver      %{?test_version}%{?!test_version:%{version}}
f3ee57
f3ee57
Source0:        https://people.redhat.com/jpokorny/pkgs/%{name}/%{name}-%{version}.tar.gz
f3ee57
Source1:        https://people.redhat.com/jpokorny/pkgs/%{name}/%{name}-%{testver}-tests.tar.xz
f3ee57
Source2:        https://pagure.io/%{name}/raw/v%{version}/f/misc/fix-jing-simplified-rng.xsl
f3ee57
Source3:        https://pagure.io/%{name}/raw/v%{version}/f/misc/pacemaker-borrow-schemas
f3ee57
f3ee57
# for pacemaker BuildRequires dependency
f3ee57
%if 0%{?rhel} > 0
f3ee57
ExclusiveArch: i686 x86_64 aarch64 ppc64le s390x
f3ee57
%endif
f3ee57
f3ee57
%description
f3ee57
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
f3ee57
stacks configuration conversion (as per RHEL trend), the command-filter-format
f3ee57
framework (capable of XSLT) offers also other uses through its plugin library.
f3ee57
f3ee57
%package cli
f3ee57
Group:          System Environment/Base
f3ee57
Summary:        Tool for transforming/analyzing cluster configuration formats
f3ee57
Provides:       %{name} = %{version}-%{release}
f3ee57
f3ee57
BuildRequires:  bash-completion
f3ee57
f3ee57
BuildRequires:  help2man
f3ee57
f3ee57
# following for pkg_resources module
f3ee57
Requires:       python-setuptools
f3ee57
Requires:       python-%{name} = %{version}-%{release}
f3ee57
Requires:       %{_bindir}/nano
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description cli
f3ee57
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
f3ee57
stacks configuration conversion (as per RHEL trend), the command-filter-format
f3ee57
framework (capable of XSLT) offers also other uses through its plugin library.
f3ee57
f3ee57
This package contains %{name} command-line interface for the underlying
f3ee57
library (packaged as python-%{name}).
f3ee57
f3ee57
%package -n python-%{name}
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Library for transforming/analyzing cluster configuration formats
f3ee57
License:        GPLv2+ and GFDL
f3ee57
Provides:       %{name}-lib = %{version}-%{release}
f3ee57
Provides:       python2-%{name} = %{version}-%{release}
f3ee57
f3ee57
Requires:       %{name}-bin = %{version}-%{release}
f3ee57
Requires:       python-lxml
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description -n python-%{name}
f3ee57
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
f3ee57
stacks configuration conversion (as per RHEL trend), the command-filter-format
f3ee57
framework (capable of XSLT) offers also other uses through its plugin library.
f3ee57
f3ee57
This package contains %{name} library including built-in plugins.
f3ee57
f3ee57
%package bin
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Common internal compiled files for %{name}
f3ee57
License:        GPLv2+
f3ee57
f3ee57
Requires:       %{name}-common = %{version}-%{release}
f3ee57
f3ee57
%description bin
f3ee57
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
f3ee57
stacks configuration conversion (as per RHEL trend), the command-filter-format
f3ee57
framework (capable of XSLT) offers also other uses through its plugin library.
f3ee57
f3ee57
This package contains internal, arch-specific files for %{name}.
f3ee57
f3ee57
%package common
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Common internal data files for %{name}
f3ee57
License:        GPLv2+
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description common
f3ee57
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
f3ee57
stacks configuration conversion (as per RHEL trend), the command-filter-format
f3ee57
framework (capable of XSLT) offers also other uses through its plugin library.
f3ee57
f3ee57
This package contains internal, arch-agnostic files for %{name}.
f3ee57
f3ee57
%package lib-general
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Extra %{name} plugins usable for/as generic/auxiliary products
f3ee57
Requires:       %{name}-lib = %{version}-%{release}
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description lib-general
f3ee57
This package contains set of additional plugins targeting variety of generic
f3ee57
formats often serving as a byproducts in the intermediate steps of the overall
f3ee57
process arrangement: either experimental commands or internally unused,
f3ee57
reusable formats and filters.
f3ee57
f3ee57
%package lib-ccs
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Extra plugins for transforming/analyzing CMAN configuration
f3ee57
Requires:       %{name}-lib-general = %{version}-%{release}
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description lib-ccs
f3ee57
This package contains set of additional plugins targeting CMAN cluster
f3ee57
configuration: either experimental commands or internally unused, reusable
f3ee57
formats and filters.
f3ee57
f3ee57
%package lib-pcs
f3ee57
Group:          System Environment/Libraries
f3ee57
Summary:        Extra plugins for transforming/analyzing Pacemaker configuration
f3ee57
Requires:       %{name}-lib-general = %{version}-%{release}
f3ee57
BuildArch:      noarch
f3ee57
f3ee57
%description lib-pcs
f3ee57
This package contains set of additional plugins targeting Pacemaker cluster
f3ee57
configuration: either experimental commands or internally unused, reusable
f3ee57
formats and filters.
f3ee57
f3ee57
%prep
f3ee57
%setup -b 1
f3ee57
#XXX cannot patch ccs-flatten this way
f3ee57
#pushd {name} >/dev/null
f3ee57
#global __scm git_am
f3ee57
#{expand:__scm_setup_{__scm}}
f3ee57
#{__git} config core.whitespace -blank-at-eol
f3ee57
#autopatch -p1
f3ee57
#popd >/dev/null
f3ee57
f3ee57
%if "%{testver}" != "%{version}"
f3ee57
    %{__cp} -a ../"%{name}-%{testver}"/* .
f3ee57
%endif
f3ee57
f3ee57
## for some esoteric reason, the line above has to be empty
f3ee57
%{__python} setup.py saveopts -f setup.cfg pkg_prepare \
f3ee57
                     --ccs-flatten='%{_libexecdir}/%{name}-%{version}/ccs_flatten' \
f3ee57
                     --editor='%{_bindir}/nano' \
f3ee57
                     --extplugins-shared='%{_datarootdir}/%{name}/ext-plugins' \
f3ee57
                     --ra-metadata-dir='%{_datadir}/cluster' \
f3ee57
                     --ra-metadata-ext='metadata' \
f3ee57
                     --shell-posix='%(which sh 2>/dev/null || echo /bin/SHELL-POSIX)' \
f3ee57
                     --shell-bashlike='%(which bash 2>/dev/null || echo /bin/SHELL-BASHLIKE)'
f3ee57
%{__python} setup.py saveopts -f setup.cfg pkg_prepare \
f3ee57
--report-bugs='https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%207&component=clufter'
f3ee57
# make Python interpreter executation sane (via -Es flags)
f3ee57
%{__python2} setup.py saveopts -f setup.cfg build_scripts \
f3ee57
                      --executable='%{__python2} -Es'
f3ee57
f3ee57
%build
f3ee57
%{__python2} setup.py build
f3ee57
%{__python} ./run-dev --skip-ext --completion-bash 2>/dev/null \
f3ee57
  | sed 's|run[-_]dev|%{name}|g' > .bashcomp
f3ee57
# generate man pages (proper commands and aliases from a sorted sequence)
f3ee57
%{__mkdir_p} -- .manpages/man1
f3ee57
{ echo; ./run-dev -l | sed -n 's|^  \(\S\+\).*|\1|p' | sort; } > .subcmds
f3ee57
sed -e 's:\(.\+\):\\\&\\fIrun_dev-\1\\fR\\\|(1), :' \
f3ee57
  -e '1s|\(.*\)|\[SEE ALSO\]\n|' \
f3ee57
  -e '$s|\(.*\)|\1\nand perhaps more|' \
f3ee57
  .subcmds > .see-also
f3ee57
help2man -N -h -H -i .see-also \
f3ee57
  -n "$(sed -n '2s|[^(]\+(\([^)]\+\))|\1|p' README)" ./run-dev \
f3ee57
  | sed 's|run\\\?[-_]dev|%{name}|g' \
f3ee57
  > ".manpages/man1/%{name}.1"
f3ee57
while read cmd; do
f3ee57
  [ -n "${cmd}" ] || continue
f3ee57
  echo -e "#\!/bin/sh\n{ [ \$# -ge 1 ] && [ \"\$1\" = \"--version\" ] \
f3ee57
  && ./run-dev \"\$@\" || ./run-dev \"${cmd}\" \"\$@\"; }" > ".tmp-${cmd}"
f3ee57
  chmod +x ".tmp-${cmd}"
f3ee57
  grep -v "^${cmd}\$" .subcmds \
f3ee57
    | grep -e '^$' -e "$(echo ${cmd} | cut -d- -f1)\(-\|\$\)" \
f3ee57
    | sed -e 's:\(.\+\):\\\&\\fIrun_dev-\1\\fR\\\|(1), :' \
f3ee57
      -e '1s|\(.*\)|\[SEE ALSO\]\n\\\&\\fIrun_dev\\fR\\\|(1), \n|' \
f3ee57
      -e '$s|\(.*\)|\1\nand perhaps more|' > .see-also
f3ee57
  # XXX uses ";;&" bashism
f3ee57
  case "${cmd}" in
f3ee57
  ccs[2-]*)
f3ee57
    sed -i \
f3ee57
      '1s:\(.*\):\1\n\\\&\\fIcluster.conf\\fR\\\|(5), \\\&\\fIccs\\fR\\\|(7), :' \
f3ee57
    .see-also
f3ee57
    ;;&
f3ee57
  ccs2pcs*)
f3ee57
    sed -i \
f3ee57
      '1s:\(.*\):\1\n\\\&\\fI%{_defaultdocdir}/%{name}-%{version}/rgmanager-pacemaker\\fR\\\|, :' \
f3ee57
    .see-also
f3ee57
    ;;&
f3ee57
  *[2-]pcscmd*)
f3ee57
    sed -i '1s:\(.*\):\1\n\\\&\\fIpcs\\fR\\\|(8), :' .see-also
f3ee57
    ;;&
f3ee57
  esac
f3ee57
  help2man -N -h -H -i .see-also -n "${cmd}" "./.tmp-${cmd}" \
f3ee57
    | sed 's|run\\\?[-_]dev|%{name}|g' \
f3ee57
  > ".manpages/man1/%{name}-${cmd}.1"
f3ee57
done < .subcmds
f3ee57
f3ee57
OUTPUTDIR=.schemas POSTPROCESS="%{SOURCE2}" sh "%{SOURCE3}" --clobber
f3ee57
f3ee57
%install
f3ee57
f3ee57
# '--root' implies setuptools involves distutils to do old-style install
f3ee57
%{__python2} setup.py install --skip-build --root '%{buildroot}'
f3ee57
# following is needed due to umask 022 not taking effect(?) leading to 775
f3ee57
%{__chmod} -- g-w '%{buildroot}%{_libexecdir}/%{name}-%{version}/ccs_flatten'
f3ee57
# fix excessive script interpreting "executable" quoting with old setuptools:
f3ee57
# https://github.com/pypa/setuptools/issues/188
f3ee57
# https://bugzilla.redhat.com/1353934
f3ee57
sed -i '1s|^\(#!\)"\(.*\)"$|\1\2|' '%{buildroot}%{_bindir}/%{name}'
f3ee57
# %%{_bindir}/%%{name} should have been created
f3ee57
test -f '%{buildroot}%{_bindir}/%{name}' \
f3ee57
  || %{__install} -D -pm 644 -- '%{buildroot}%{_bindir}/%{name}' \
f3ee57
                                '%{buildroot}%{_bindir}/%{name}'
f3ee57
f3ee57
# move data files from python-specific locations to a single common one
f3ee57
# and possibly symlink that back
f3ee57
%{__mkdir_p} -- '%{buildroot}%{_datarootdir}/%{name}/formats'
f3ee57
for format in cib corosync; do
f3ee57
  %{__cp} -a -t '%{buildroot}%{_datarootdir}/%{name}/formats' \
f3ee57
          -- "%{buildroot}%{python2_sitelib}/%{name}/formats/${format}"
f3ee57
  %{__rm} -f -- "%{buildroot}%{python2_sitelib}/%{name}/formats/${format}"/*
f3ee57
  ln -s -t "%{buildroot}%{python2_sitelib}/%{name}/formats/${format}" \
f3ee57
     -- $(pushd "%{buildroot}%{_datarootdir}/%{name}/formats/${format}" >/dev/null; \
f3ee57
          ls -1A | sed "s:.*:%{_datarootdir}/%{name}/formats/${format}/\\0:")
f3ee57
done
f3ee57
f3ee57
# move ext-plugins from python-specific locations to a single common one
f3ee57
# incl. the different sorts of precompiled bytecodes
f3ee57
%{__mkdir_p} -- '%{buildroot}%{_datarootdir}/%{name}/ext-plugins'
f3ee57
mv -t '%{buildroot}%{_datarootdir}/%{name}/ext-plugins' \
f3ee57
   -- '%{buildroot}%{python2_sitelib}/%{name}'/ext-plugins/*/
f3ee57
f3ee57
declare bashcompdir="$(pkg-config --variable=completionsdir bash-completion \
f3ee57
                       || echo '%{_datadir}/bash-completion/completions')"
f3ee57
declare bashcomp="${bashcompdir}/%{name}"
f3ee57
%{__install} -D -pm 644 -- \
f3ee57
  .bashcomp '%{buildroot}%{_sysconfdir}/%{name}/bash-completion'
f3ee57
%{__mkdir_p} -- "%{buildroot}${bashcompdir}"
f3ee57
ln -s '%{_sysconfdir}/%{name}/bash-completion' "%{buildroot}${bashcomp}"
f3ee57
# own %%{_datadir}/bash-completion in case of ...bash-completion/completions,
f3ee57
# more generally any path up to any of /, /usr, /usr/share, /etc
f3ee57
while true; do
f3ee57
  test "$(dirname "${bashcompdir}")" != "/" \
f3ee57
  && test "$(dirname "${bashcompdir}")" != "%{_prefix}" \
f3ee57
  && test "$(dirname "${bashcompdir}")" != "%{_datadir}" \
f3ee57
  && test "$(dirname "${bashcompdir}")" != "%{_sysconfdir}" \
f3ee57
  || break
f3ee57
  bashcompdir="$(dirname "${bashcompdir}")"
f3ee57
done
f3ee57
cat >.bashcomp-files <<-EOF
f3ee57
	${bashcompdir}
f3ee57
	%dir %{_sysconfdir}/%{name}
f3ee57
	%verify(not size md5 mtime) %{_sysconfdir}/%{name}/bash-completion
f3ee57
EOF
f3ee57
%{__mkdir_p} -- '%{buildroot}%{_mandir}'
f3ee57
%{__cp} -a -t '%{buildroot}%{_mandir}' -- .manpages/*
f3ee57
%{__cp} -a -f -t '%{buildroot}%{_datarootdir}/%{name}/formats/cib' \
f3ee57
              -- .schemas/pacemaker-*.*.rng
f3ee57
%{__mkdir_p} -- '%{buildroot}%{_defaultdocdir}/%{name}-%{version}'
f3ee57
%{__cp} -a -t '%{buildroot}%{_defaultdocdir}/%{name}-%{version}' \
f3ee57
           -- gpl-2.0.txt doc/*.txt doc/rgmanager-pacemaker
f3ee57
f3ee57
%check
f3ee57
# just a basic sanity check
f3ee57
# we need to massage RA metadata files and PATH so the local run works
f3ee57
# XXX we could also inject buildroot's site_packages dir to PYTHONPATH
f3ee57
declare ret=0 \
f3ee57
        ccs_flatten_dir="$(dirname '%{buildroot}%{_libexecdir}/%{name}-%{version}/ccs_flatten')"
f3ee57
ln -s '%{buildroot}%{_datadir}/cluster'/*.'metadata' \
f3ee57
      "${ccs_flatten_dir}"
f3ee57
PATH="${PATH:+${PATH}:}${ccs_flatten_dir}" PYTHONEXEC="%{__python2} -Es" ./run-tests
f3ee57
ret=$?
f3ee57
%{__rm} -f -- "${ccs_flatten_dir}"/*.'metadata'
f3ee57
[ ${ret} -eq 0 ] || exit ${ret}
f3ee57
f3ee57
%post cli
f3ee57
if [ $1 -gt 1 ]; then  # no gain regenerating it w/ fresh install (same result)
f3ee57
declare bashcomp="%{_sysconfdir}/%{name}/bash-completion"
f3ee57
%{_bindir}/%{name} --completion-bash > "${bashcomp}" 2>/dev/null || :
f3ee57
fi
f3ee57
f3ee57
%post lib-general
f3ee57
declare bashcomp="%{_sysconfdir}/%{name}/bash-completion"
f3ee57
# if the completion file is not present, suppose it is not desired
f3ee57
test -x '%{_bindir}/%{name}' && test -f "${bashcomp}" \
f3ee57
  && %{_bindir}/%{name} --completion-bash > "${bashcomp}" 2>/dev/null || :
f3ee57
f3ee57
%post lib-ccs
f3ee57
declare bashcomp="%{_sysconfdir}/%{name}/bash-completion"
f3ee57
# if the completion file is not present, suppose it is not desired
f3ee57
test -x '%{_bindir}/%{name}' && test -f "${bashcomp}" \
f3ee57
  && %{_bindir}/%{name} --completion-bash > "${bashcomp}" 2>/dev/null || :
f3ee57
f3ee57
%post lib-pcs
f3ee57
declare bashcomp="%{_sysconfdir}/%{name}/bash-completion"
f3ee57
# if the completion file is not present, suppose it is not desired
f3ee57
test -x '%{_bindir}/%{name}' && test -f "${bashcomp}" \
f3ee57
  && %{_bindir}/%{name} --completion-bash > "${bashcomp}" 2>/dev/null || :
f3ee57
f3ee57
%files cli -f .bashcomp-files
f3ee57
%{_mandir}/man1/*.1*
f3ee57
%{_bindir}/%{name}
f3ee57
f3ee57
%files -n python-%{name}
f3ee57
%{python2_sitelib}/%{name}
f3ee57
%{python2_sitelib}/%{name}-*.egg-info
f3ee57
f3ee57
%files bin
f3ee57
%{_libexecdir}/%{name}-%{version}
f3ee57
f3ee57
%files common
f3ee57
%{_datadir}/cluster
f3ee57
%{_datarootdir}/%{name}
f3ee57
%dir %{_defaultdocdir}/%{name}-%{version}
f3ee57
%{_defaultdocdir}/%{name}-%{version}/*[^[:digit:]]
f3ee57
%license %{_defaultdocdir}/%{name}-%{version}/*[[:digit:]].txt
f3ee57
f3ee57
%files lib-general
f3ee57
%{_datarootdir}/%{name}/ext-plugins/lib-general
f3ee57
f3ee57
%files lib-ccs
f3ee57
%{_datarootdir}/%{name}/ext-plugins/lib-ccs
f3ee57
f3ee57
%files lib-pcs
f3ee57
%{_datarootdir}/%{name}/ext-plugins/lib-pcs
f3ee57
f3ee57
%changelog
f3ee57
* Fri Jun 08 2018 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.77.1-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
- build for aarch64
f3ee57
  [rhbz#1569111]
f3ee57
f3ee57
* Fri Dec 01 2017 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.77.0-2
f3ee57
- fix nodelist.node.name configuration option (originaly devised by pacemaker)
f3ee57
  not supported in corosync.conf with the built-in validation schema
f3ee57
  [rhbz#1517834]
f3ee57
f3ee57
* Fri Nov 10 2017 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.77.0-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Tue Jun 06 2017 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.76.0-1
f3ee57
- factor "borrow validation schemas from pacemaker" out to a separate script
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Fri May 26 2017 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.75.0-1
f3ee57
- move nano fallback editor dependency to -cli package [PGissue#1]
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Wed Mar 29 2017 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.70.0-2
f3ee57
- split -bin and -common packages, the former becoming the only arch-specific
f3ee57
- also move python-specific (entry points, main files) back from -cli package
f3ee57
- also add virtual provides for python-clufter as python2-clufter
f3ee57
- bump upstream package (version rolling the above changes out)
f3ee57
- build for ppc64le
f3ee57
  [rhbz#1402565]
f3ee57
f3ee57
* Wed Aug 10 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.5-2
f3ee57
- fix malformed man pages due to help screen being previously split on hyphens
f3ee57
f3ee57
* Mon Aug 08 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.5-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Tue Aug 02 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.4-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Fri Jul 29 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.3-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Thu Jul 28 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.2-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Tue Jul 26 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.1-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Fri Jul 22 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.59.0-1
f3ee57
- add ability to borrow validation schemas from pacemaker installed along
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
- build for s390x
f3ee57
f3ee57
* Fri Jul 15 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.58.0-1
f3ee57
- fix Python interpreter propagated as enquoted string with old setuptools
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
f3ee57
* Fri Jul 01 2016 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.57.0-1
f3ee57
- bump upstream package, see https://pagure.io/clufter/releases
f3ee57
- generate man pages also for offered commands
f3ee57
- auto-generate SEE ALSO sections for the man pages
f3ee57
- move entry_points.txt to clufter-cli sub-package
f3ee57
- general spec file refresh (pagure.io as a default project base, etc.)
f3ee57
- make Python interpreter execution sane
f3ee57
- fix *2pcscmd* commands so they do not suggest
f3ee57
  "pcs cluster cib <file> --config" that doesn't currently
f3ee57
  work for subsequent local-modification pcs commands
f3ee57
  [rhbz#1328078]
f3ee57
- add support for ticket constraints to *2pcscmd commands
f3ee57
  [rhbz#1340243]
f3ee57
f3ee57
* Wed Sep 09 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.50.4-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Thu Sep 03 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.50.3-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Wed Aug 12 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.50.2-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Tue Jul 14 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.50.1-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Fri Jul 03 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.50.0-1
f3ee57
- bump upstream package (intentional jump on upstream front)
f3ee57
f3ee57
* Fri Jun 19 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.12.0-1
f3ee57
- move completion module to clufter-cli sub-package
f3ee57
- bump upstream package
f3ee57
f3ee57
* Wed Apr 15 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.11.0-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Fri Mar 20 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.10.3-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Mon Mar 16 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.10.2-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Fri Mar 06 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.10.1-2
f3ee57
- packaging fixes (%{name}-cli requires python-setuptools, adjust for
f3ee57
  older schema of Bash completions)
f3ee57
f3ee57
* Fri Mar 06 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.10.1-1
f3ee57
- bump upstream package
f3ee57
f3ee57
* Thu Feb 26 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.10.0-1
f3ee57
- packaging enhacements (structure, redundancy, ownership, scriptlets, symlink)
f3ee57
- version bump so as not to collide with python-clufter co-packaged with pcs
f3ee57
f3ee57
* Tue Jan 20 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.3.5-1
f3ee57
- packaging enhancements (pkg-config, license tag)
f3ee57
f3ee57
* Wed Jan 14 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.3.4-1
f3ee57
- packaging enhancements (permissions, ownership)
f3ee57
- man page for CLI frontend now included
f3ee57
f3ee57
* Tue Jan 13 2015 Jan Pokorný <jpokorny+rpm-clufter@redhat.com> - 0.3.3-1
f3ee57
- initial build