Releases: rpmfusion-infra/rpmfusion-packager
Using https for koji cli configuration
Drop serverca parameters
Drop serverca parameters, it means the koji client will use the system certificates, not a given hardcoded one
Remove ca option
Authentication with browser cert and the related ca option in config file, is deprecated and will be removed in koji 1.24, authentication with rfpkg will still working.
New version
Synced with latest version of fedora-packager-setup which used koji certificate for maintainers' authentication
Update rpmfusion-packager-setup
Finally, all synced from the latest version of fedora-packager-setup. rpmfusion-packager-setup now will generate the user certificate and overwrite server certificate and CA certificate preventing other errors.
Fix Python2 with sync with an old version of Fedora-packager
v0.6.6 Sync with an old version of Fedora-packager
Add bash completions for koji-rpmfusion command
- add bash completions for koji-rpmfusion command
- turn off crl certificate check
Fix input mess
- Thu May 09 2019 Sérgio Basto [email protected] - 0.6.4-1
- Fix input mess
- Thu Mar 28 2019 Sérgio Basto [email protected] - 0.6.3-4
- In Python 3 we need add the b flag
- Thu Mar 28 2019 Sérgio Basto [email protected] - 0.6.3-3
- python3-rpmfusion-cert obsoletes rpmfusion-cert to fix upgrade path
- Mon Mar 25 2019 Sérgio Basto [email protected] - 0.6.3-2
- Revert the sources format to tar.gz, to avoid possible confusion in the future.
Support for python 3
Python 3 port & autotools updates
We may build rpmfusion-packager with python 2 or build it with python 3
For that we generate .py scripts from .py.in
autoconf handle discovery of a Python binary on the system, then
generate .py
files with the appropriate shebang line.
Contribution of Frank Dana Thanks
I gave up the idea of have support to python 2 and 3 in same package or branch , mostly because we got binaries in /usr/bin/, rpmfusion-cert and rpmfusion-packager-setup and would be hard to rename it and explain it etc etc .