File jeos-firstboot-module-user.spec of Package jeos-firstboot-module-user
#
# spec file for package jeos-firstboot-module-user
#
# Copyright (c) 2023 Richard Brown
# Copyright (c) 2023 Project Greybeard
#
# 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://github.com/ProjectGreybeard/bugs
#
Name: jeos-firstboot-module-user
Version: 20230216
Release: 0
Summary: Create user module for JeOS first boot wizard
License: MIT
Group: Development/Tools/Other
URL: https://github.com/openSUSE/jeos-firstboot
Source1: user
Requires: jeos-firstboot
%description
Module to create a user with JeOS first boot wizard
%prep
%build
%install
mkdir -p %{buildroot}%{_datadir}/jeos-firstboot/modules/
install -m 0755 %{SOURCE1} %{buildroot}%{_datadir}/jeos-firstboot/modules/
%post
%postun
%files
%dir %{_datadir}/jeos-firstboot/
%dir %{_datadir}/jeos-firstboot/modules/
%{_datadir}/jeos-firstboot/modules/user
%changelog