Skip to content

Commit

Permalink
Added self upgrade knowledge for Suse 12, 15 and opensuse leap 15
Browse files Browse the repository at this point in the history
Ticket: ENT-9209
Changelog: Title
  • Loading branch information
nickanderson committed Sep 23, 2022
1 parent 3dc1f62 commit 3dd2f03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions standalone_self_upgrade.cf.in
Expand Up @@ -476,6 +476,7 @@ bundle common cfengine_package_names
"pkg[oracle_6_x86_64]" string => "$(pkg[redhat_6_x86_64])";
"pkg[SuSE_12_x86_64]" string => "$(pkg[redhat_6_x86_64])";
"pkg[SuSE_15_x86_64]" string => "$(pkg[redhat_6_x86_64])";
"pkg[opensuse_leap_15_x86_64]" string => "$(pkg[redhat_6_x86_64])";

# Redhat/Centos/Oracle 7 use the same package
"pkg[redhat_7_x86_64]" string => "$(pkg_name)-$(pkg_version)-$(pkg_release).el7.x86_64.rpm";
Expand Down Expand Up @@ -541,6 +542,10 @@ bundle agent cfengine_master_software_content
"dir[centos_5_x86_64]" string => "$(dir[redhat_5_x86_64])";
"dir[oracle_5_x86_64]" string => "$(dir[redhat_5_x86_64])";
"dir[SuSE_11_x86_64]" string => "$(dir[redhat_5_x86_64])";
"pkg[SuSE_12_x86_64]" string => "$(pkg[redhat_6_x86_64])";
"pkg[SuSE_15_x86_64]" string => "$(pkg[redhat_6_x86_64])";
"pkg[opensuse_leap_15_x86_64]" string => "$(pkg[redhat_6_x86_64])";


# All 32bit rpms use the same package
"_rpm_dists" slist => { "redhat_5", "redhat_6", "redhat_7",
Expand Down

0 comments on commit 3dd2f03

Please sign in to comment.