Page MenuHomeDevCentral

Install patch on RHEL-family servers
ClosedPublic

Authored by dereckson on Aug 3 2024, 12:08.
Tags
None
Referenced Files
F4059981: D3390.diff
Sun, Jan 26, 04:51
Unknown Object (File)
Fri, Jan 24, 02:54
Unknown Object (File)
Fri, Jan 24, 01:41
Unknown Object (File)
Thu, Jan 23, 13:14
Unknown Object (File)
Mon, Jan 20, 21:38
Unknown Object (File)
Sat, Jan 18, 20:18
Unknown Object (File)
Tue, Jan 14, 02:25
Unknown Object (File)
Sun, Jan 12, 16:17
Subscribers
None

Details

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Ok, with wget/wget2 transition still problematic (unrelated to patch package).

Complector
$ salt -G "os_family:RedHat" state.sls_id sysadmin_utilities roles/core/userland-software
[…]
docker-002:
----------
          ID: sysadmin_utilities
    Function: pkg.installed
      Result: True
     Comment: All specified packages are already installed
     Started: 12:11:36.567793
    Duration: 218.91 ms
     Changes:

Summary for docker-002
------------
Succeeded: 1
Failed:    0
------------
Total states run:     1
Total run time: 218.910 ms
dwellers:
----------
          ID: sysadmin_utilities
    Function: pkg.installed
      Result: False
     Comment: The following packages failed to install/update: wget
              The following packages were installed/updated: patch
              The following packages were already installed: bat, colordiff, nano, ripgrep, tree, nmap-ncat, net-tools, psmisc, tar
     Started: 12:11:36.284380
    Duration: 8372.639 ms
     Changes:
              ----------
              ed:
                  ----------
                  new:
                      1.20-3.el10
                  old:
              patch:
                  ----------
                  new:
                      2.7.6-25.el10
                  old:
              wget2:
                  ----------
                  new:
                      2.1.0-8.el10
                  old:
                      2.1.0-7.el10
              wget2-libs:
                  ----------
                  new:
                      2.1.0-8.el10
                  old:
                      2.1.0-7.el10
              wget2-wget:
                  ----------
                  new:
                      2.1.0-8.el10
                  old:
                      2.1.0-7.el10

Summary for dwellers
------------
Succeeded: 0 (changed=1)
Failed:    1
------------
Total states run:     1
Total run time:   8.373 s
[…]
This revision is now accepted and ready to land.Aug 5 2024, 19:18
This revision was automatically updated to reflect the committed changes.