File gsi-helpers.spec of Package gsi-helpers
#
# spec file for package phosh-helpers
#
# Copyright (c) 2021 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: gsi-helpers
Version: v0.0.1
Release: 2%{?dist}
Summary: GSI image helpers package
License: GPL-3.0-or-later
URL: https://gitlab.com/slem.os/%{name}
Source0: zz-tls-padding.sh
Source1: zz-gsi-phone.sh
BuildArch: noarch
%systemd_requires
%description
GSI image helpers package.
%prep
%build
%install
touch %{buildroot}/.writable_image
%{__install} -Dm0755 -t %{buildroot}%{_sysconfdir}/profile.d/ %{SOURCE0} %{SOURCE1}
%files
/.writable_image
%config %{_sysconfdir}/profile.d/*
%changelog