Skip to content

Commit

Permalink
Add missing requirements for samba packages (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Nov 17, 2023
1 parent f34f59d commit c25d980
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ packages:
- 'fping'
- 'fuse-overlayfs' # for docker-ce-rootless-extras
- 'fuse3' # for docker-ce-rootless-extras
- 'glibc-common' # for samba packages
- 'glibc-langpack-en' # for samba packages
- 'gnutls' # for cifs-utils
- 'gssproxy' # for nfs-utils
- 'htop'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ packages:
- 'fping'
- 'fuse-overlayfs' # for docker-ce-rootless-extras
- 'fuse3' # for docker-ce-rootless-extras
- 'glibc-common' # for samba packages
- 'glibc-langpack-en' # for samba packages
- 'gnutls' # for cifs-utils
- 'gssproxy' # for nfs-utils
- 'htop'
Expand Down
4 changes: 4 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## [2.0.10] YYYY-MM-DD

### Fixed

- [#3413](https://github.com/hitachienergy/epiphany/issues/3413) - [RHEL] Missing dependencies for `samba-client` package

### Added

- [#3408](https://github.com/hitachienergy/epiphany/issues/3408) - Apply changes made by the Lumada team
Expand Down

0 comments on commit c25d980

Please sign in to comment.