Apply ELevate modifications

This commit is contained in:
Andrew Lukoshko 2022-08-17 10:01:49 +00:00
parent 4fcaa51c5a
commit 4bd6dbbadd
2 changed files with 1190 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ py2_byte_compile "%1" "%2"}
Name: leapp-repository
Version: 0.16.0
Release: 6%{?dist}
Release: 6%{?dist}.elevate
Summary: Repositories for leapp
License: ASL 2.0
@ -60,6 +60,9 @@ Patch0004: 0004-Enforce-the-removal-of-rubygem-irb-do-not-install-it.patch
Patch0005: 0005-IPU-8-9-Migrate-blacklisted-CAs-hotfix.patch
Patch0006: 0006-Skip-comment-lines-when-parsing-grub-configuration-f.patch
## ELEVATE PATCHES HERE
Patch1000: leapp-repository-0.16.0-elevate.patch
%description
%{summary}
@ -183,6 +186,8 @@ Requires: policycoreutils-python-utils
%patch0005 -p1
%patch0006 -p1
%patch1000 -p1
# enforce removal of packages below during the upgrade
%build
@ -257,6 +262,9 @@ done;
# no files here
%changelog
* Wed Aug 17 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.16.0-6.elevate
- Apply ELevate modifications
* Wed Apr 27 2022 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-6
- Skip comments in /etc/default/grub during the parsing
- Resolves: #1997076