Latest git again (including virtio-rng /dev/urandom change)

f38
Adam Williamson 6 years ago
parent c652a123cc
commit 03b4196c98

1
.gitignore vendored

@ -27,3 +27,4 @@
/os-autoinst-f5d91659fd74b634d31681437f7bd6f7ead6bc41.tar.gz /os-autoinst-f5d91659fd74b634d31681437f7bd6f7ead6bc41.tar.gz
/os-autoinst-44e93d8dfa546da132a7127a0edf0656cc3e0807.tar.gz /os-autoinst-44e93d8dfa546da132a7127a0edf0656cc3e0807.tar.gz
/os-autoinst-cb3fa72740dd5049cb2be7ffd29b68ee4f953459.tar.gz /os-autoinst-cb3fa72740dd5049cb2be7ffd29b68ee4f953459.tar.gz
/os-autoinst-dfe4780173438a80b6ecd8d5804700e97c0a6346.tar.gz

@ -23,14 +23,14 @@
%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 cb3fa72740dd5049cb2be7ffd29b68ee4f953459 %global github_commit dfe4780173438a80b6ecd8d5804700e97c0a6346
# 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 20190108 %global github_date 20190114
%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: 11%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Release: 12%{?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
@ -224,7 +224,10 @@ 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 Jan 08 2019 Adam Williamson <awilliam@redhat.com> - 3.5-11.20190108gitcb3fa72 * Mon Jan 14 2019 Adam Williamson <awilliam@redhat.com> - 4.5-12.20190114gitdfe4780
- Bump to latest git again (including virtio-rng /dev/urandom change)
* Tue Jan 08 2019 Adam Williamson <awilliam@redhat.com> - 4.5-11.20190108gitcb3fa72
- Bump to latest git again - Bump to latest git again
* Tue Dec 18 2018 Adam Williamson <awilliam@redhat.com> - 4.5-10.20181213git44e93d8 * Tue Dec 18 2018 Adam Williamson <awilliam@redhat.com> - 4.5-10.20181213git44e93d8

@ -1 +1 @@
SHA512 (os-autoinst-cb3fa72740dd5049cb2be7ffd29b68ee4f953459.tar.gz) = c36689c3b913aaac980758c7e8a65e82c18e945cf829564b9d40d97e44f7e93be06d520be8c213bfe77b3c2a383b0260479899de0e01c173ef3f424b9573b145 SHA512 (os-autoinst-dfe4780173438a80b6ecd8d5804700e97c0a6346.tar.gz) = 469c19fb93fcf035e9f9a6a7309799af9559fa4844dae33fd5c34dadea44f6cb5a336ec4d1c508c7b659bee220054c1a8e835fff26e341d08fe594d1761eba4f

Loading…
Cancel
Save