Skip to content

Releases: rpmfusion-infra/rfpkg

EL9 ready and add some packages to multilib

19 Dec 23:54
Compare
Choose a tag to compare

Full Changelog:

  • c7680f6 2022-10-18 15:27 Sérgio M. Basto add fdk-aac to multilib
  • 7cd81c2 2022-10-02 17:23 Sérgio M. Basto git add .gitignore
  • 774d975 2022-08-24 01:32 Sérgio M. Basto Use unittest.mock on Python 3 and remove python3-mock dependency
  • d1758ad 2022-12-19 20:52 Nicolas Chauvet Add mesa-freeworld and nvidia-vaapi-driver to multilibs

v1.27.1...v1.27.2

Support rpkg-1.65 , Python 3.11 and bug fixing

09 Sep 10:15
Compare
Choose a tag to compare
  • 58f9892 2022-09-09 22:50 Sérgio M. Basto (HEAD -> master, tag: v1.27.1, origin/master, origin/HEAD) prepare new version
  • 0370cf8 2022-09-05 23:23 Sérgio M. Basto disable multilibs builds on el8, 9 and 9-next
  • aa637cb 2022-08-24 00:54 Sérgio M. Basto is required rpkg >= 1.65 for the last commit
  • f0d6fd6 2022-08-23 23:45 Ondrej Nosek rpmdefines changes depending on rpkg
  • 5f9850f 2022-06-26 20:45 Robert-André Mauchin Remove register_retire from rfpkg
  • b1284ae 2022-02-14 02:30 Sérgio M. Basto Fix the download of old sources with md5 hash
  • 11f2c56 2022-02-11 23:20 Sérgio M. Basto Add unace to multilibs because is an i686 package
  • aff0a84 2021-10-31 11:39 Sérgio M. Basto (origin/add_nvidia_470_to_multilibs, add_nvidia_470_to_multilibs) Add xorg-x11-drv-nvidia-470xx to multilibs

synchronization with fedpkg 2021

26 Oct 17:15
Compare
Choose a tag to compare

Also chain-build should work now

Add gstreamer1 i686 deps to multilibs

14 Mar 01:57
Compare
Choose a tag to compare
  • Recomend rpmfusion-packager-setup (again)
  • F32 fix
  • Updated tag 'v1.26.3' (was 71e53aa)

More bug fixes

27 Sep 01:38
Compare
Choose a tag to compare
  • Just build multilibs on f31+ and el7+ i.e. not in el6 f29, f30
    and no others targets than free or nonfree
  • Fix some python2 incompatibilities

New major release with one bug fixed

24 Sep 22:01
Compare
Choose a tag to compare

New directories structure following fedpkg and rpkg

Main features :

  • Switch to SHA512

  • Multilibs target for some packages rfbz #5070

  • rfpkg new-sources fix

Fix new warnings of rpkg modules are deprecated

03 Sep 16:14
Compare
Choose a tag to compare

1.25.6 / 2018-09-03

  • New version
  • Remove 'update' cmd from completions
  • Disable unused update commmand
  • Update shebangs to explicitly use python2
  • Say 'repository' in documentation
  • Replace module with repo in test.conf
  • Remove references to "module"
  • Merge pull request #11 from ferdnyc/patch-1
  • rfpkg.conf: Use 'repo' instead of 'module'

Fix kojiprofile

24 Jul 01:38
Compare
Choose a tag to compare
v1.25.5

Fixes new koji profiles needs expand users

use kojiprofile and https for anongiturl

23 Jul 22:14
Compare
Choose a tag to compare
  • Commit 1
    Override build URL for Koji

    Koji uses the anongiturl to clone and build packages.  If the anongiturl
    uses https:// rather than git://, git+https:// is the required format
    for the URL.
    
    This is based on fc261da ("Override build URL for Koji", 2017-09-28) in
    fedpkg (https://pagure.io/fedpkg/c/fc261da).
    
  • Commit 2
    Use https:// for anonymous clones

    As noted in https://bugzilla.redhat.com/1188634:
    
    Using git:// does not provide any protection against MITM attackers
    rewriting the spec file etc., later resulting in arbitrary code
    execution in the development environment.
    
    Fedora did the same in 53757bf ("changing anongiturl to use src.fp.o
    instead of pkgs.fp.o.", 2017-09-28)¹ (with a subsequent typo fix in
    284618e ("Fix the anongiturl", 2017-10-31)²).
    
    Fixes #6 (https://github.com/rpmfusion-infra/rfpkg/issues/6)
    

    ¹ https://pagure.io/fork/cqi/fedpkg/c/53757bf
    ² https://pagure.io/fork/cqi/fedpkg/c/284618e

  • Commit 3
    Use profile to load Koji configuration

    Avoid Deprecation warning: kojiconfig is deprecated. Instead,
    kojiprofile should be used.

    Refer to similar change in fedpkg, 0d44244 ("Use profile to load Koji
    configuration", 2017-04-06).

  • Commit 4
    Use --release in place of --dist

    The --dist option is deprecated in rpkg.

    Recommend --release when unable to detect the upstream release/dist.

    Add support for --release to the bash and zsh completion scripts. The
    --dist option can be removed after --release has been in place for a few
    releases, to aid in the transition.

Bug fix by using rpmfusion-cert.py

07 Feb 00:26
Compare
Choose a tag to compare
  • This release should fix some issues on identification of fas username when we use rfpkg commands.
  • Fix rfpkg download sources of package when package was cloning via https (#3)