From d6cdcc6a3cd13b595b4208b2518449e4c3859adb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 25 2017 23:36:55 +0000 Subject: Recommend git to avoid error messages in logs (RHBZ #1467086) --- diff --git a/os-autoinst.spec b/os-autoinst.spec index 4d409f4..7da5bdf 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -40,7 +40,7 @@ Name: os-autoinst 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 License: GPLv2+ Group: Development/System @@ -102,6 +102,9 @@ Requires: qemu >= 2.0.0 Requires: qemu-kvm Requires: tesseract 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 # 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 @@ -226,6 +229,9 @@ make check VERBOSE=1 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf %changelog +* Tue Jul 25 2017 Adam Williamson - 4.4-21.20170410git97928a2 +- Recommend git to avoid error messages in logs (RHBZ #1467086) + * Thu Jul 20 2017 Adam Williamson - 4.4-20.20170410git97928a2 - Rebuild for new gdal (for new mariadb) - Downstream patch the full-stack test to type a bit slower