Offline generation of 4.5.1513280464.2a5fad61
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=70
This commit is contained in:
parent
771077bbc4
commit
4dddb2ee7b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0fa23614466d6e02306126573621f634031636096591e1f005d44f5ca2810f6
|
|
||||||
size 18678268
|
|
3
os-autoinst-4.5.1513280464.2a5fad61.tar.xz
Normal file
3
os-autoinst-4.5.1513280464.2a5fad61.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49fe7c320bcb0091e0aac4e0683ad0b00a4f1ab689e6f2f68ccf531ebc11a8ab
|
||||||
|
size 18678364
|
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 11:03:27 UTC 2017 - okurz@suse.com
|
Fri Dec 15 14:11:44 UTC 2017 - okurz@suse.com
|
||||||
|
|
||||||
- Update to version 4.5.1513162984.c17409a6:
|
- Update to version 4.5.1513280464.2a5fad61:
|
||||||
|
* Retidy - perltidy 20171214 changed output (#896)
|
||||||
* Simply ignore '\r' in type string (#894)
|
* Simply ignore '\r' in type string (#894)
|
||||||
* Change the logs timestamp to ISO8601. (#893)
|
* Change the logs timestamp to ISO8601. (#893)
|
||||||
* Add method to get files content and integration test
|
* Add method to get files content and integration test
|
||||||
@ -13,6 +14,11 @@ Wed Dec 13 11:03:27 UTC 2017 - okurz@suse.com
|
|||||||
* [POC] Wrap HMP commands with QMP's human-monitor-command
|
* [POC] Wrap HMP commands with QMP's human-monitor-command
|
||||||
* Distinguish modules name in a test run if it's a duplicate (#884)
|
* Distinguish modules name in a test run if it's a duplicate (#884)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 14:11:14 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- disable perltidy and perlcritic checks during build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 28 08:52:50 UTC 2017 - okurz@suse.com
|
Tue Nov 28 08:52:50 UTC 2017 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.5.1513162984.c17409a6
|
Version: 4.5.1513280464.2a5fad61
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OS-level test automation
|
Summary: OS-level test automation
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -36,9 +36,6 @@ BuildRequires: pkgconfig(fftw3)
|
|||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(sndfile)
|
BuildRequires: pkgconfig(sndfile)
|
||||||
BuildRequires: pkgconfig(theoraenc)
|
BuildRequires: pkgconfig(theoraenc)
|
||||||
%if %suse_version > 1320
|
|
||||||
BuildRequires: perl(Perl::Critic)
|
|
||||||
%endif
|
|
||||||
Requires: /usr/bin/qemu-img
|
Requires: /usr/bin/qemu-img
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
Requires: optipng
|
Requires: optipng
|
||||||
@ -108,12 +105,12 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch
|
|||||||
export NO_BRP_STALE_LINK_ERROR=yes
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# disable perlcritic - too heavy dependency on old systems
|
# disable code quality checks - not worth the time for package builds
|
||||||
if test -z "$(type -p perlcritic)"; then
|
|
||||||
sed '/perlcritic/d' -i Makefile
|
sed '/perlcritic/d' -i Makefile
|
||||||
sed '/Perl::Critic/d' -i cpanfile
|
sed '/Perl::Critic/d' -i cpanfile
|
||||||
|
sed '/tidy/d' -i Makefile
|
||||||
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
|
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
|
||||||
fi
|
|
||||||
# don't require qemu within OBS
|
# don't require qemu within OBS
|
||||||
cp t/05-pod.t t/99-full-stack.t
|
cp t/05-pod.t t/99-full-stack.t
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user