From cc2103f0b1aed4120300f6cdfcd01ae154e9048c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 11:21:47 +0000 Subject: [PATCH] import leapp-0.15.1-1.el8 --- .gitignore | 2 +- .leapp.metadata | 2 +- SPECS/leapp.spec | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ccb9518..061c797 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/leapp-0.15.0.tar.gz +SOURCES/leapp-0.15.1.tar.gz diff --git a/.leapp.metadata b/.leapp.metadata index ffac38a..7131e64 100644 --- a/.leapp.metadata +++ b/.leapp.metadata @@ -1 +1 @@ -36cdd3d8d957a500c8dfe8dfb90ecd8c1ef84737 SOURCES/leapp-0.15.0.tar.gz +85884622ba869887d06166c29c0a72b91c01a04f SOURCES/leapp-0.15.1.tar.gz diff --git a/SPECS/leapp.spec b/SPECS/leapp.spec index a462d79..0f7ccbf 100644 --- a/SPECS/leapp.spec +++ b/SPECS/leapp.spec @@ -36,7 +36,7 @@ %endif Name: leapp -Version: 0.15.0 +Version: 0.15.1 Release: 1%{?dist} Summary: OS & Application modernization framework @@ -181,7 +181,7 @@ install -m 0644 -p man/snactor.1 %{buildroot}%{_mandir}/man1/ install -m 0755 -d %{buildroot}%{_datadir}/leapp install -m 0755 -d %{buildroot}%{_datadir}/leapp/report_schema install -m 0644 -p report-schema-v110.json %{buildroot}%{_datadir}/leapp/report_schema/report-schema.json -install -m 0755 -d %{buildroot}%{_sharedstatedir}/leapp +install -m 0700 -d %{buildroot}%{_sharedstatedir}/leapp install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d install -m 0600 -d %{buildroot}%{_sysconfdir}/leapp/answers @@ -243,6 +243,17 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/ # no files here %changelog +* Tue Feb 21 2023 Petr Stodulka - 0.15.1-1 +- Rebase to v0.15.1 +- Change DAC for /var/lib/leapp to 0700 to make it accessible for root only +- Propagate error messages from leapp actors to the main leapp process +- Prevent unicode errors when printing error messages +- Resolves: rhbz#2162710 + +* Thu Sep 08 2022 Petr Stodulka - 0.15.0-2 +- Fix the check of missing required answers +- Resolves: rhbz#2124332 + * Wed Aug 24 2022 Petr Stodulka - 0.15.0-1 - Rebase to v0.15.0 - Bump leapp-framework to 3.1