[beakerlib/el5: 8/8] release 1.9-3

Dalibor Pospisil sopos at fedoraproject.org
Wed Jul 2 08:55:40 UTC 2014


commit c03aa29a6235cf6e9c9526c114f1d0f685f3568f
Merge: d465ebc aeebfbf
Author: Dalibor Pospisil <dapospis at redhat.com>
Date:   Wed Jul 2 10:55:08 2014 +0200

    release 1.9-3

 0001-fixed-problem-with-IFS-other-that-space.patch |   25 +++
 ...-with-wrong-number-parameters-passed-to-b.patch |   34 ++++
 ...h-and-rlUnhash-to-unify-hashing-in-variou.patch |  165 ++++++++++++++++++++
 ...d-base64_-algorithm-defaul-algorithm-chan.patch |   55 +++++++
 ...Hash-added-option-a-as-alias-to-algorithm.patch |   32 ++++
 ...FILEBACKUP_SET_PATH_CLEAN-__INTERNAL_FILE.patch |   49 ++++++
 ...rlIsDistro-suppressed-output-of-expr-spee.patch |   49 ++++++
 0008-use-local-variable-instead-of-parameter.patch |   38 +++++
 0009-stored-namespace-key-cannot-be-empty.patch    |   34 ++++
 ...leRequires-fixed-space-at-the-end-and-pos.patch |   36 +++++
 ...m-package-also-in-non-asserted-rpm-checks.patch |   35 ++++
 ...irements-completely-supress-output-of-rlC.patch |   26 +++
 0013-add-srpm-info-to-journal-bz1071693.patch      |   24 +++
 0014-supress-storage-data-in-non-debug-mode.patch  |   31 ++++
 beakerlib.spec                                     |   43 ++++-
 15 files changed, 667 insertions(+), 9 deletions(-)
---
diff --cc beakerlib.spec
index 02c6c0c,1d69671..b3c7328
--- a/beakerlib.spec
+++ b/beakerlib.spec
@@@ -1,7 -1,7 +1,7 @@@
  Name:       beakerlib
  Summary:    A shell-level integration testing library
  Version:    1.9
--Release:    2%{?dist}
++Release:    3%{?dist}
  License:    GPLv2
  Group:      Development/Libraries
  BuildRoot:  %{_tmppath}/%{name}-%{version}-root
@@@ -13,34 -13,54 +13,55 @@@ Requires:   nfs-util
  Requires:   python2
  Requires:   grep
  Requires:   sed
 +Obsoletes:  rhtslib beaker-lib
 +Provides:   rhtslib beaker-lib
 +
 +Patch0: 0001-Do-not-use-with-open-as-foo-construct.patch
 +Patch2: 0001-mi-object-does-not-have-size-in-old-pythons.patch
 +Patch3: 0001-Fix-mktemp-call-for-older-RHELs.patch
 +Patch4: 0001-fir-for-python-compat-on-RHEL5.patch
  BuildRequires: /usr/bin/pod2man
 -Patch0: 0001-fixed-problem-with-IFS-other-that-space.patch
 -Patch1: 0002-fixed-issue-with-wrong-number-parameters-passed-to-b.patch
 -Patch2: 0003-added-rlHash-and-rlUnhash-to-unify-hashing-in-variou.patch
 -Patch3: 0004-rlHash-added-base64_-algorithm-defaul-algorithm-chan.patch
 -Patch4: 0005-rlHash-added-option-a-as-alias-to-algorithm.patch
 -Patch5: 0006-__INTERNAL_FILEBACKUP_SET_PATH_CLEAN-__INTERNAL_FILE.patch
 -Patch6: 0007-__INTERNAL_rlIsDistro-suppressed-output-of-expr-spee.patch
 -Patch7: 0008-use-local-variable-instead-of-parameter.patch
 -Patch8: 0009-stored-namespace-key-cannot-be-empty.patch
 -Patch9: 0010-rlGetMakefileRequires-fixed-space-at-the-end-and-pos.patch
 -Patch10: 0011-log-rpm-package-also-in-non-asserted-rpm-checks.patch
 -Patch11: 0012-rlCheckRequirements-completely-supress-output-of-rlC.patch
 -Patch12: 0013-add-srpm-info-to-journal-bz1071693.patch
 -Patch13: 0014-supress-storage-data-in-non-debug-mode.patch
