Skip to content

Commit 1959cd6

Browse files
Merge pull request #138 from yuravk/devel-ng-0.22.0
Exclude microsoft vendor from the package
2 parents f29d5ff + 0bf2c30 commit 1959cd6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/elevate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ jobs:
588588
sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh docker ${{ env.source_release }}" || exit 1
589589
590590
- name: Vendor - Microsoft
591-
if: inputs.vendors == 'all' && env.target_release != '10'
591+
if: false && inputs.vendors == 'all' && env.target_release != '10'
592592
run: |
593593
sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh microsoft ${{ env.source_release }}" || exit 1
594594

leapp-data.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%define conflict_dists() %(for i in almalinux almalinux-kitten centos oraclelinux rocky; do if [ "${i}" != "%{dist_name}" ]; then echo -n "leapp-data-${i} "; fi; done)
77

88
%if 0%{?rhel} == 7
9-
%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce microsoft imunify360-alt-php
9+
%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce imunify360-alt-php
1010
%define target_version 8
1111
%if %{dist_name} == "almalinux"
1212
%define gpg_key RPM-GPG-KEY-AlmaLinux-8
@@ -22,7 +22,7 @@
2222
%endif
2323
%endif
2424
%if 0%{?rhel} == 8
25-
%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce microsoft
25+
%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce
2626
%define target_version 9
2727
%if %{dist_name} == "almalinux"
2828
%define gpg_key RPM-GPG-KEY-AlmaLinux-9
@@ -55,7 +55,7 @@
5555

5656
Name: leapp-data-%{dist_name}
5757
Version: 0.8
58-
Release: 2%{?dist}.%{pes_events_build_date}
58+
Release: 3%{?dist}.%{pes_events_build_date}
5959
Summary: data for migrating tool
6060
Group: Applications/Databases
6161
License: ASL 2.0
@@ -180,6 +180,9 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve
180180

181181

182182
%changelog
183+
* Fri Mar 28 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.8-3.20250228
184+
- Exclude microsoft vendor from the package
185+
183186
* Thu Mar 27 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.8-2.20250228
184187
- Update pes-events.json and config.json (except almalinux-kitten, centos):
185188
- solve valgrind-docs, valgrind-scripts with valgrind package conflicts during 8to9 upgrade

0 commit comments

Comments
 (0)