We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19512bf commit 2cebceeCopy full SHA for 2cebcee
configs/eln_extras_rhel_dropped.yaml
@@ -0,0 +1,21 @@
1
+document: feedback-pipeline-workload
2
+version: 1
3
+data:
4
+ name: RHEL 11 dropped packages
5
+ description: Packages in RHEL 10 which are being dropped from RHEL 11 but might be wanted in EPEL 11
6
+ maintainer: eln-sig
7
+ packages:
8
+ # ftp-server
9
+ # https://github.com/minimization/content-resolver-input/pull/1455
10
+ - ftp
11
+ - lftp
12
+ - vsftpd
13
+ # requires gtkmm-3.0
14
+ # https://github.com/fedora-eln/eln/issues/331
15
+ - fontforge
16
+ # RHEL 10 switched back to wget1
17
+ # https://github.com/minimization/content-resolver-input/pull/1219
18
+ - wget2
19
+ - wget2-wget
20
+ labels:
21
+ - eln-extras
0 commit comments