File jeos-firstboot.spec of Package jeos-firstboot
#
# spec file for package jeos-firstboot
#
# Copyright (c) 2015 SUSE LINUX 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: jeos-firstboot
Version: 0.0+git20151209.591a818
Release: 0
Summary: Files and scripts for JeOS first boot
License: GPL-2.0+
Group: Development/Tools/Other
Url: https://github.com/openSUSE/jeos-firstboot
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
#only needed as directory owners
Requires: distribution-release systemd udev
BuildRequires: distribution-release systemd udev
%description
Files and scripts for JeOS first boot
%prep
%setup
%build
%install
cp -a files/* %buildroot
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/YaST2
%config %{_sysconfdir}/YaST2/licenses
%config %{_sysconfdir}/sysconfig/network/ifcfg-eth0
%config %{_sysconfdir}/systemd/system/systemd-firstboot.service
%{_unitdir}
%{_libexecdir}/jeos-firstboot
%{_libexecdir}/jeos-firstboot-functions
/lib/kiwi
%changelog