-
EDIT: Was: "[RFE] add '--buildrpm' option"
Similarly to `--buildsrpm`, it would be nice if we could be able to build RPMs from source directory and spec file:
`mock -r --buildrpm --spec spec --…
-
This is a feature request for `pkg_rpm` to have a similar set of attributes to `pkg_deb` such that the spec file can be generated within the rule. Having this would make it easier to maintain releases…
-
```
# 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…
-
Would a patch to add a .soec file for RPM package building be accepted?
-
I see the following error when trying to build an RPM from the release tarball:
`error: line 9: Illegal char '-' in: Version: 15.09-2`
-
Prerequisites:
- learn structure of .spec file how it looks like
- learn how python packages are usually packaged (there exists skeleton for packaging python stuff - [fedora wiki](https://fedoraproj…
-
This dovecot-ceph-plugin.spec should be the rhel7 not?
I am building on centos7 and have different rpm names.
```
[@test2 dovecot-ceph-plugin]$ diff rpm/dovecot-ceph-plugin.spec ~/rpmbuild/SPEC…
-
We need to write a rpm spec file for libappimageupdate so that it can be included in gnome-software CI which is based on Fedora. This issue is to keep track of the progress.
cc @Conan-Kudo
-
As title.
-
We need to write a rpm spec file so that it can be included in gnome-software CI which is based on Fedora. This issue is to keep track of the progress.
cc @Conan-Kudo