release beakerlib-1.28-1
This commit is contained in:
parent
97e1c21676
commit
3c821e4c90
@ -1,7 +1,7 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.27
|
Version: 1.28
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
URL: https://github.com/%{name}
|
URL: https://github.com/%{name}
|
||||||
@ -46,6 +46,10 @@ Requires: yum-utils
|
|||||||
%endif
|
%endif
|
||||||
Requires: /usr/bin/bc
|
Requires: /usr/bin/bc
|
||||||
Requires: /usr/bin/time
|
Requires: /usr/bin/time
|
||||||
|
%if 0%{?rhel} < 8
|
||||||
|
%else
|
||||||
|
Recommends: beakerlib-redhat
|
||||||
|
%endif
|
||||||
Conflicts: beakerlib-redhat < 1-30
|
Conflicts: beakerlib-redhat < 1-30
|
||||||
|
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
@ -125,6 +129,13 @@ Files for syntax highlighting BeakerLib tests in VIM editor
|
|||||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 9 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.28-1
|
||||||
|
- cleanup rlRun_LOG files at rlJournalEnd
|
||||||
|
- close journal in rlDie - generate journal.xml at that moment
|
||||||
|
- implemented functions rlIsOS, rlIsOSLike, rlIsOSVersion, and rlIsRHELLike
|
||||||
|
- rlAssertRequired can now handle versioned dependencies
|
||||||
|
- new functions rlCheckRerquired, rlCheckRecommended, and rlCheckDependencies
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (beakerlib-1.27.tar.gz) = e1f2c2c3814cc07c77c82ea8416f5b7fd9d9cb05ab202f446a2dbc87171e58b1742d1a2a125764823514540ed34ea0b59f5b0a29271360d600d2aae5a36f1924
|
SHA512 (beakerlib-1.28.tar.gz) = c117c3c0cd7a81aab2dd3b98268069b08d53a23487d3699d39fb3832877a354e40edb666c91ab2c240eea68da78e06fc200071e57d5200944335a74d933bce11
|
||||||
|
Loading…
Reference in New Issue
Block a user