File dracut-saltboot.spec of Package dracut-saltboot.28934
#
# spec file for package dracut-saltboot
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: dracut-saltboot
Version: 0.1.1681904360.84ef141
Release: 0
Source: dracut-saltboot-%{version}.tar.xz
Summary: SALT-based PXE network boot dracut module
License: GPL-2.0
Group: System/Packages
BuildArch: noarch
BuildRequires: dracut
Requires: dracut
# Requires for saltboot functionality
Requires: bind-utils
Requires: cryptsetup
Requires: curl
Requires: device-mapper
Requires: e2fsprogs
Requires: gzip
Requires: parted
Requires: xz
Recommends: kiwi-tools
%description
dracut module for booting SALT-based PXE images.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}%{_prefix}/lib/dracut/modules.d/50saltboot
cp -R saltboot/* %{buildroot}%{_prefix}/lib/dracut/modules.d/50saltboot
chmod 755 %{buildroot}%{_prefix}/lib/dracut/modules.d/50saltboot/*
install -D -m 644 -t %{buildroot}%{_unitdir}/ services/*
%files
%{_prefix}/lib/dracut/modules.d/50saltboot
%{_unitdir}/*
%pre
%service_add_pre image-deployed-bundle.service image-deployed.service install-local-bootloader.service migrate-to-bundle.service
%post
%service_add_post image-deployed-bundle.service image-deployed.service install-local-bootloader.service migrate-to-bundle.service
%preun
%service_del_preun image-deployed-bundle.service image-deployed.service install-local-bootloader.service migrate-to-bundle.service
%postun
%service_del_postun image-deployed-bundle.service image-deployed.service install-local-bootloader.service migrate-to-bundle.service
%changelog