|
|
337c54 |
%bcond_without clufter
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%{!?clufter_name: %global clufter_name clufter}
|
|
|
337c54 |
%{!?clufter_pkg_name:%global clufter_pkg_name python-clufter}
|
|
|
337c54 |
%{!?clufter_version: %global clufter_version 0.3.0}
|
|
|
337c54 |
%{!?clufter_source: %global clufter_source %{clufter_name}-%{clufter_version}}
|
|
|
337c54 |
%{!?clufter_script: %global clufter_script %{_libexecdir}/%{clufter_name}}
|
|
|
337c54 |
%{!?clufter_bashcomp:%global clufter_bashcomp %{_sysconfdir}/bash_completion.d/%(basename "%{clufter_script}")}
|
|
|
337c54 |
%{!?clufter_check: %global clufter_check 1}
|
|
|
337c54 |
|
|
|
337c54 |
%{!?clufter_ccs_flatten: %global clufter_ccs_flatten %{_libexecdir}/%{clufter_source}/ccs_flatten}
|
|
|
337c54 |
%{!?clufter_editor: %global clufter_editor %{_bindir}/nano}
|
|
|
337c54 |
%{!?clufter_ra_metadata_dir: %global clufter_ra_metadata_dir %{_datadir}/cluster}
|
|
|
337c54 |
%{!?clufter_ra_metadata_ext: %global clufter_ra_metadata_ext metadata}
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
0f995b |
Name: pcs
|
|
|
337c54 |
Version: 0.9.137
|
|
|
337c54 |
Release: 13%{?dist}
|
|
|
0f995b |
License: GPLv2
|
|
|
0f995b |
URL: http://github.com/feist/pcs
|
|
|
0f995b |
Group: System Environment/Base
|
|
|
0f995b |
#BuildArch: x86_64
|
|
|
0f995b |
BuildRequires: python2-devel
|
|
|
0f995b |
Summary: Pacemaker Configuration System
|
|
|
0f995b |
Source0: http://people.redhat.com/cfeist/pcs/pcs-withgems-%{version}.tar.gz
|
|
|
0f995b |
Source1: HAM-logo.png
|
|
|
337c54 |
Patch0: bz1115537-Improve-error-messages-for-scoped-cib-operations.patch
|
|
|
337c54 |
Patch1: bz1156311-Fix-waiting-for-resource-operations.patch
|
|
|
337c54 |
Patch2: bz1170150-Fix-displaying-globally-unique-clones-in-GUI.patch
|
|
|
337c54 |
Patch3: bz1054491-Fix-acl-add-duplicate-names-and-remove-roles-in-GUI.patch
|
|
|
337c54 |
Patch4: bz1179023-Added-support-for-resource-discovery-on-location-con.patch
|
|
|
337c54 |
Patch5: bz1054491-Delete-a-user-group-when-deleting-its-last-role-in-GUI.patch
|
|
|
337c54 |
Patch6: bz1179023-Added-support-for-resource-discovery-on-location-con-2.patch
|
|
|
337c54 |
Patch7: bz1054491-Add-acl-enable-and-disable-commands-3.patch
|
|
|
337c54 |
Patch8: bz1180390-Stop-deleted-resource-before-removing-its-constraint.patch
|
|
|
337c54 |
Patch9: bz1180506-stop-cluster-nodes-in-parallel.patch
|
|
|
337c54 |
Patch10: bz1180506-Warn-if-nodes-stop-will-cause-a-loss-of-the-quorum.patch
|
|
|
337c54 |
Patch11: bz1180506-3-Keep-cluster-quorate-during-destruction-as-long-as-possible.patch
|
|
|
337c54 |
|
|
|
337c54 |
# NOTE: Source20 and Patch200+ belong to python-clufter
|
|
|
337c54 |
|
|
|
d1129f |
BuildRequires: ruby >= 2.0.0 ruby-devel rubygems pam-devel git
|
|
|
0f995b |
BuildRequires: systemd-units rubygem-bundler
|
|
|
0f995b |
Requires(post): systemd
|
|
|
0f995b |
Requires(preun): systemd
|
|
|
0f995b |
Requires(postun): systemd
|
|
|
0f995b |
Requires: pacemaker-cli corosync ruby >= 2.0.0 pacemaker
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
Requires: %{clufter_pkg_name}
|
|
|
337c54 |
%endif
|
|
|
0f995b |
|
|
|
0f995b |
%description
|
|
|
0f995b |
pcs is a corosync and pacemaker configuration tool. It permits users to
|
|
|
0f995b |
easily view, modify and created pacemaker based clusters.
|
|
|
0f995b |
|
|
|
337c54 |
|
|
|
337c54 |
# subpackage metadata begin
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%package -n %{clufter_pkg_name}
|
|
|
337c54 |
Group: System Environment/Base
|
|
|
337c54 |
Summary: Tool/library for transforming/analyzing cluster configuration formats
|
|
|
337c54 |
License: GPLv2+
|
|
|
337c54 |
URL: https://github.com/jnpkrn/%{clufter_name}
|
|
|
337c54 |
# clufter as such module ccs_flatten
|
|
|
337c54 |
BuildRequires: python-setuptools
|
|
|
337c54 |
%if %{clufter_check}
|
|
|
337c54 |
BuildRequires: python-lxml
|
|
|
337c54 |
%endif
|
|
|
337c54 |
Requires: python-lxml
|
|
|
337c54 |
# ccs_flatten
|
|
|
337c54 |
BuildRequires: libxml2-devel
|
|
|
337c54 |
Requires: libxml2
|
|
|
337c54 |
# "extras"
|
|
|
337c54 |
Requires: %{clufter_editor}
|
|
|
337c54 |
Source20: https://people.redhat.com/jpokorny/pkgs/%{clufter_name}/%{clufter_source}.tar.gz
|
|
|
337c54 |
|
|
|
337c54 |
%description -n %{clufter_pkg_name}
|
|
|
337c54 |
While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster
|
|
|
337c54 |
stacks configuration conversion (as per RHEL trend), the command-filter-format
|
|
|
337c54 |
framework (capable of XSLT) offers also other uses through its plugin library.
|
|
|
337c54 |
# subpackage metadata end
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
337c54 |
|
|
|
0f995b |
%prep
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%autosetup -a20 -p1 -S git
|
|
|
337c54 |
|
|
|
337c54 |
# for some esoteric reason, the line above has to be empty
|
|
|
337c54 |
ln -s "%{clufter_source}" "%{clufter_name}"
|
|
|
337c54 |
%else
|
|
|
d1129f |
%autosetup -p1 -S git
|
|
|
d1129f |
|
|
|
337c54 |
# ditto as previous comment
|
|
|
337c54 |
%endif
|
|
|
0f995b |
cp -f %SOURCE1 pcsd/public/images
|
|
|
0f995b |
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
pushd "%{clufter_name}" >/dev/null
|
|
|
337c54 |
%{__python} setup.py saveopts -f setup.cfg pkg_prepare \
|
|
|
337c54 |
--ccs-flatten="%{clufter_ccs_flatten}" \
|
|
|
337c54 |
--editor="%{clufter_editor}" \
|
|
|
337c54 |
--ra-metadata-dir="%{clufter_ra_metadata_dir}" \
|
|
|
337c54 |
--ra-metadata-ext="%{clufter_ra_metadata_ext}"
|
|
|
337c54 |
popd >/dev/null
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
0f995b |
%build
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
pushd "%{clufter_name}" >/dev/null
|
|
|
337c54 |
%{__python} setup.py build
|
|
|
337c54 |
%if "x%{clufter_script}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
%if "x%{clufter_bashcomp}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
./run-dev --completion-bash \
|
|
|
337c54 |
| sed 's|run[-_]dev|%(basename %{clufter_bashcomp})|g' > .bashcomp
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%endif
|
|
|
337c54 |
popd >/dev/null
|
|
|
337c54 |
%endif
|
|
|
0f995b |
|
|
|
0f995b |
%install
|
|
|
0f995b |
rm -rf $RPM_BUILD_ROOT
|
|
|
0f995b |
pwd
|
|
|
0f995b |
make install DESTDIR=$RPM_BUILD_ROOT PYTHON_SITELIB=%{python_sitelib}
|
|
|
0f995b |
make install_pcsd DESTDIR=$RPM_BUILD_ROOT PYTHON_SITELIB=%{python_sitelib} hdrdir="%{_includedir}" rubyhdrdir="%{_includedir}" includedir="%{_includedir}"
|
|
|
0f995b |
chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/pcs/pcs.py
|
|
|
0f995b |
|
|
|
0f995b |
# Temporary fix for ruby-2.0.0 and rpam
|
|
|
0f995b |
#cp $RPM_BUILD_ROOT/usr/lib/pcsd/gemhome/gems/rpam-ruby19-1.2.1/ext/Rpam/rpam_ext.so $RPM_BUILD_ROOT/usr/lib/pcsd/gemhome/gems/rpam-ruby19-1.2.1/lib
|
|
|
0f995b |
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
pushd "%{clufter_name}" >/dev/null
|
|
|
337c54 |
# '--root' implies setuptools involves distutils to do old-style install
|
|
|
337c54 |
%{__python} setup.py install --skip-build --root "%{buildroot}"
|
|
|
337c54 |
%if "x%{clufter_script}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
# %{_bindir}/%{clufter_name} should have been created
|
|
|
337c54 |
# by install_scripts of setuptools; this hiding from PATH is for TP only
|
|
|
337c54 |
%{__mkdir_p} "%{buildroot}$(dirname "%{clufter_script}")"
|
|
|
337c54 |
%{__mv} -- "%{buildroot}%{_bindir}/%{clufter_name}" "%{buildroot}%{clufter_script}"
|
|
|
337c54 |
%if "x%{clufter_bashcomp}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
%{__mkdir_p} "$(dirname "%{clufter_bashcomp}")"
|
|
|
337c54 |
%{__install} -- .bashcomp "%{buildroot}%{clufter_bashcomp}"
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%{__mkdir_p} "%{buildroot}%{_defaultdocdir}/%{clufter_source}"
|
|
|
337c54 |
%{__install} -m 644 -- gpl-2.0.txt doc/*.txt "%{buildroot}%{_defaultdocdir}/%{clufter_source}"
|
|
|
337c54 |
popd >/dev/null
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
337c54 |
%check || :
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%if %{clufter_check}
|
|
|
337c54 |
# just a basic sanity check
|
|
|
337c54 |
pushd "%{clufter_name}" >/dev/null
|
|
|
337c54 |
# we need to massage RA metadata files and PATH so the local run works
|
|
|
337c54 |
# XXX we could also inject buildroot's site_packages dir to PYTHONPATH
|
|
|
337c54 |
declare ret=0 ccs_flatten_dir="$(dirname "%{buildroot}%{clufter_ccs_flatten}")"
|
|
|
337c54 |
|
|
|
337c54 |
ln -s "%{buildroot}%{clufter_ra_metadata_dir}"/*."%{clufter_ra_metadata_ext}" \
|
|
|
337c54 |
"${ccs_flatten_dir}"
|
|
|
337c54 |
PATH="${PATH:+${PATH}:}$(dirname "%{buildroot}%{clufter_ccs_flatten}")" \
|
|
|
337c54 |
./run-check
|
|
|
337c54 |
ret=$?
|
|
|
337c54 |
%{__rm} -f -- "${ccs_flatten_dir}"/*."%{clufter_ra_metadata_ext}"
|
|
|
337c54 |
popd >/dev/null
|
|
|
337c54 |
[ ${ret} = 0 ] || exit "${ret}"
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
0f995b |
%post
|
|
|
0f995b |
%systemd_post pcsd.service
|
|
|
0f995b |
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%post -n %{clufter_pkg_name}
|
|
|
337c54 |
%if "x%{clufter_bashcomp}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
%if "x%{clufter_script}" == "x"
|
|
|
337c54 |
%{__python} -m %{clufter_name}.__main__ --completion-bash 2>/dev/null \
|
|
|
337c54 |
| sed 's|%(basename "%{__python}") [-_]m ||g' > "%{clufter_bashcomp}" || :
|
|
|
337c54 |
%else
|
|
|
337c54 |
%{clufter_script} --completion-bash > "%{clufter_bashcomp}" 2>/dev/null || :
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
0f995b |
%preun
|
|
|
0f995b |
%systemd_preun pcsd.service
|
|
|
0f995b |
|
|
|
0f995b |
%postun
|
|
|
0f995b |
%systemd_postun_with_restart pcsd.service
|
|
|
0f995b |
|
|
|
0f995b |
%files
|
|
|
0f995b |
%defattr(-,root,root,-)
|
|
|
0f995b |
%{python_sitelib}/pcs
|
|
|
0f995b |
%{python_sitelib}/pcs-%{version}-py2.*.egg-info
|
|
|
0f995b |
/usr/sbin/pcs
|
|
|
0f995b |
/usr/lib/pcsd/*
|
|
|
0f995b |
/usr/lib/pcsd/.bundle/config
|
|
|
0f995b |
/usr/lib/pcsd/.gitignore
|
|
|
0f995b |
/usr/lib/systemd/system/pcsd.service
|
|
|
0f995b |
/var/lib/pcsd
|
|
|
0f995b |
/etc/pam.d/pcsd
|
|
|
0f995b |
/etc/bash_completion.d/pcs
|
|
|
0f995b |
/etc/logrotate.d/pcsd
|
|
|
0f995b |
%dir /var/log/pcsd
|
|
|
0f995b |
/etc/sysconfig/pcsd
|
|
|
0f995b |
%{_mandir}/man8/pcs.*
|
|
|
0f995b |
|
|
|
0f995b |
%doc COPYING README
|
|
|
0f995b |
|
|
|
337c54 |
%if %{with clufter}
|
|
|
337c54 |
%files -n %{clufter_pkg_name}
|
|
|
337c54 |
%defattr(-,root,root,-)
|
|
|
337c54 |
%{python2_sitelib}/%{clufter_name}
|
|
|
337c54 |
%{python2_sitelib}/%{clufter_name}-%{clufter_version}-*.egg-info
|
|
|
337c54 |
%{clufter_ccs_flatten}
|
|
|
337c54 |
%{clufter_ra_metadata_dir}
|
|
|
337c54 |
|
|
|
337c54 |
%if "x%{clufter_script}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
%if "x%{clufter_bashcomp}" == "x"
|
|
|
337c54 |
%else
|
|
|
337c54 |
%verify(not size md5 mtime) %{clufter_bashcomp}
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%{clufter_script}
|
|
|
337c54 |
%endif
|
|
|
337c54 |
%doc %{_defaultdocdir}/%{clufter_source}/*
|
|
|
337c54 |
%endif
|
|
|
337c54 |
|
|
|
337c54 |
|
|
|
0f995b |
%changelog
|
|
|
337c54 |
* Tue Jan 20 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-13
|
|
|
337c54 |
- Keep cluster quorate during destruction as long as possible
|
|
|
337c54 |
- Resolves: rhbz#1180506
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Jan 19 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-12
|
|
|
337c54 |
- Warn if stopping nodes will cause a loss of the quorum
|
|
|
337c54 |
- Resolves: rhbz#1180506
|
|
|
337c54 |
|
|
|
337c54 |
* Thu Jan 15 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-11
|
|
|
337c54 |
- Stop cluster nodes in parallel and keep cluster quorate during pacemaker
|
|
|
337c54 |
shutdown
|
|
|
337c54 |
- Resolves: rhbz#1180506
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Jan 09 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-10
|
|
|
337c54 |
- Stop deleted resource before removing its constraints
|
|
|
337c54 |
- Resolves: rhbz#1180390
|
|
|
337c54 |
|
|
|
337c54 |
* Thu Jan 08 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-9
|
|
|
337c54 |
- Added acl enable and disable commands
|
|
|
337c54 |
- Display whether acls are enabled in the 'pcs acl' output
|
|
|
337c54 |
- Resolves: rhbz#1054491
|
|
|
337c54 |
|
|
|
337c54 |
* Wed Jan 07 2015 Chris Feist <cfeist@redhat.cmo> 0.9.137-8
|
|
|
337c54 |
- Configuration of resource-discovery is now available on advanced location
|
|
|
337c54 |
constraint rules
|
|
|
337c54 |
- Resolves: rhbz#1054491
|
|
|
337c54 |
|
|
|
337c54 |
* Wed Jan 07 2015 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-7
|
|
|
337c54 |
- When a role is removed in the GUI the user is now automatically deleted
|
|
|
337c54 |
if they aren't members of another role
|
|
|
337c54 |
- Resolves: rhbz#1054491
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Jan 05 2015 Chris Feist <cfeist@redhat.com> - 0.9.137-6
|
|
|
337c54 |
- Allowed configuration of resource-discovery option on location constraint
|
|
|
337c54 |
rules
|
|
|
337c54 |
- Resolves: rhbz#1054491
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Dec 19 2014 Chris Feist <cfeist@redhat.com> - 0.9.137-5
|
|
|
337c54 |
- Fixed error message when creating a user with the same name as a role
|
|
|
337c54 |
- When a role is removed in the GUI the user is now automatically deleted
|
|
|
337c54 |
if they aren't members of another role
|
|
|
337c54 |
- Resolves: rhbz#1054491
|
|
|
337c54 |
|
|
|
337c54 |
* Wed Dec 17 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-4
|
|
|
337c54 |
- Fixed displaying globally-unique clones in GUI
|
|
|
337c54 |
- Added latest version of clufter package
|
|
|
337c54 |
- Resolves: rhbz#1170150 rhbz#1133897
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Dec 8 2014 Chris Feist <cfeist@redhat.com> - 0.9.137-3
|
|
|
337c54 |
- Added latest version of clufter package
|
|
|
337c54 |
- Resolves: rhbz#1133897
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Dec 8 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-2
|
|
|
337c54 |
- Improved error messages for scoped cib operations
|
|
|
337c54 |
- Fixed waiting for resource commands to finish
|
|
|
337c54 |
- Resolves: rhbz#1115537 rhbz#1156311
|
|
|
337c54 |
|
|
|
337c54 |
* Tue Nov 25 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.137-1
|
|
|
337c54 |
- Added support for score-attribute in location rules in GUI
|
|
|
337c54 |
- Added ability to wait for resource commands to finish
|
|
|
337c54 |
- Fix clufter doc files installed with executable flag
|
|
|
337c54 |
- Resolves: rhbz#1111368 rhbz#1156311 rhbz#1073075 rhbz#1133897
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Nov 24 2014 Chris Feist <cfeist@redhat.com> - 0.9.136-2
|
|
|
337c54 |
- Added latest version of clufter package
|
|
|
337c54 |
- Resolves: rhbz#1133897
|
|
|
337c54 |
|
|
|
337c54 |
* Wed Nov 19 2014 Chris Feist <cfeist@redhat.com> - 0.9.136-1
|
|
|
337c54 |
- Added support for 'pcs resource restart'
|
|
|
337c54 |
- Added ability to wait for a resource to start after creation
|
|
|
337c54 |
- Fixed issue with backports and ruby 2.0.0p576
|
|
|
337c54 |
- Fix for deleting a resource with a large number of options
|
|
|
337c54 |
- Fix warning when unpacking a pcs config tarball
|
|
|
337c54 |
- Resolves: rhbz#1111368 rhbz#1156311 rhbz#1156597
|
|
|
337c54 |
|
|
|
337c54 |
* Sat Oct 18 2014 Chris Feist <cfeist@redhat.com> - 0.9.135-1
|
|
|
337c54 |
- Added new clufter package
|
|
|
337c54 |
- Rebased to latest upstream sources
|
|
|
337c54 |
- Constraints tables are collapsed properly
|
|
|
337c54 |
- Resolves: rhbz#1111368 rhbz#1145560
|
|
|
337c54 |
|
|
|
337c54 |
* Sat Oct 18 2014 Chris Feist <cfeist@redhat.com> - 0.9.134-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Oct 17 2014 Chris Feist <cfeist@redhat.com> - 0.9.133-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Tue Oct 07 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.132-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Sep 29 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.131-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
- Added python-clufter subpackage (configuration conversion tool)
|
|
|
337c54 |
- Related: rhbz#1133897
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Sep 26 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.130-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Mon Sep 22 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.129-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Thu Sep 18 2014 Tomas Jelinek <tojeline@redhat.com> - 0.9.128-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Sep 12 2014 Chris Feist <cfeist@redhat.com> - 0.9.127-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
337c54 |
|
|
|
337c54 |
* Fri Sep 05 2014 Chris Feist <cfeist@redhat.com> - 0.9.126-1
|
|
|
337c54 |
- Rebased to latest upstream packages
|
|
|
337c54 |
- Resolves: rhbz#1111368
|
|
|
bf4277 |
|
|
|
d1129f |
* Tue Mar 25 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-32
|
|
|
d1129f |
- Add ability to set totem options with pcs during cluster setup
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Feb 25 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-31
|
|
|
d1129f |
- Add ability to see group/clone/ms constraints and meta attributes in pcsd
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Feb 24 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-30
|
|
|
d1129f |
- Fix traceback with bad arguments to location rules
|
|
|
d1129f |
- Fix results code when attempting to remove an order that doesn't exist
|
|
|
d1129f |
|
|
|
d1129f |
* Fri Feb 21 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-29
|
|
|
d1129f |
- Don't allow users to clone groups that have already been cloned
|
|
|
d1129f |
- Fix order remove <resource> to remove resources from sets
|
|
|
d1129f |
- Don't allow a user to force-start a group, clone or master/slave
|
|
|
d1129f |
- When using debug-start use proper return code
|
|
|
d1129f |
- Added cluster properties hover text
|
|
|
d1129f |
- Fixed issue with stripping a nil value
|
|
|
d1129f |
- HTML escape resource descriptions
|
|
|
d1129f |
|
|
|
d1129f |
* Wed Feb 19 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-28
|
|
|
d1129f |
- Remove leading/trailing white space in resource descriptions
|
|
|
d1129f |
- Added tooltips for advanced cluster creation options
|
|
|
d1129f |
- Fixed other 'Remove fence devices' button
|
|
|
d1129f |
- When deleting a resource with pcsd use --force to prevent issues
|
|
|
d1129f |
- Add proper tooltip for resource description info icon
|
|
|
d1129f |
- Fix for long cluster names in menu
|
|
|
d1129f |
- Do a better job of detecting when to send a redirect and when to notif
|
|
|
d1129f |
- Don't silently ignore bad operation names
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Feb 18 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-27
|
|
|
d1129f |
- Added --nodesc option to pcs stonith list
|
|
|
d1129f |
- Don't attempt to print metadata for fence_sanlockd
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Feb 18 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-26
|
|
|
d1129f |
- Fixed dialog text when removing a fence device
|
|
|
d1129f |
- Show tool tips for optional fence agent arguments
|
|
|
d1129f |
- Fix bad link on resource remove sprite
|
|
|
d1129f |
- When removing a resource or fence device, show blank info
|
|
|
d1129f |
- Fix resource management issues when pacemaker is not running
|
|
|
d1129f |
- If first node is down, allow other nodes to show resource/stonith forms
|
|
|
d1129f |
- Removing all nodes, now removes cluster configuration
|
|
|
d1129f |
- Added ability to see nodes corosync/pacemaker/pcsd startup settings
|
|
|
d1129f |
- Added extra colspan to improve long cluster name display
|
|
|
d1129f |
- Added ability to configure IPv6 cluster
|
|
|
d1129f |
- Added ability to set corosync transport in GUI
|
|
|
d1129f |
- Added ability to set advanced cluster options on creation
|
|
|
d1129f |
- Renamed last_node_standing to last_man_standing
|
|
|
d1129f |
- On cluster creation color unauthorized nodes in orange
|
|
|
d1129f |
- Added proper redirect when session variable times out
|
|
|
d1129f |
- Fixed traceback when missing authentication tokens
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Feb 17 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-24
|
|
|
d1129f |
- Added support for meta attributes in the GUI
|
|
|
d1129f |
- Moved pcmk_host_list/map/check to optional arguments
|
|
|
d1129f |
|
|
|
d1129f |
* Wed Feb 12 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-23
|
|
|
d1129f |
- Added ability to use 'and/or' with rules
|
|
|
d1129f |
- Fixed stonith optional arguments in pcsd
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Feb 11 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-22
|
|
|
d1129f |
- Fixed selection arrow when selecting new resource on resources page
|
|
|
d1129f |
- Fixed permissions on pcsd.service file
|
|
|
d1129f |
|
|
|
d1129f |
* Thu Feb 06 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-21
|
|
|
d1129f |
- Added support for resource descriptions
|
|
|
d1129f |
- Show all nodes a resource is on for cloned resources
|
|
|
d1129f |
- Improve visibility of dropdown menus
|
|
|
d1129f |
- Keep last attempted login username if login fails
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Feb 04 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-20
|
|
|
d1129f |
- Fixed issue when removing all resources or fence devices
|
|
|
d1129f |
- Fixed duplicate id on fence device page
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Feb 03 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-19
|
|
|
d1129f |
- Fixed issue when creating a cluster from the GUI on a node that isn't in
|
|
|
d1129f |
the newly formed cluster
|
|
|
d1129f |
- The GUI is now better at keeping track of nodes in the cluster
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Jan 28 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-17
|
|
|
d1129f |
- Fixed issue with cluster properties not displaying properly when running
|
|
|
d1129f |
pcsd on a node that was not in the cluster being managed
|
|
|
d1129f |
- Fixed /etc/sysconfig/pcsd file for pcsd
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Jan 28 2014 Chris Feist <cfeist@redhat.com> - 0.9.115-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.9.114-2
|
|
|
d1129f |
- Mass rebuild 2014-01-24
|
|
|
d1129f |
|
|
|
d1129f |
* Thu Jan 23 2014 Chris Feist <cfeist@redhat.com> - 0.9.114-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Wed Jan 22 2014 Chris Feist <cfeist@redhat.com> - 0.9.113-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Jan 20 2014 Chris Feist <cfeist@redhat.com> - 0.9.112-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Jan 20 2014 Chris Feist <cfeist@redhat.com> - 0.9.111-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Fri Jan 17 2014 Chris Feist <cfeist@redhat.com> - 0.9.110-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Wed Jan 15 2014 Chris Feist <cfeist@redhat.com> - 0.9.108-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Wed Jan 15 2014 Chris Feist <cfeist@redhat.com> - 0.9.107-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Jan 14 2014 Chris Feist <cfeist@redhat.com> - 0.9.106-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Mon Jan 13 2014 Chris Feist <cfeist@redhat.com> - 0.9.105-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Fri Jan 10 2014 Chris Feist <cfeist@redhat.com> - 0.9.104-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
d1129f |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9.100-2
|
|
|
d1129f |
- Mass rebuild 2013-12-27
|
|
|
d1129f |
|
|
|
d1129f |
* Tue Nov 12 2013 Chris Feist <cfeist@redhat.com> - 0.9.100-1
|
|
|
d1129f |
- Re-synced to upstream sources
|
|
|
d1129f |
|
|
|
0f995b |
* Thu Nov 07 2013 Chris Feist <cfeist@redhat.com> - 0.9.99-2
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Nov 06 2013 Chris Feist <cfeist@redhat.com> - 0.9.98-1
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Nov 05 2013 Chris Feist <cfeist@redhat.com> - 0.9.96-2
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Oct 29 2013 Chris Feist <cfeist@redhat.com> - 0.9.96-2
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Oct 22 2013 Chris Feist <cfeist@redhat.com> - 0.9.95-2
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Oct 22 2013 Chris Feist <cfeist@redhat.com> - 0.9.94-1
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Oct 16 2013 Chris Feist <cfeist@redhat.com> - 0.9.91-1
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Oct 15 2013 Chris Feist <cfeist@redhat.com> - 0.9.92-2
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Oct 09 2013 Chris Feist <cfeist@redhat.com> - 0.9.91-1
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Sep 18 2013 Chris Feist <cfeist@redhat.com> - 0.9.84-1
|
|
|
0f995b |
- Re-synced to upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Sep 03 2013 Chris Feist <cfeist@redhat.com> - 0.9.77-1
|
|
|
0f995b |
- Re-synced to upstreams sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Sep 03 2013 Chris Feist <cfeist@redhat.com> - 0.9.76-1
|
|
|
0f995b |
- Re-synced to upstreams sources
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Aug 09 2013 Chris Feist <cfeist@redhat.com> - 0.9.71-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Aug 09 2013 Chris Feist <cfeist@redhat.com> - 0.9.63-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Aug 07 2013 Chris Feist <cfeist@redhat.com> - 0.9.62-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Aug 06 2013 Chris Feist <cfeist@redhat.com> - 0.9.61-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 29 2013 Chris Feist <cfeist@redhat.cmo> - 0.9.60-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
- Added pcsd wizards
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Jul 23 2013 Chris Feist <cfeist@redhat.cmo> - 0.9.58-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Jul 23 2013 Chris Feist <cfeist@redhat.cmo> - 0.9.57-1
|
|
|
0f995b |
- Rebuilt with new upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 22 2013 Chris Feist <cfeist@redhat.cmo> - 0.9.56-1
|
|
|
0f995b |
- Rebuilt with upstream source
|
|
|
0f995b |
- Added missing bash completion file
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 22 2013 Chris Feist <cfeist@redhat.cmo> - 0.9.55-1
|
|
|
0f995b |
- Rebuilt with upstream source
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jul 10 2013 Chris Feist <cfeist@redhat.com> - 0.9.54-4
|
|
|
0f995b |
- Fix rpam error after adding systemd macros
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jul 10 2013 Chris Feist <cfeist@redhat.com> - 0.9.54-3
|
|
|
0f995b |
- Rebuild with proper upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jul 10 2013 Chris Feist <cfeist@redhat.com> - 0.9.54-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jul 10 2013 Chris Feist <cfeist@redhat.com> - 0.9.53-2
|
|
|
0f995b |
- Added systemd macros
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Jul 09 2013 Chris Feist <cfeist@redhat.com> - 0.9.53-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 08 2013 Chris Feist <cfeist@redhat.com> - 0.9.52-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 01 2013 Chris Feist <cfeist@redhat.com> - 0.9.49-3
|
|
|
0f995b |
- Fix pcsd.conf source file location.
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jul 01 2013 Chris Feist <cfeist@redhat.com> - 0.9.49-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Jun 18 2013 Chris Feist <cfeist@redhat.com> - 0.9.48-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jun 12 2013 Chris Feist <cfeist@redhat.com> - 0.9.47-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jun 10 2013 Chris Feist <cfeist@redhat.com> - 0.9.46-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jun 05 2013 Chris Feist <cfeist@redhat.com> - 0.9.45-2
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jun 03 2013 Chris Feist <cfeist@redhat.com> - 0.9.44-4
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Thu May 30 2013 Chris Feist <cfeist@redhat.com> - 0.9.44-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed May 29 2013 Chris Feist <cfeist@redhat.com> - 0.9.43-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed May 29 2013 Chris Feist <cfeist@redhat.com> - 0.9.42-5
|
|
|
0f995b |
- Fix issues with ruby 2.0 build
|
|
|
0f995b |
|
|
|
0f995b |
* Wed May 29 2013 Chris Feist <cfeist@redhat.com> - 0.9.42-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue May 07 2013 Chris Feist <cfeist@redhat.com> - 0.9.41-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Apr 30 2013 Chris Feist <cfeist@redhat.com> - 0.9.40-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Apr 17 2013 Chris Feist <cfeist@redhat.com> - 0.9.39-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Apr 09 2013 Chris Feist <cfeist@redhat.com> - 0.9.38-1
|
|
|
0f995b |
- Rebuild with upstream sources
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Apr 03 2013 Chris Feist <cfeist@redhat.com> - 0.9.37-4
|
|
|
0f995b |
- Re-enable gem builds with fix for ruby 2.0.0
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Mar 26 2013 Chris Feist <cfeist@redhat.com> - 0.9.37-2
|
|
|
0f995b |
- Temporarily disable gem builds for ruby 2.0.0
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Mar 20 2013 Chris Feist <cfeist@redhat.com> - 0.9.37-1
|
|
|
0f995b |
- Re-synced to upstream
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Mar 15 2013 Chris Feist <cfeist@redhat.com> - 0.9.35-1
|
|
|
0f995b |
- Re-synced to upstream
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Mar 12 2013 Chris Feist <cfeist@redhat.com> - 0.9.34-1
|
|
|
0f995b |
- Re-synced to upstream
|
|
|
0f995b |
- Updated pcsd location to /usr/lib
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Feb 20 2013 Chris Feist <cfeist@redhat.com> - 0.9.32-1
|
|
|
0f995b |
- Re-synced to upstream
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Feb 18 2013 Chris Feist <cfeist@redhat.com> - 0.9.31-1
|
|
|
0f995b |
- Re-synced to upstream
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jan 14 2013 Chris Feist <cfeist@redhat.com> - 0.9.30-1
|
|
|
0f995b |
- Updated build to properly manage combined pcs/pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Wed Jan 02 2013 Chris Feist <cfeist@redhat.com> - 0.9.29-4
|
|
|
0f995b |
- Updated certificate generation code to fix firefox issues
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Dec 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.29-3
|
|
|
0f995b |
- Added in missing pam service
|
|
|
0f995b |
|
|
|
0f995b |
* Thu Nov 29 2012 Chris Feist <cfeist@redhat.com> - 0.9.29-2
|
|
|
0f995b |
- Add pam-devel to BuildRequires
|
|
|
0f995b |
|
|
|
0f995b |
* Thu Nov 29 2012 Chris Feist <cfeist@redhat.com> - 0.9.29-1
|
|
|
0f995b |
- Resync to latest version of pcs/pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Sep 28 2012 Chris Feist <cfeist@redhat.com> - 0.9.26-1
|
|
|
0f995b |
- Resync to latest version of pcs/pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Tue Aug 21 2012 Chris Feist <cfeist@redhat.com> - 0.9.15-1.test.1
|
|
|
0f995b |
- Resync to latest version of pcs/pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Aug 13 2012 Chris Feist <cfeist@redhat.com> - 0.9.14-1.test.1
|
|
|
0f995b |
- Resync to latest version of pcs/pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Thu Aug 09 2012 Chris Feist <cfeist@redhat.com> - 0.9.13-1.test.1
|
|
|
0f995b |
- Resync to latest version of pcs and rename pcs-gui to pcsd
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jun 11 2012 Chris Feist <cfeist@redhat.com> - 0.9.5-5.test.1
|
|
|
0f995b |
- Resync to latest version of pcs
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jun 11 2012 Chris Feist <cfeist@redhat.com> - 0.9.5-4
|
|
|
0f995b |
- Resync to latest version of pcs
|
|
|
0f995b |
|
|
|
0f995b |
* Thu May 24 2012 Chris Feist <cfeist@redhat.com> - 0.9.4-1
|
|
|
0f995b |
- Resync to latest version of pcs
|
|
|
0f995b |
- Move cluster creation options to cluster sub command.
|
|
|
0f995b |
|
|
|
0f995b |
* Mon May 07 2012 Chris Feist <cfeist@redhat.com> - 0.9.3.1-1
|
|
|
0f995b |
- Resync to latest version of pcs which includes fixes to work with F17.
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Mar 19 2012 Chris Feist <cfeist@redhat.com> - 0.9.2.4-1
|
|
|
0f995b |
- Resynced to latest version of pcs
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jan 23 2012 Chris Feist <cfeist@redhat.com> - 0.9.1-1
|
|
|
0f995b |
- Updated BuildRequires and %doc section for fedora
|
|
|
0f995b |
|
|
|
0f995b |
* Fri Jan 20 2012 Chris Feist <cfeist@redhat.com> - 0.9.0-2
|
|
|
0f995b |
- Updated spec file for fedora specific changes
|
|
|
0f995b |
|
|
|
0f995b |
* Mon Jan 16 2012 Chris Feist <cfeist@redhat.com> - 0.9.0-1
|
|
|
0f995b |
- Initial Build
|
|
|
0f995b |
|