Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions toolkit/resources/manifests/package/toolchain_aarch64.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
alsa-lib-1.2.6.1-1.cm2.aarch64.rpm
alsa-lib-debuginfo-1.2.6.1-1.cm2.aarch64.rpm
alsa-lib-devel-1.2.6.1-1.cm2.aarch64.rpm
asciidoc-9.1.0-1.cm2.noarch.rpm
audit-3.0.6-4.cm2.aarch64.rpm
audit-debuginfo-3.0.6-4.cm2.aarch64.rpm
Expand Down
3 changes: 0 additions & 3 deletions toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
alsa-lib-1.2.6.1-1.cm2.x86_64.rpm
alsa-lib-debuginfo-1.2.6.1-1.cm2.x86_64.rpm
alsa-lib-devel-1.2.6.1-1.cm2.x86_64.rpm
asciidoc-9.1.0-1.cm2.noarch.rpm
audit-3.0.6-4.cm2.x86_64.rpm
audit-debuginfo-3.0.6-4.cm2.x86_64.rpm
Expand Down
1 change: 0 additions & 1 deletion toolkit/resources/manifests/package/update_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ generate_toolchain () {

# Remove specific packages that are not needed in pkggen_core
remove_packages_for_pkggen_core () {
sed -i '/alsa-lib-/d' $TmpPkgGen
sed -i '/audit-devel/d' $TmpPkgGen
sed -i '/ca-certificates-legacy/d' $TmpPkgGen
sed -i '/libtasn1-d/d' $TmpPkgGen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ build_rpm_in_chroot_no_install zip
chroot_and_install_rpms zip
build_rpm_in_chroot_no_install unzip
chroot_and_install_rpms unzip
build_rpm_in_chroot_no_install alsa-lib
chroot_and_install_rpms alsa-lib
build_rpm_in_chroot_no_install gperf
chroot_and_install_rpms gperf

Expand Down Expand Up @@ -468,7 +466,7 @@ build_rpm_in_chroot_no_install createrepo_c

build_rpm_in_chroot_no_install libsepol

audit needs: python3, krb5, swig, e2fsprogs
# audit needs: python3, krb5, swig, e2fsprogs
build_rpm_in_chroot_no_install audit

# rebuild pam with selinux and audit support
Expand Down