Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 1.1.0-116-gf10d78f
Tony Asleson
2015-04-01 22:06:42 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".

The branch, master has been updated
via f10d78f572f2c3c78b579e427558027ba7bfa1e8 (commit)
via e18dbf015e4c03bd5deda9f6e3c61cc2c65a45d9 (commit)
via d13ebba0dd8408556a2de145ac3dfb44e6e9a84f (commit)
via 76201b0521921d012cdd79e2cdc29768159065d8 (commit)
from c19a91cd47331d72aae408595a779667165ff645 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f10d78f572f2c3c78b579e427558027ba7bfa1e8
Merge: c19a91c e18dbf0
Author: Tony Asleson <***@redhat.com>
Date: Wed Apr 1 16:23:30 2015 -0500

Merge branch 'cathay4t-bash-completion'

commit e18dbf015e4c03bd5deda9f6e3c61cc2c65a45d9
Merge: c19a91c d13ebba
Author: Tony Asleson <***@redhat.com>
Date: Wed Apr 1 16:19:52 2015 -0500

Fix merge conflicts in packaging/libstoragemgmt.spec.in

Note: Removed some trailing whitespace in configure.ac too.

Signed-off-by: Tony Asleson <***@redhat.com>

commit d13ebba0dd8408556a2de145ac3dfb44e6e9a84f
Author: Gris Ge <***@redhat.com>
Date: Wed Apr 1 20:19:43 2015 +0800

RPM SPEC: Introduce a option to skip test for rpmbuild.

* In order to save time on debugging automake and rpm spec,
allowing user to skip the 'make check' with this command:

rpmbuild -ba libstoragemgmt.spec --without test

* By default, the 'make check' will still be kicked off as old days.

Signed-off-by: Gris Ge <***@redhat.com>

commit 76201b0521921d012cdd79e2cdc29768159065d8
Author: Gris Ge <***@redhat.com>
Date: Wed Apr 1 20:12:20 2015 +0800

lsmcli: Automake and rpm SPEC update for bash completion.

* Introduced two argument to 'configure':
* --without-bash-completion
Don't install bash completion script
* --with-bash-completion-dir
Install bash completion script to user defined folder.
If not defined, use pkg-config of bash-completion(>= 2.0) path.
On RHEL 6 or bash-completion not installed, use
/etc/bash_completion.d/

* For RPM spec, introduce build requirement of bash-completion >= 2.0
on non-RHEL6 OS.

* Moved 'doc/lsmcli.bash' to 'tools/bash_completion/lsmcli' as it's not
a document.

* Tested by "make rpm" on OBS(RHEL6/7, Fedora, openSuSE).

Signed-off-by: Gris Ge <***@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
configure.ac | 36 +++++++++++++++++++++++
packaging/libstoragemgmt.spec.in | 16 ++++++++++
tools/Makefile.am | 2 +-
tools/bash_completion/Makefile.am | 4 ++
doc/lsmcli.bash => tools/bash_completion/lsmcli | 0
5 files changed, 57 insertions(+), 1 deletions(-)
create mode 100644 tools/bash_completion/Makefile.am
rename doc/lsmcli.bash => tools/bash_completion/lsmcli (100%)


hooks/post-receive
--
libstoragemgmt
Loading...