++Patch5: 0001-fixed-problem-with-IFS-other-that-space.patch
++Patch6: 0002-fixed-issue-with-wrong-number-parameters-passed-to-b.patch
++Patch7: 0003-added-rlHash-and-rlUnhash-to-unify-hashing-in-variou.patch
++Patch8: 0004-rlHash-added-base64_-algorithm-defaul-algorithm-chan.patch
++Patch9: 0005-rlHash-added-option-a-as-alias-to-algorithm.patch
++Patch10: 0006-__INTERNAL_FILEBACKUP_SET_PATH_CLEAN-__INTERNAL_FILE.patch
++Patch11: 0007-__INTERNAL_rlIsDistro-suppressed-output-of-expr-spee.patch
++Patch12: 0008-use-local-variable-instead-of-parameter.patch
++Patch13: 0009-stored-namespace-key-cannot-be-empty.patch
++Patch14: 0010-rlGetMakefileRequires-fixed-space-at-the-end-and-pos.patch
++Patch15: 0011-log-rpm-package-also-in-non-asserted-rpm-checks.patch
++Patch16: 0012-rlCheckRequirements-completely-supress-output-of-rlC.patch
++Patch17: 0013-add-srpm-info-to-journal-bz1071693.patch
++Patch18: 0014-supress-storage-data-in-non-debug-mode.patch
+ 
  
  %description
  The BeakerLib project means to provide a library of various helpers, which
  could be used when writing operating system level integration tests.
  
- %package vim-syntax
- Summary: Files for syntax highlighting BeakerLib tests in VIM editor
- Group: Development/Libraries
- Requires: vim-common
- BuildRequires: vim-common
- 
- %description vim-syntax
- Files for syntax highlighting BeakerLib tests in VIM editor
  
 -%package vim-syntax
 -Summary: Files for syntax highlighting BeakerLib tests in VIM editor
 -Group: Development/Libraries
 -Requires: vim-common
 -BuildRequires: vim-common
 -
 -%description vim-syntax
 -Files for syntax highlighting BeakerLib tests in VIM editor
 -
 -
  %prep
  %setup -q
 -%patch0 -p1
 -%patch1 -p1
 -%patch2 -p1
 -%patch3 -p1
 -%patch4 -p1
 +%patch0 -p1 -b .no-with-in-python
 +%patch2 -p1 -b .mi-rpm-objects
 +%patch3 -p1 -b .tmpdir
 +%patch4 -p1 -b .no-with-in-python
+ %patch5 -p1
+ %patch6 -p1
+ %patch7 -p1
+ %patch8 -p1
+ %patch9 -p1
+ %patch10 -p1
+ %patch11 -p1
+ %patch12 -p1
+ %patch13 -p1
++%patch14 -p1
++%patch15 -p1
++%patch16 -p1
++%patch17 -p1
++%patch18 -p1
  
  %build
  make build
@@@ -80,9 -101,9 +102,12 @@@ rm -rf $RPM_BUILD_ROO
  %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
  
  %changelog
 -* Tue Jul 2 2014 Dalibor Pospisil <dapospis at redhat.com> - 1.9-2
++* Tue Jul 2 2014 Dalibor Pospisil <dapospis at redhat.com> - 1.9-3
+ - bunch of fixes
+ 
 +* Tue Jun 18 2014 Dalibor Pospisil <dapospis at redhat.com> - 1.9-2
 +- added missing patch for python compatibility
 +
  * Tue Jun 17 2014 Dalibor Pospisil <dapospis at redhat.com> - 1.9-1
  - rebase to upstream 1.9
  


More information about the scm-commits mailing list