Accepting request 1137938 from devel:microos
- Update to version 2.21+git9: * Add man-online command * Drop support for sle15 builds * Add OBS CI workflow OBS-URL: https://build.opensuse.org/request/show/1137938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/microos-tools?expand=0&rev=32
This commit is contained in:
commit
66babd72ed
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/microos-tools.git</param>
|
||||
<param name="changesrevision">b43efacd05faccc841ae5302e3a9a5821485f31f</param></service>
|
||||
<param name="changesrevision">70fec4cd39c7e95ebc83abb4cb85cf189803a4f5</param></service>
|
||||
</servicedata>
|
@ -1,11 +0,0 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# See tmpfiles.d(5) for details
|
||||
|
||||
# Clear tmp directories separately, to make them easier to override
|
||||
d /tmp 1777 root root 10d
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d4e1f53c41fa1b2723b126a63256ebf5105714678d8d3749f5cfab3d413f18c
|
||||
size 49162
|
BIN
microos-tools-2.21+git9.obscpio
(Stored with Git LFS)
Normal file
BIN
microos-tools-2.21+git9.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
addFilter('post-without-tmpfile-creation')
|
||||
addFilter('tmpfile-not-in-filelist')
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 12:47:49 UTC 2024 - kukuk@suse.com
|
||||
|
||||
- Update to version 2.21+git9:
|
||||
* Add man-online command
|
||||
* Drop support for sle15 builds
|
||||
* Add OBS CI workflow
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 12:11:04 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: microos-tools
|
||||
version: 2.21+git5
|
||||
mtime: 1697112498
|
||||
commit: b43efacd05faccc841ae5302e3a9a5821485f31f
|
||||
version: 2.21+git9
|
||||
mtime: 1704813885
|
||||
commit: 70fec4cd39c7e95ebc83abb4cb85cf189803a4f5
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package microos-tools
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,16 +19,13 @@
|
||||
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
|
||||
|
||||
Name: microos-tools
|
||||
Version: 2.21+git5
|
||||
Version: 2.21+git9
|
||||
Release: 0
|
||||
Summary: Files and Scripts for openSUSE MicroOS
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/openSUSE/microos-tools
|
||||
Source: microos-tools-%{version}.tar.xz
|
||||
Source1: tmp.mount
|
||||
Source2: microos-tmp.conf
|
||||
Source99: microos-tools-rpmlintrc
|
||||
BuildRequires: automake
|
||||
BuildRequires: distribution-release
|
||||
BuildRequires: pkgconfig
|
||||
@ -36,6 +33,8 @@ BuildRequires: pkgconfig(dracut)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: read-only-root-fs
|
||||
# for man-online
|
||||
Requires: mandoc-bin
|
||||
|
||||
%description
|
||||
Files, scripts and directories for openSUSE MicroOS.
|
||||
@ -56,10 +55,6 @@ This package contains tools to make developing of MicroOS easier.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%if 0%{?suse_version} <= 1500
|
||||
install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
|
||||
install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
|
||||
%endif
|
||||
|
||||
%pre
|
||||
%service_add_pre setup-systemd-proxy-env.service setup-systemd-proxy-env.path printenv.service
|
||||
@ -100,9 +95,6 @@ install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
|
||||
%dir %{_unitdir}/salt-minion.service.d
|
||||
%{_unitdir}/salt-minion.service.d/TMPDIR.conf
|
||||
%{_tmpfilesdir}/salt-minion-tmpdir.conf
|
||||
%if %{?suse_version} <= 1500
|
||||
%dir %{_distconfdir}
|
||||
%endif
|
||||
%dir %{_distconfdir}/tukit.conf.d
|
||||
%{_distconfdir}/tukit.conf.d/salt-tukit.conf
|
||||
%{_sbindir}/setup-systemd-proxy-env
|
||||
@ -110,10 +102,8 @@ install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
|
||||
%dir %{_prefix}/lib/dracut/modules.d
|
||||
%{_prefix}/lib/dracut/modules.d/98selinux-microos
|
||||
%{_systemdgeneratordir}/selinux-autorelabel-generator
|
||||
%if 0%{?suse_version} <= 1500
|
||||
%{_unitdir}/tmp.mount
|
||||
%{_tmpfilesdir}/microos-tmp.conf
|
||||
%endif
|
||||
%{_bindir}/man-online
|
||||
%{_distconfdir}/profile.d/man-online.sh
|
||||
|
||||
%files -n microos-devel-tools
|
||||
%{_unitdir}/microos-ro.service
|
||||
|
25
tmp.mount
25
tmp.mount
@ -1,25 +0,0 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1+
|
||||
#
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Temporary Directory (/tmp)
|
||||
Documentation=https://systemd.io/TEMPORARY_DIRECTORIES
|
||||
Documentation=man:file-hierarchy(7)
|
||||
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
|
||||
ConditionPathIsSymbolicLink=!/tmp
|
||||
DefaultDependencies=no
|
||||
Conflicts=umount.target
|
||||
Before=local-fs.target umount.target
|
||||
After=swap.target
|
||||
|
||||
[Mount]
|
||||
What=tmpfs
|
||||
Where=/tmp
|
||||
Type=tmpfs
|
||||
Options=mode=1777,strictatime,nosuid,nodev
|
Loading…
Reference in New Issue
Block a user