1. 09 Feb, 2024 1 commit
    • gauravsaini04's avatar
      [common-utils] - Bookworm - enabled nonFreePackages option for installing... · 1592dd59
      gauravsaini04 authored
      [common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (#834)
      
      * [common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (non-free)
      
      * change to correct the regular expression replacement with sed cmd
      
      * changes according to comments by Samruddhi
      
      * Changes acc. to comments as on 08/02
      
      * Updated patch version based on comments
      1592dd59
  2. 08 Feb, 2024 1 commit
  3. 02 Feb, 2024 1 commit
    • gauravsaini04's avatar
      [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for... · 08fb370a
      gauravsaini04 authored
      [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image (#815)
      
      * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image
      
      * [Python] - Added one more test
      
      * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image
      
      * [Python] - Added one more test
      
      * Changes as suggested by comments
      
      * removed second line (L465) that removed a non existent dirrectory
      
      * bump patch version & change code to pass failing tests
      08fb370a
  4. 31 Jan, 2024 7 commits
  5. 29 Jan, 2024 4 commits
  6. 26 Jan, 2024 1 commit
  7. 22 Jan, 2024 4 commits
  8. 19 Jan, 2024 1 commit
  9. 18 Jan, 2024 2 commits
  10. 17 Jan, 2024 2 commits
  11. 08 Jan, 2024 2 commits
  12. 07 Dec, 2023 1 commit
  13. 06 Dec, 2023 1 commit
    • Philipp Wagner's avatar
      Fix common-utils installation on RHEL (and friends) (#772) · def3a41f
      Philipp Wagner authored
      * Fix indentation in common-utils/main.sh
      
      * common-utils: Fix install error on RHEL
      
      On RHEL (and derivatives) the installation of the common-utils feature
      could fail if the feature ran before (i.e., `PACKAGES_ALREADY_INSTALLED`
      is set) and if either `INSTALL_ZSH` is false, or zsh was installed
      earlier and `ZSH_ALREADY_INSTALLED` is true.
      
      In these cases the script the `package_list` is empty, and `dnf`
      terminates with the following error message:
      
      ```
      usage: dnf install [-c [config file]] [-q] [-v] [--version]
                         [--installroot [path]] [--nodocs] [--noplugins]
                         [--enableplugin [plugin]] [--disableplugin [plugin]]
                         [--releasever RELEASEVER] [--setopt SETOPTS]
                         [--skip-broken] [-h] [--allowerasing] [-b | --nobest] [-C]
                         [-R [minutes]] [-d [debug level]] [--debugsolver]
                         [--showduplicates] [-e ERRORLEVEL] [--obsoletes]
                         [--rpmverbosity [debug level name]] [-y] [--assumeno]
                         [--enablerepo [repo]] [--disablerepo [repo] | --repo
                         [repo]] [--enable | --disable] [-x [package]]
                         [--disableexcludes [repo]] [--repofrompath [repo,path]]
                         [--noautoremove] [--nogpgcheck] [--color COLOR] [--refresh]
                         [-4] [-6] [--destdir DESTDIR] [--downloadonly]
                         [--comment COMMENT] [--bugfix] [--enhancement]
                         [--newpackage] [--security] [--advisory ADVISORY]
                         [--bz BUGZILLA] [--cve CVES]
                         [--sec-severity {Critical,Important,Moderate,Low}]
                         [--forcearch ARCH]
                         PACKAGE [PACKAGE ...]
      dnf install: error: the following arguments are required: PACKAGE
      ```
      
      Fix the problem by running `dnf` only with a non-zero `package_list`.
      def3a41f
  14. 14 Nov, 2023 1 commit
  15. 30 Oct, 2023 2 commits
  16. 27 Oct, 2023 2 commits
  17. 23 Oct, 2023 2 commits
  18. 17 Oct, 2023 2 commits
  19. 05 Oct, 2023 1 commit
  20. 04 Oct, 2023 2 commits