Page MenuHomeDevCentral

Install patch on RHEL-family servers
ClosedPublic

Authored by dereckson on Aug 3 2024, 12:08.
Tags
None
Referenced Files
F3738315: D3390.id.diff
Tue, Nov 12, 16:42
F3737556: D3390.diff
Tue, Nov 12, 11:23
Unknown Object (File)
Sun, Nov 3, 07:47
Unknown Object (File)
Thu, Oct 31, 21:50
Unknown Object (File)
Thu, Oct 31, 14:02
Unknown Object (File)
Thu, Oct 31, 02:05
Unknown Object (File)
Wed, Oct 30, 16:48
Unknown Object (File)
Sun, Oct 20, 09:48
Subscribers
None

Details

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
patch
Build Status
Buildable 5397
Build 5678: arc lint + arc unit

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.