Skip to content

Releases: rpmfusion-infra/rpmfusion-packager

Using https for koji cli configuration

24 Nov 11:34
Compare
Choose a tag to compare

Drop serverca parameters

22 Nov 17:06
Compare
Choose a tag to compare

Drop serverca parameters, it means the koji client will use the system certificates, not a given hardcoded one

Remove ca option

14 Sep 21:27
Compare
Choose a tag to compare

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

16 Mar 03:11
Compare
Choose a tag to compare

Synced with latest version of fedora-packager-setup which used koji certificate for maintainers' authentication

Update rpmfusion-packager-setup

20 Jan 07:16
Compare
Choose a tag to compare

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

27 Nov 04:13
Compare
Choose a tag to compare
v0.6.6

Sync with an old version of Fedora-packager

Add bash completions for koji-rpmfusion command

03 Oct 03:21
Compare
Choose a tag to compare
  • add bash completions for koji-rpmfusion command
  • turn off crl certificate check

Fix input mess

09 May 00:43
Compare
Choose a tag to compare
  • Fix input mess
  • In Python 3 we need add the b flag
  • python3-rpmfusion-cert obsoletes rpmfusion-cert to fix upgrade path
  • Revert the sources format to tar.gz, to avoid possible confusion in the future.

Support for python 3

25 Mar 06:20
Compare
Choose a tag to compare

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 .

Bug fix

17 Feb 07:49
Compare
Choose a tag to compare

Bug fix:

AttributeError: 'module' object has no attribute 'rpmfusion_cert_error'