This commit is contained in:
parent
3334455b44
commit
a8185e64ce
@ -14,6 +14,16 @@ log() {
|
|||||||
echo "[tik-img-to-rpm] $@"
|
echo "[tik-img-to-rpm] $@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log "DEBUG: ls /"
|
||||||
|
ls /
|
||||||
|
|
||||||
|
log "DEBUG: ls ."
|
||||||
|
ls .
|
||||||
|
|
||||||
|
log "DEBUG: cat /.buildenv"
|
||||||
|
cat /.buildenv
|
||||||
|
|
||||||
|
|
||||||
log "Check for tik-osimage-*.raw.xz in KIWI output directory"
|
log "Check for tik-osimage-*.raw.xz in KIWI output directory"
|
||||||
if ! ls ${img_dir}/tik-osimage-*.raw.xz; then
|
if ! ls ${img_dir}/tik-osimage-*.raw.xz; then
|
||||||
log "No tik-osimage found" && exit 0
|
log "No tik-osimage found" && exit 0
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# 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
|
||||||
@ -27,12 +26,11 @@ Source1: image.spec.in
|
|||||||
BuildRequires: filesystem
|
BuildRequires: filesystem
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: jq
|
|
||||||
Requires: gawk
|
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
|
Requires: gawk
|
||||||
|
Requires: jq
|
||||||
Conflicts: containment-rpm
|
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
|
||||||
|
|
||||||
@ -52,4 +50,3 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/build/
|
|||||||
%{_prefix}/lib/build/image.spec.in
|
%{_prefix}/lib/build/image.spec.in
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user