Skip to content

Commit

Permalink
Conflict satellite-maintain < 0.0.3
Browse files Browse the repository at this point in the history
In foreman_maintain 1.8.0 we moved some Satellite-specific metadata to
the Satellite-specific satellite-maintain package, but the normal
upgrade procedure doesn't enforce the right satellite-maintain version
to be present, thus leading to upgrade errors. Let's enforce this
requirement at the package level.
  • Loading branch information
evgeni committed Oct 25, 2024
1 parent 0baf56d commit f5c4cde
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Summary: The Foreman/Satellite maintenance tool
Name: rubygem-%{gem_name}
Version: 1.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Group: Development/Languages
License: GPLv3
Expand All @@ -28,6 +28,7 @@ Requires: hostname
Requires: yum-utils
Requires: /usr/bin/psql
Requires: nftables
Conflicts: satellite-maintain < 0.0.3
BuildRequires: python3-devel

Provides: foreman-maintain = %{version}
Expand Down Expand Up @@ -114,6 +115,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{gem_name}
%doc %{gem_instdir}/README.md

%changelog
* Thu Oct 24 2024 Evgeni Golov - 1:1.8.1-2
- Conflict satellite-maintain < 0.0.3

* Mon Oct 21 2024 Foreman Packaging Automation <[email protected]> - 1:1.8.1-1
- Update to 1.8.1

Expand Down

0 comments on commit f5c4cde

Please sign in to comment.