Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-yum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: voxpupuli/puppet-yum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 16 commits
  • 10 files changed
  • 5 contributors

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    b1e5444 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Support arch aarch64 in yum::versionlock

    Add aarch64 as a possible for architecture of a versionlock.
    
    Currently
    
    ```
    yum::versionlock{['glog','glog-devel']:
      ensure  => present,
      version => '0.3.5',
      release => '4.el8',
      arch    => 'aarch64'
    }
    ```
    
    fails despite:
    
    ```bash
    rpm -q --queryformat '%{name} %{version} %{release} %{arch}\n' glog
    glog 0.3.5 4.el8 aarch64
    ```
    traylenator committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9bf8538 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge pull request #239 from traylenator/aarch64

    Allow arch aarch64 in yum::versionlock
    bastelfreak authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    aa9c6e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    6a82d73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #241 from vchepkov/centos8-ha

    fix centos8 HA yumrepo target
    bastelfreak authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5c8a70b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. rubocop: autofix

    bastelfreak committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    01b6a99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from bastelfreak/rubocop

    rubocop: autofix
    bastelfreak authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    652d115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33349fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8276590 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e73ba8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #249 from vchepkov/almalinux

    sync with upstream AlmaLinux repository set
    bastelfreak authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5d19550 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #250 from vchepkov/failovermethod

    failovermethod parameter doesn't exist in dnf
    bastelfreak authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    304554a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fix epel-modular repo names

    fix wrong repo names that lead to 404 errors
    it should be epel-modular-$releasever instead of
    modular-epel$releasever
    ccolic committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e70dc8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from ccolic/dev_fix-epel-modular-reponames

    Fix epel-modular repo names
    bastelfreak authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    507ea6a View commit details
    Browse the repository at this point in the history
  3. Release 5.4.0

    bastelfreak committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    cdec522 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #252 from bastelfreak/rel540

    Release 5.4.0
    genebean authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ca8c2c5 View commit details
    Browse the repository at this point in the history
Loading