Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2013-12-06 11:45:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and      /work/SRC/openSUSE:Factory/.crmsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crmsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes      2013-11-07 
08:38:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2013-12-06 
11:45:07.000000000 +0100
@@ -1,0 +2,24 @@
+Thu Dec  5 10:39:01 UTC 2013 - kgronl...@suse.com
+
+- build: update version number to 2.0
+- ui: minor completion bug fixes
+- doc: document 'options show all'
+- cluster: Added prototypical cluster sublevel
+- upstream cs: 258f36978113
+
+-------------------------------------------------------------------
+Tue Dec  3 17:52:48 UTC 2013 - kgronl...@suse.com
+
+- ui: Added bash completion
+- ui: Improved interactive completion (bnc#845337)
+- ui: Better help output
+- ui: Colors for prompt and interactive help
+- ui: Tab completion for multi-line statements (bnc#845339)
+- config: New configuration file format
+- ui: New command: resource scores
+- configure: Allow setting role in location constraints
+- templates: Updated OCFS2 template
+- cluster: WIP cluster configuration sublevel
+- upstream cs: b63a22f6252b
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.FcI9L0/_old  2013-12-06 11:45:07.000000000 +0100
+++ /var/tmp/diff_new_pack.FcI9L0/_new  2013-12-06 11:45:07.000000000 +0100
@@ -41,7 +41,7 @@
 Summary:        Pacemaker command line interface
 License:        GPL-2.0+
 Group:          %{pkg_group}
-Version:        1.2.6
+Version:        2.0
 Release:        %{?crmsh_release}%{?dist}
 Url:            http://savannah.nongnu.org/projects/crmsh
 Source0:        crmsh.tar.bz2
@@ -74,7 +74,6 @@
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python
 
@@ -123,13 +122,15 @@
 %if 0%{?suse_version} < 1020
 export docdir=%{crmsh_docdir}
 %{configure}                   \
+    --sysconfdir=%{_sysconfdir} \
        --localstatedir=%{_var}                         \
-       --with-package-name=%{name} \
+    --with-pkg-name=%{name} \
        --with-version=%{version}-%{release}
 %else
 %{configure}                   \
+    --sysconfdir=%{_sysconfdir} \
        --localstatedir=%{_var}                         \
-       --with-package-name=%{name}             \
+    --with-pkg-name=%{name}     \
        --with-version=%{version}-%{release}    \
        --docdir=%{crmsh_docdir}
 %endif
@@ -137,8 +138,8 @@
 make %{_smp_mflags} docdir=%{crmsh_docdir}
 
 %install
-rm -rf %{buildroot}
 make DESTDIR=%{buildroot} docdir=%{crmsh_docdir} install
+install -Dm0644 contrib/bash_completion.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/crm.sh
 %if 0%{?suse_version}
 %fdupes %{buildroot}
 %endif
@@ -149,6 +150,7 @@
 %if 0%{?with_regression_tests}
 
 %post
+
 # NB: this is called twice by OBS, that's why we touch the file
 if [ ! -e /tmp/.crmsh_regression_tests_ran ]; then
        touch /tmp/.crmsh_regression_tests_ran
@@ -158,16 +160,17 @@
                exit 1
        fi
 fi
+
 %endif
 
 %files
 ###########################################################
 %defattr(-,root,root)
 
-%{_datadir}/%{name}
-
 %{_sbindir}/crm
-%{py_sitedir}/%{name}
+%{py_sitedir}/crmsh
+
+%{_datadir}/%{name}
 
 %doc %{_mandir}/man8/*
 %{crmsh_docdir}/COPYING
@@ -177,8 +180,12 @@
 %{crmsh_docdir}/README
 %{crmsh_docdir}/contrib/*
 
+%{_sysconfdir}/crm
+%config %{_sysconfdir}/crm/crm.conf
+
 %dir %{crmsh_docdir}
 %dir %{crmsh_docdir}/contrib
 %dir %attr (770, %{uname}, %{gname}) %{_var}/cache/crm
+%config %{_sysconfdir}/bash_completion.d/crm.sh
 
 %changelog

++++++ crmsh.tar.bz2 ++++++
++++ 20717 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to