Changeset 2671 in ProjectBuilder for devel


Ignore:
Timestamp:
Aug 16, 2021, 4:09:06 PM (3 years ago)
Author:
Bruno Cornec
Message:

Build Fixes for Fedora 34

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.yml

    r2663 r2671  
    253253  fedora-32: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
    254254  fedora-33: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
     255  fedora-34: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
    255256  rhel-8: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
    256257  centos-8: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y update
     
    288289  fedora-32: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y install
    289290  fedora-33: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y install
     291  fedora-34: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y install
    290292  rhel-8: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y install
    291293  centos-8: sudo /usr/bin/dnf makecache ; sudo /usr/bin/dnf -y install
     
    374376  # For recent fedora perl-core is the way forward
    375377  fedora-33: perl,perl-YAML,perl-Data-Dumper,sudo,wget,tar,make,gzip
     378  fedora-34: perl,perl-File-Copy,perl-YAML,perl-Data-Dumper,sudo,wget,tar,make,gzip
    376379  fedora: perl-YAML,perl-Data-Dumper,sudo,wget,tar,make,gzip
    377380  fedora-4: perl-Data-Dumper,sudo,wget,tar,make,gzip
     
    684687  # perl-core is used starting with fedora 10 - installed before in setupv
    685688  #fedora:
    686   fedora: wget,make,rpm-build,patch,ntp,diffutils,perl-Date-Manip,perl-File-MimeInfo,perl-File-BaseDir,perl-ExtUtils-MakeMaker,perl-YAML
     689  fedora: wget,make,rpm-build,patch,ntp,diffutils,perl-Date-Manip,perl-File-MimeInfo,perl-File-BaseDir,perl-ExtUtils-MakeMaker,perl-YAML,perl-File-Copy
    687690  fedora-12: wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils
    688691  fedora-11: wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils
Note: See TracChangeset for help on using the changeset viewer.