Accepting request 628432 from Base:System
- Update to version 84.88+git20180809.3be1b09: * Warnings for core files, no errors yet * QT_HASH_SEED has to be 0 OBS-URL: https://build.opensuse.org/request/show/628432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=90
This commit is contained in:
commit
ff75a2a4a7
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">84.87</param>
|
<param name="version">84.88</param>
|
||||||
<param name="versionformat">84.87+git%cd.%h</param>
|
<param name="versionformat">84.88+git%cd.%h</param>
|
||||||
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
||||||
<param name="changesrevision">0ef96b34d7349aed75193a3991b2b1ea8730e902</param></service>
|
<param name="changesrevision">3be1b099402914cdfe62d7d82e80ab0742b7ebe8</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8465c2c9f7c83a214d1063988e3642742a938fe51a283158937f75f94670c99f
|
|
||||||
size 34392
|
|
3
post-build-checks-84.88+git20180809.3be1b09.tar.xz
Normal file
3
post-build-checks-84.88+git20180809.3be1b09.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fdc2316d38bb28f9ca8361b97cb5a559e57fc2f89aca29d5bb52b8999feb5a0
|
||||||
|
size 34492
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 09 14:16:06 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.88+git20180809.3be1b09:
|
||||||
|
* Warnings for core files, no errors yet
|
||||||
|
* QT_HASH_SEED has to be 0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 23:06:35 UTC 2018 - ro@suse.de
|
Wed Apr 11 23:06:35 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 84.87+git20180412.b38aed4
|
%define version_unconverted 84.88+git20180809.3be1b09
|
||||||
|
|
||||||
Name: post-build-checks
|
Name: post-build-checks
|
||||||
Summary: post checks for build after rpms have been created
|
Summary: post checks for build after rpms have been created
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 84.87+git20180412.b38aed4
|
Version: 84.88+git20180809.3be1b09
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Requires: aaa_base-malloccheck
|
Requires: aaa_base-malloccheck
|
||||||
@ -80,9 +80,6 @@ do
|
|||||||
(echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]"
|
(echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]"
|
||||||
done
|
done
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# do nothing when not in a build chroot
|
# do nothing when not in a build chroot
|
||||||
if ! test -e /.buildenv; then
|
if ! test -e /.buildenv; then
|
||||||
@ -115,7 +112,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
/usr/lib/build
|
/usr/lib/build
|
||||||
/etc/profile.d/suse-buildsystem.sh
|
/etc/profile.d/suse-buildsystem.sh
|
||||||
/etc/suse-ignored-rpaths.conf
|
/etc/suse-ignored-rpaths.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user