-
```
# make rpm
git archive --format=tar HEAD > libnvme.tar
tar rf libnvme.tar .build/libnvme.spec
gzip -f -9 libnvme.tar
rpmbuild -ta libnvme.tar.gz -v
setting SOURCE_DATE_EPOCH=1657670400
Ex…
-
First, congrats on the release! 🥳
A lovely Linux distro I find myself on from time to time is Fedora. Since it's not an Ubuntu-based system and rather an RPM-based distro, it requires a different pac…
-
**Describe the bug**
Update of RPM package overwrites configuration files in /etc/openbao.
**To Reproduce**
Steps to reproduce the behavior:
1. Install OpenBao 2.0.1 `dnf install ./bao_2.0…
-
Enable SignTool to process and and submit .rpm files. This may not require https://github.com/dotnet/arcade/issues/14431 to be complete.
This may be a no-op (all that needs to happen is that the .d…
-
**Is your feature request related to a problem? Please describe.**
Currently, the Steampipe RPM distribution files are not signed with a GPG key. This poses a compliance issue for environments that m…
-
Downstream Linux distributions typically build software packages either using RPMs or DEBs, and they usually maintain the packaging spec files (which define the rules for building and packaging the so…
-
Hi,
Are you interested in releasing RPM files (and maybe DEB)? I have implemented everything on gitlab and can push it here if needed.
https://gitlab.com/loikki/yaml-cpp-rpm
Best regards,
-
I am trying to include additional rpms to my existing working iso, the giso script is generating the iso without any errors/issues, however when i am trying to install it on my NCS540X i get the below…
-
**Describe the bug**
Installing packages in a `Containerfile` with `fedora-iot` base image always fail when building with `podman`.
**To Reproduce**
Please describe the steps needed to reproduce …
-
Setup a GitHub action workflow to generate deb, rpm files for easier installation.