import leapp-0.15.1-1.el8
This commit is contained in:
parent
1eb50444a5
commit
cc2103f0b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/leapp-0.15.0.tar.gz
|
SOURCES/leapp-0.15.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
36cdd3d8d957a500c8dfe8dfb90ecd8c1ef84737 SOURCES/leapp-0.15.0.tar.gz
|
85884622ba869887d06166c29c0a72b91c01a04f SOURCES/leapp-0.15.1.tar.gz
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: leapp
|
Name: leapp
|
||||||
Version: 0.15.0
|
Version: 0.15.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OS & Application modernization framework
|
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
|
||||||
install -m 0755 -d %{buildroot}%{_datadir}/leapp/report_schema
|
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 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
|
||||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d
|
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d
|
||||||
install -m 0600 -d %{buildroot}%{_sysconfdir}/leapp/answers
|
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
|
# no files here
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Petr Stodulka <pstodulk@redhat.com> - 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 <pstodulk@redhat.com> - 0.15.0-2
|
||||||
|
- Fix the check of missing required answers
|
||||||
|
- Resolves: rhbz#2124332
|
||||||
|
|
||||||
* Wed Aug 24 2022 Petr Stodulka <pstodulk@redhat.com> - 0.15.0-1
|
* Wed Aug 24 2022 Petr Stodulka <pstodulk@redhat.com> - 0.15.0-1
|
||||||
- Rebase to v0.15.0
|
- Rebase to v0.15.0
|
||||||
- Bump leapp-framework to 3.1
|
- Bump leapp-framework to 3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user