diff --git a/tmp.conf b/microos-tmp.conf similarity index 100% rename from tmp.conf rename to microos-tmp.conf diff --git a/microos-tools-2.6.tar.xz b/microos-tools-2.6.tar.xz deleted file mode 100644 index bcbbba4..0000000 --- a/microos-tools-2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46bdec2fe31b81b2a8837287b38915f10bb4a98c3269b1dd20679cf45e45d54e -size 75180 diff --git a/microos-tools-2.7.tar.xz b/microos-tools-2.7.tar.xz new file mode 100644 index 0000000..d824148 --- /dev/null +++ b/microos-tools-2.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5951e3e567456b67cc195aeaddafc2e3fe217361cbe3c68e04c63eaaacb8cb8 +size 75276 diff --git a/microos-tools.changes b/microos-tools.changes index d69f8be..32bed21 100644 --- a/microos-tools.changes +++ b/microos-tools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 28 10:43:48 UTC 2020 - Thorsten Kukuk + +- 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 + +- Fix building on SUSE MicroOS + ------------------------------------------------------------------- Wed Oct 21 15:54:44 UTC 2020 - Thorsten Kukuk diff --git a/microos-tools.spec b/microos-tools.spec index 74d1622..e98aa8b 100644 --- a/microos-tools.spec +++ b/microos-tools.spec @@ -17,7 +17,7 @@ Name: microos-tools -Version: 2.6 +Version: 2.7 Release: 0 Summary: Files and Scripts for openSUSE MicroOS License: GPL-2.0-or-later @@ -25,7 +25,7 @@ Group: Development/Tools/Other URL: https://github.com/kubic-project/microos-tools Source: microos-tools-%{version}.tar.xz Source1: tmp.mount -Source2: tmp.conf +Source2: microos-tmp.conf Source99: microos-tools-rpmlintrc BuildRequires: distribution-release BuildRequires: pkgconfig @@ -48,6 +48,7 @@ Files, scripts and directories for openSUSE MicroOS. %make_install %if 0%{?suse_version} <= 1500 install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/ +install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir} %endif %pre @@ -94,7 +95,7 @@ install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/ %{_bindir}/locale-check %if 0%{?suse_version} <= 1500 %{_unitdir}/tmp.mount -%{_tmpfilesdir}/tmp.conf +%{_tmpfilesdir}/microos-tmp.conf %endif %changelog