Richard Brown 2024-05-14 09:19:00 +00:00 committed by Git OBS Bridge
parent a8185e64ce
commit bce5522d79
2 changed files with 24 additions and 12 deletions

View File

@ -14,14 +14,23 @@ log() {
echo "[tik-img-to-rpm] $@" echo "[tik-img-to-rpm] $@"
} }
log "DEBUG: ls /" log "DEBUG: ls /usr/src/packages"
ls / ls /usr/src/packages
log "DEBUG: ls ." log "DEBUG: ls /usr/src/packages/KIWI"
ls . ls /usr/src/packages/KIWI
log "DEBUG: cat /.buildenv" log "DEBUG: ls /usr/src/packages/SOURCES"
cat /.buildenv ls /usr/src/packages/SOURCES
log "DEBUG: ls /usr/src"
ls /usr/src
log "DEBUG: ls /usr/lib/build"
ls /usr/lib/build
log "DEBUG: ls /.build-srcdir"
ls /.build-srcdir
log "Check for tik-osimage-*.raw.xz in KIWI output directory" log "Check for tik-osimage-*.raw.xz in KIWI output directory"

View File

@ -15,21 +15,23 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
# norootforbuild
Name: containment-tik-img-to-rpm Name: containment-tik-img-to-rpm
Version: 1.0 Version: 1.0
Release: 0 Release: 0
Summary: OBS Post check for containing tik-osimage-* images in RPM Summary: OBS Post check for containing tik-osimage-* images in RPM
License: MIT License: MIT
Source: containment-tik-img-to-rpm Source: containment-tik-img-to-rpm
Source1: image.spec.in Source1: image.spec.in
BuildRequires: filesystem BuildRequires: filesystem
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: coreutils
Requires: gawk
Requires: jq Requires: jq
Conflicts: containment-rpm Requires: gawk
Requires: coreutils
Conflicts: containment-rpm
%description %description
OBS Post check for containing tik-osimage-* images in RPM OBS Post check for containing tik-osimage-* images in RPM
@ -50,3 +52,4 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/build/
%{_prefix}/lib/build/image.spec.in %{_prefix}/lib/build/image.spec.in
%changelog %changelog