|
|
@ -40,7 +40,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: os-autoinst
|
|
|
|
Name: os-autoinst
|
|
|
|
Version: %{github_version}
|
|
|
|
Version: %{github_version}
|
|
|
|
Release: 20%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
|
|
|
Release: 21%{?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
|
|
|
@ -102,6 +102,9 @@ Requires: qemu >= 2.0.0
|
|
|
|
Requires: qemu-kvm
|
|
|
|
Requires: qemu-kvm
|
|
|
|
Requires: tesseract
|
|
|
|
Requires: tesseract
|
|
|
|
Requires: withlock
|
|
|
|
Requires: withlock
|
|
|
|
|
|
|
|
# Not really needed, but you get non-fatal error messages in test
|
|
|
|
|
|
|
|
# logs without it: https://bugzilla.redhat.com/show_bug.cgi?id=1467086
|
|
|
|
|
|
|
|
Recommends: git
|
|
|
|
# these are both runtime and test requires. For Fedora, we get auto
|
|
|
|
# these are both runtime and test requires. For Fedora, we get auto
|
|
|
|
# Requires: for most of them, but we'd still have to add BuildRequires,
|
|
|
|
# Requires: for most of them, but we'd still have to add BuildRequires,
|
|
|
|
# so we may as well follow the SUSE spec's approach here to make it
|
|
|
|
# so we may as well follow the SUSE spec's approach here to make it
|
|
|
@ -226,6 +229,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
|
|
|
|
|
|
|
|
* Tue Jul 25 2017 Adam Williamson <awilliam@redhat.com> - 4.4-21.20170410git97928a2
|
|
|
|
|
|
|
|
- Recommend git to avoid error messages in logs (RHBZ #1467086)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2017 Adam Williamson <awilliam@redhat.com> - 4.4-20.20170410git97928a2
|
|
|
|
* Thu Jul 20 2017 Adam Williamson <awilliam@redhat.com> - 4.4-20.20170410git97928a2
|
|
|
|
- Rebuild for new gdal (for new mariadb)
|
|
|
|
- Rebuild for new gdal (for new mariadb)
|
|
|
|
- Downstream patch the full-stack test to type a bit slower
|
|
|
|
- Downstream patch the full-stack test to type a bit slower
|
|
|
|