forked from pool/post-build-checks
Accepting request 1044077 from home:dirkmueller:branches:Base:System
- Add hook to delete x86_64 subarches - fix version in git OBS-URL: https://build.opensuse.org/request/show/1044077 OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=177
This commit is contained in:
parent
825c43e10a
commit
d34d882bcb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f985629a7be3f8e48db010f910696d567660fa3582b6b66bfdbb758dfd2c806a
|
||||
size 32764
|
3
post-build-checks-84.87+git20221221.7972874.tar.xz
Normal file
3
post-build-checks-84.87+git20221221.7972874.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e2b69d52bfbfe62591eee28c5064ac46d860671c64344dbf0b441f7478e5348
|
||||
size 32956
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 12:42:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- Add hook to delete x86_64 subarches
|
||||
- fix version in git
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 12:59:11 UTC 2022 - ro@suse.de
|
||||
|
||||
|
@ -16,13 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 84.87+git20221125.a8b2d0e
|
||||
|
||||
Name: post-build-checks
|
||||
Summary: post checks for build after rpms have been created
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Version: 84.87+git20221125.a8b2d0e
|
||||
Version: 84.87+git20221221.7972874
|
||||
Release: 0
|
||||
PreReq: aaa_base
|
||||
PreReq: permissions
|
||||
@ -39,7 +37,6 @@ URL: https://github.com/openSUSE/post-build-checks
|
||||
#
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
some scripts to check for problems like test-installing the newly
|
||||
@ -59,10 +56,12 @@ it may not be a good idea to install this to a running system:
|
||||
|
||||
%install
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/build/checks
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/build/post-mkbaselibs-checks
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/build/checks-data
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/build/helper
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/build/finalize-system
|
||||
install -m 755 checks/* $RPM_BUILD_ROOT/usr/lib/build/checks
|
||||
install -m 755 post-mkbaselibs-checks/* $RPM_BUILD_ROOT/usr/lib/build/post-mkbaselibs-checks
|
||||
install -m 644 checks-data/* $RPM_BUILD_ROOT/usr/lib/build/checks-data
|
||||
install -m 755 helper/* $RPM_BUILD_ROOT/usr/lib/build/helper
|
||||
install -m 755 finalize-system/* $RPM_BUILD_ROOT/usr/lib/build/finalize-system
|
||||
@ -71,7 +70,6 @@ install -m 644 -D suse-ignored-rpaths.conf $RPM_BUILD_ROOT/etc/suse-ignored-rpat
|
||||
chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%license COPYING
|
||||
/usr/lib/build
|
||||
/etc/profile.d/suse-buildsystem.sh
|
||||
|
Loading…
Reference in New Issue
Block a user