Skip to content

Commit

Permalink
add a build dependency package to components/rpm-core-compiling.json
Browse files Browse the repository at this point in the history
- this package is required to build certain packages in the Fedora 40
  userenv, so adding it to the rpm-core-compiling requirement

- then rebuilding all active userenv's that depend on that requirement
  • Loading branch information
k-rister committed Sep 20, 2024
1 parent c269b7d commit 42e6ccf
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion userenvs/alma8.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/alma9.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/components/rpm-core-compiling.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
}
3 changes: 2 additions & 1 deletion userenvs/fedora39.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/fedora40.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/rhubi8.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/rhubi9.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/stream8-flexran.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion userenvs/stream9.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"libnl3-devel",
"numactl-devel",
"java-1.8.0-openjdk",
"libpfm"
"libpfm",
"glibc-gconv-extra"
]
}
},
Expand Down

0 comments on commit 42e6ccf

Please sign in to comment.