Bump to latest git

f38
Adam Williamson 8 years ago
parent 36cbf49ae8
commit 282c9f4d51

1
.gitignore vendored

@ -19,3 +19,4 @@
/os-autoinst-201dc4e518cb6e1f55bed1b37578da0f7462479c.tar.gz /os-autoinst-201dc4e518cb6e1f55bed1b37578da0f7462479c.tar.gz
/os-autoinst-d8f75d2bc24f63a58545d20b79064a7131d41aa2.tar.gz /os-autoinst-d8f75d2bc24f63a58545d20b79064a7131d41aa2.tar.gz
/os-autoinst-97928a217534270621c278b0442b12f9b3f46419.tar.gz /os-autoinst-97928a217534270621c278b0442b12f9b3f46419.tar.gz
/os-autoinst-734682a2dd6bb0a1a0026324f81277934c680763.tar.gz

@ -27,33 +27,30 @@
# them to the perl vendor dir, but they wouldn't bite. # them to the perl vendor dir, but they wouldn't bite.
# https://github.com/os-autoinst/os-autoinst/issues/387 # https://github.com/os-autoinst/os-autoinst/issues/387
%global __provides_exclude_from %{_libexecdir}/os-autoinst %global __provides_exclude_from %{_libexecdir}/os-autoinst
%global __requires_exclude perl\\((autotest|backend|basetest|bmwqemu|commands|consoles|cv|distribution|lockapi|mmapi|myjsonrpc|needle|ocr|testapi|OpenQA::Exceptions|OpenQA::Benchmark::Stopwatch) %global __requires_exclude perl\\((autotest|backend|basetest|bmwqemu|commands|consoles|cv|distribution|lockapi|mmapi|myjsonrpc|needle|ocr|osutils|testapi|OpenQA::Exceptions|OpenQA::Benchmark::Stopwatch)
%{?perl_default_filter} %{?perl_default_filter}
%global github_owner os-autoinst %global github_owner os-autoinst
%global github_name os-autoinst %global github_name os-autoinst
%global github_version 4.4 %global github_version 4.4
%global github_commit 97928a217534270621c278b0442b12f9b3f46419 %global github_commit 734682a2dd6bb0a1a0026324f81277934c680763
# if set, will be a post-release snapshot build, otherwise a 'normal' build # if set, will be a post-release snapshot build, otherwise a 'normal' build
%global github_date 20170410 %global github_date 20170725
%global shortcommit %(c=%{github_commit}; echo ${c:0:7}) %global shortcommit %(c=%{github_commit}; echo ${c:0:7})
Name: os-autoinst Name: os-autoinst
Version: %{github_version} Version: %{github_version}
Release: 22%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Release: 23%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Summary: OS-level test automation Summary: OS-level test automation
License: GPLv2+ License: GPLv2+
Group: Development/System Group: Development/System
URL: https://os-autoinst.github.io/openQA/ URL: https://os-autoinst.github.io/openQA/
Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{github_commit}.tar.gz Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{github_commit}.tar.gz
# https://github.com/os-autoinst/os-autoinst/pull/820
# Fix build on Perl 5.26.0, where . is not in INC by default
Patch0: os-autoinst-Fix-building-on-Perl-without-dot-in-INC.patch
# Type the long text string a bit slower in the full stack test # Type the long text string a bit slower in the full stack test
# This isn't really upstreamable, it's just a workaround to make the # This isn't really upstreamable, it's just a workaround to make the
# test fail less often particularly in Rawhide builds; typing very # test fail less often particularly in Rawhide builds; typing very
# long strings isn't 100% reliable it seems # long strings isn't 100% reliable it seems
Patch1: 0001-Type-a-bit-slower-in-the-full_stack-test.patch Patch0: 0001-Type-a-bit-slower-in-the-full_stack-test.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -211,6 +208,7 @@ make check VERBOSE=1
%{_libexecdir}/os-autoinst/lockapi.pm %{_libexecdir}/os-autoinst/lockapi.pm
%{_libexecdir}/os-autoinst/cv.pm %{_libexecdir}/os-autoinst/cv.pm
%{_libexecdir}/os-autoinst/ocr.pm %{_libexecdir}/os-autoinst/ocr.pm
%{_libexecdir}/os-autoinst/osutils.pm
%{_libexecdir}/os-autoinst/needle.pm %{_libexecdir}/os-autoinst/needle.pm
%{_libexecdir}/os-autoinst/backend %{_libexecdir}/os-autoinst/backend
%{_libexecdir}/os-autoinst/OpenQA %{_libexecdir}/os-autoinst/OpenQA
@ -229,6 +227,9 @@ make check VERBOSE=1
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
%changelog %changelog
* Mon Jul 31 2017 Adam Williamson <awilliam@redhat.com> - 4.4-23.20170725git734682a
- Bump to latest git
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 4.4-22.20170410git97928a2 * Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 4.4-22.20170410git97928a2
- Rebuild with binutils fix for ppc64le (#1475636) - Rebuild with binutils fix for ppc64le (#1475636)

@ -1 +1 @@
SHA512 (os-autoinst-97928a217534270621c278b0442b12f9b3f46419.tar.gz) = 3c5f7fadb83f8c1b8f8b17b56187b5fd240527a8f81e35eba02432bc9f60effa9b845668f482e5a8549f5ea1816d52143d9c3221e25845d12a8cea5a31b71ecf SHA512 (os-autoinst-734682a2dd6bb0a1a0026324f81277934c680763.tar.gz) = a597d2d2b784eadc2ddba860225e6185955133b33b75dd49d36eb31f17c6f8da972c2a2fdfbcfc73c38dcb3741c9df91e891bfbeeb87026f0180c74b5baacedc

Loading…
Cancel
Save