|
|
@ -23,22 +23,18 @@
|
|
|
|
%global github_owner os-autoinst
|
|
|
|
%global github_owner os-autoinst
|
|
|
|
%global github_name os-autoinst
|
|
|
|
%global github_name os-autoinst
|
|
|
|
%global github_version 4.5
|
|
|
|
%global github_version 4.5
|
|
|
|
%global github_commit 43185de17bd3b9462fa9529433450a3f031079c2
|
|
|
|
%global github_commit c3d5e8ac168f5976ca488559d489bbcfa737422a
|
|
|
|
# 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 20190527
|
|
|
|
%global github_date 20190706
|
|
|
|
%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: 18%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
|
|
|
Release: 19%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
|
|
|
Summary: OS-level test automation
|
|
|
|
Summary: OS-level test automation
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
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/1174
|
|
|
|
|
|
|
|
# Reverse key order when sending up events for multi-key presses
|
|
|
|
|
|
|
|
# Works around https://bugzilla.redhat.com/show_bug.cgi?id=1727388
|
|
|
|
|
|
|
|
Patch0: 0001-VNC-reverse-key-order-when-sending-key-up-events.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
@ -227,6 +223,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
|
|
|
|
|
|
|
|
* Fri Jul 12 2019 Adam Williamson <awilliam@redhat.com> - 4.5-19.20190706gitc3d5e8a
|
|
|
|
|
|
|
|
- Bump to latest git again, drop merged patch
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 05 2019 Adam Williamson <awilliam@redhat.com> - 4.5-18.20190527git43185de
|
|
|
|
* Fri Jul 05 2019 Adam Williamson <awilliam@redhat.com> - 4.5-18.20190527git43185de
|
|
|
|
- Backport #1174 to work around RHBZ #1727388 (key press order)
|
|
|
|
- Backport #1174 to work around RHBZ #1727388 (key press order)
|
|
|
|
|
|
|
|
|
|
|
|