Dominique Leuenberger 2022-09-01 20:09:25 +00:00 committed by Git OBS Bridge
parent c8d8d77813
commit 0b401cd541
4 changed files with 28 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95444bd942ee62efa13640720c7044819b5344c9fc9329a38c8dd164fedcb8ce
size 75988

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1205951bb5668f21ae97f94b048947150e95d458203e1a794bc9295ad5771cf3
size 80460

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 31 06:53:58 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Update to version 2.15
- 98selinux-microos: Add grep as dependency
-------------------------------------------------------------------
Tue Aug 30 15:28:55 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.14
- Fix Makefile to install sysext-add-debug
-------------------------------------------------------------------
Tue Aug 30 13:51:58 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.13
- 98selinux-microos: Don't rely on selinux=1 [bsc#1202449]
- Add sysext-add-debug
- Make sure /var/lib/overlay exists before relabeling
-------------------------------------------------------------------
Thu Sep 9 11:45:19 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package microos-tools
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: microos-tools
Version: 2.12
Version: 2.15
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
Source: https://github.com/openSUSE/microos-tools/releases/download/v%{version}/microos-tools-%{version}.tar.xz
Source1: tmp.mount
Source2: microos-tmp.conf
Source99: microos-tools-rpmlintrc
@ -45,7 +45,7 @@ Summary: Tools to develop MicroOS
This package contains tools to make developing of MicroOS easier.
%prep
%setup -q
%autosetup -p1
%build
%configure
@ -114,5 +114,6 @@ install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
%{_sbindir}/microos-rw
%{_sbindir}/rpm-sortbysize
%{_sbindir}/rpmorphan
%{_sbindir}/sysext-add-debug
%changelog