Accepting request 844898 from devel:kubic

- Update to version 2.7
  - Add workaround if /.autorelabel is used, don't ignore it
- Rename tmp.conf to microos-tmp.conf on SUSE MicroOS

- Fix building on SUSE MicroOS

OBS-URL: https://build.opensuse.org/request/show/844898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/microos-tools?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-11-02 08:40:34 +00:00 committed by Git OBS Bridge
parent 8830724c60
commit 9a237aa56f
5 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46bdec2fe31b81b2a8837287b38915f10bb4a98c3269b1dd20679cf45e45d54e
size 75180

3
microos-tools-2.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 28 10:43:48 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.7
- Add workaround if /.autorelabel is used, don't ignore it
- Rename tmp.conf to microos-tmp.conf on SUSE MicroOS
-------------------------------------------------------------------
Thu Oct 22 13:04:15 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Fix building on SUSE MicroOS
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 21 15:54:44 UTC 2020 - Thorsten Kukuk <kukuk@suse.com> Wed Oct 21 15:54:44 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -17,7 +17,7 @@
Name: microos-tools Name: microos-tools
Version: 2.6 Version: 2.7
Release: 0 Release: 0
Summary: Files and Scripts for openSUSE MicroOS Summary: Files and Scripts for openSUSE MicroOS
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -25,7 +25,7 @@ Group: Development/Tools/Other
URL: https://github.com/kubic-project/microos-tools URL: https://github.com/kubic-project/microos-tools
Source: microos-tools-%{version}.tar.xz Source: microos-tools-%{version}.tar.xz
Source1: tmp.mount Source1: tmp.mount
Source2: tmp.conf Source2: microos-tmp.conf
Source99: microos-tools-rpmlintrc Source99: microos-tools-rpmlintrc
BuildRequires: distribution-release BuildRequires: distribution-release
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -48,6 +48,7 @@ Files, scripts and directories for openSUSE MicroOS.
%make_install %make_install
%if 0%{?suse_version} <= 1500 %if 0%{?suse_version} <= 1500
install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/ install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
%endif %endif
%pre %pre
@ -94,7 +95,7 @@ install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
%{_bindir}/locale-check %{_bindir}/locale-check
%if 0%{?suse_version} <= 1500 %if 0%{?suse_version} <= 1500
%{_unitdir}/tmp.mount %{_unitdir}/tmp.mount
%{_tmpfilesdir}/tmp.conf %{_tmpfilesdir}/microos-tmp.conf
%endif %endif
%changelog %changelog