Bump to latest git again

f38
Adam Williamson 6 years ago
parent 406bc8f5d4
commit 05beb99e35

1
.gitignore vendored

@ -30,3 +30,4 @@
/os-autoinst-dfe4780173438a80b6ecd8d5804700e97c0a6346.tar.gz
/os-autoinst-519f2ee7ba065a0bb3b3704d6bc8b03960188477.tar.gz
/os-autoinst-1080c396568ab9e3def8c33830dd371dac7797c9.tar.gz
/os-autoinst-43185de17bd3b9462fa9529433450a3f031079c2.tar.gz

@ -23,14 +23,14 @@
%global github_owner os-autoinst
%global github_name os-autoinst
%global github_version 4.5
%global github_commit 1080c396568ab9e3def8c33830dd371dac7797c9
%global github_commit 43185de17bd3b9462fa9529433450a3f031079c2
# if set, will be a post-release snapshot build, otherwise a 'normal' build
%global github_date 20190312
%global github_date 20190527
%global shortcommit %(c=%{github_commit}; echo ${c:0:7})
Name: os-autoinst
Version: %{github_version}
Release: 15%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Release: 16%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Summary: OS-level test automation
License: GPLv2+
URL: https://os-autoinst.github.io/openQA/
@ -90,7 +90,7 @@ Recommends: git
# 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
# easier to resync with SUSE's spec...
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(XML::SemanticDiff) perl(JSON::XS) perl(List::MoreUtils) perl(Socket::MsgHdr)
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(XML::SemanticDiff) perl(JSON::XS) perl(List::MoreUtils) perl(Socket::MsgHdr) perl(Cpanel::JSON::XS) perl(IO::Scalar)
# [note from openSUSE spec regarding JSON::XS dependency]:
# we shuffle around a lot of JSON, so make sure this is fast
# and the JSON modules have subtle differences and we only test against XS in production
@ -223,6 +223,10 @@ make check VERBOSE=1
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
%changelog
* Mon May 27 2019 Adam Williamson <awilliam@redhat.com> - 4.5-16.20190527git43185de
- Bump to latest git again
- Add a couple of new/missing dependencies
* Wed Mar 13 2019 Adam Williamson <awilliam@redhat.com> - 4.5-15.20190312git1080c39
- Bump to latest git again

@ -1 +1 @@
SHA512 (os-autoinst-1080c396568ab9e3def8c33830dd371dac7797c9.tar.gz) = f133bead721f8c39ebb284baa9440eb447aa401b3db97e5b3fa1ac2edde6679c43d51ddfae5cda6603596fc88af2ffd3321ab532a7d02d116c20fbd3dab19e2a
SHA512 (os-autoinst-43185de17bd3b9462fa9529433450a3f031079c2.tar.gz) = 59aa345729280da9029b2e74af8de3d36d0559ad38b1530ed354b2e07eb740422037353dc47fbc7ae13a69c05423495b2c4263cadcde1c360db1f9a15399d9f9

Loading…
Cancel
Save