Shreenidhi Shedi
Shreenidhi Shedi
Also, there are way too many `md5` usages in the project. So, not sure how upstream devs want to proceed here.
Thanks @adiroiban for your detailed response. I'm happy to work with you to get this done. AFAIK, VMware Photon OS is the simplest distro to try OpenSSL fips, this distro...
@grawlinson I didn't get your comment, can you explain more?
Having mismatched versions in official upstream repo and pypi makes things look suspicious and complicates things unnecessarily.
Hi @daztucker & @djmdjm, Can you please review this PR once? Need your inputs on this. Also, should I submit PRs from somewhere else or github is fine? Thanks.
Thanks for taking a look at this. Attaching the support tarball. [cloud-init.tar.gz](https://github.com/canonical/cloud-init/files/15388912/cloud-init.tar.gz)
Additional info: This started happening after: https://github.com/canonical/cloud-init/pull/4559 I think this should be added back to `main.py` ``` --- /usr/lib/python3.11/site-packages/cloudinit/cmd/main.py 2024-05-18 10:37:34.296793290 +0000 +++ main.py 2024-05-18 10:37:16.348792428 +0000 @@ -877,7 +877,14...
Thanks @TheRealFalcon I will take it forward from here.
Yes you can. Download the kernel src.rpm from https://packages.vmware.com/photon/4.0/photon_srpms_4.0_x86_64/ and get started.
``` tdnf install -y wget rpm-build mkdir -p linux-build && cd linux-build mkdir RPMS SOURCES cd SOURCES rpm2cpio https://packages.vmware.com/photon/4.0/photon_srpms_4.0_x86_64/linux-5.10.168-4.ph4.src.rpm | cpio -idm cd .. rpmbuild -bb SOURCES/linux.spec -D '%_topdir .'...