Skip to content

Commit

Permalink
Remove SUMA proxy 4.2 product channel
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Sama <miguel.sama@suse.com>
  • Loading branch information
mikeletux authored and juliogonzalez committed Jan 12, 2024
1 parent 14d8a0a commit 07e6ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private static boolean isSupportedProxyProduct(SUSEProduct product) {
String version = product.getVersion();

return ChannelFamilyFactory.PROXY_CHANNEL_FAMILY_LABEL.equals(family.getLabel()) &&
RPM_VERSION_COMPARATOR.compare(version, "4.2") >= 0;
RPM_VERSION_COMPARATOR.compare(version, "4.3") >= 0;
}

private static boolean isSupportedOpenSUSEProduct(SUSEProduct product) {
Expand Down
1 change: 1 addition & 0 deletions java/spacewalk-java.changes.mikeletux.bsc1215412
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remove SUSE Manager proxy 4.2 product channel for PAYG instance (bsc#1215412)

0 comments on commit 07e6ff9

Please sign in to comment.