File kiwi-desc-saltboot.spec of Package kiwi-desc-saltboot.8999
#
# spec file for package kiwi-desc-saltboot
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kiwi-desc-saltboot
Version: 0.1.1537530654.f6606d6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: kiwi-desc-saltboot-%{version}.tar.xz
Summary: SALT-based PXE network boot template
License: GPL-2.0
Group: System/Packages
BuildArch: noarch
BuildRequires: kiwi > 4.0
BuildRequires: kiwi-desc-netboot
Requires: kiwi-desc-netboot
Provides: kiwi-boot:saltboot
Provides: kiwi-image:cpio
Provides: kiwi-image:pxe
%description
kiwi boot (initrd) image for booting SALT-based PXE images.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/usr/share/kiwi/image
cp -R saltboot %{buildroot}/usr/share/kiwi/image
%files
%defattr(-,root,root,-)
/usr/share/kiwi/image
%changelog