microos-tools/microos-tools.spec
Dominique Leuenberger 769a9048db Accepting request 838213 from devel:kubic
- Update to version 2.5 
  - tmp.conf now part of filesystem package for Factory
- Include tmp.conf for SUSE MicroOS

OBS-URL: https://build.opensuse.org/request/show/838213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/microos-tools?expand=0&rev=11
2020-10-03 16:52:03 +00:00

101 lines
2.9 KiB
RPMSpec

#
# spec file for package microos-tools
#
# Copyright (c) 2020 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: microos-tools
Version: 2.5
Release: 0
Summary: Files and Scripts for openSUSE MicroOS
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://github.com/kubic-project/microos-tools
Source: microos-tools-%{version}.tar.xz
Source1: tmp.mount
Source2: tmp.conf
Source99: microos-tools-rpmlintrc
BuildRequires: distribution-release
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dracut)
BuildRequires: pkgconfig(systemd)
Requires: read-only-root-fs
Conflicts: systemd-coredump
%description
Files, scripts and directories for openSUSE MicroOS.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%if 0%{?suse_version} <= 1500
install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
%endif
%pre
%service_add_pre setup-systemd-proxy-env.service printenv.service
%post
%regenerate_initrd_post
%service_add_post setup-systemd-proxy-env.service printenv.service
%preun
%service_del_preun setup-systemd-proxy-env.service printenv.service
%postun
%regenerate_initrd_post
%service_del_postun setup-systemd-proxy-env.service printenv.service
%posttrans
%regenerate_initrd_posttrans
%files
%license COPYING
%dir %{_sysconfdir}/selinux
%config %{_sysconfdir}/selinux/fixfiles_exclude_dirs
%dir %{_sysconfdir}/systemd
%dir %{_sysconfdir}/systemd/system
%config %{_sysconfdir}/systemd/system/systemd-firstboot.service
%{_unitdir}/MicroOS-firstboot.service
%{_unitdir}/printenv.service
%{_unitdir}/setup-systemd-proxy-env.path
%{_unitdir}/setup-systemd-proxy-env.service
%dir %{_unitdir}/sysinit.target.wants
%{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
%dir %{_unitdir}/salt-minion.service.d
%{_unitdir}/salt-minion.service.d/TMPDIR.conf
%{_tmpfilesdir}/salt-minion-tmpdir.conf
%{_sysctldir}/30-corefiles.conf
%{_libexecdir}/MicroOS-firstboot
%{_sbindir}/setup-systemd-proxy-env
%dir %{_prefix}/lib/dracut
%dir %{_prefix}/lib/dracut/modules.d
%{_prefix}/lib/dracut/modules.d/98selinux-microos
%{_systemdgeneratordir}/selinux-autorelabel-generator
%config %{_sysconfdir}/profile.d/ssh-locale-check.sh
%{_bindir}/locale-check
%if 0%{?suse_version} <= 1500
%{_unitdir}/tmp.mount
%{_tmpfilesdir}/tmp.conf
%endif
%changelog