2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Note how to fetch srpms associated with genesis

This commit is contained in:
Jarrod Johnson 2023-01-31 08:54:03 -05:00
parent 23f33a8420
commit 424830471d

View File

@ -55,6 +55,7 @@ tar cf ~/rpmbuild/SOURCES/confluent-genesis.tar boot rpmlist licenses
rpmbuild -bb confluent-genesis-out.spec
rm -rf /usr/lib/dracut/modules.d/97genesis
popd
# for rpm in $(cat ../rpmlist); do dnf download --source $rpm; done
# getting src rpms would be nice, but centos isn't consistent..
# /usr/lib/dracut/skipcpio /opt/confluent/genesis/x86_64/boot/initramfs/distribution | xzcat | cpio -dumiv
# rpm -qf $(find . -type f | sed -e 's/^.//') |sort -u|grep -v 'not owned' > ../rpmlist