Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict satellite-maintain < 0.0.3 #11378

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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