Skip to content

Commit

Permalink
Add fedora 34 config
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 20, 2021
1 parent a85fccd commit f5c075c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 5 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.7:

* New features:

- Added 'fedora-34' config, and rawhide moved to 'fedora-35'.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.6:

* New features:
Expand Down
2 changes: 1 addition & 1 deletion distgen/distconf/fedora-34-i686.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package_installer:
name: dnf

os:
version: 33
version: 34
4 changes: 2 additions & 2 deletions distgen/distconf/fedora-34-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends: "fedora-33-i686.yaml"
extends: "fedora-34-i686.yaml"

macros:
libdir: $prefix/lib64
Expand All @@ -7,4 +7,4 @@ os:
arch: x86_64

docker:
from: fedora:33
from: fedora:34
7 changes: 7 additions & 0 deletions distgen/distconf/fedora-35-i686.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: "lib/fedora.yaml"

package_installer:
name: dnf

os:
version: 35
10 changes: 10 additions & 0 deletions distgen/distconf/fedora-35-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: "fedora-35-i686.yaml"

macros:
libdir: $prefix/lib64

os:
arch: x86_64

docker:
from: fedora:35
2 changes: 1 addition & 1 deletion distgen/distconf/fedora-rawhide-i686.yaml
2 changes: 1 addition & 1 deletion tests/dockerfile/test.exp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ MAINTAINER Pavel Raiskup <[email protected]>

ENV container="docker" \
PGDATA="/var/lib/pgsql/data" \
TEST_VAR="build_for fedora-33-x86_64"
TEST_VAR="build_for fedora-35-x86_64"

RUN dnf -y --setopt=tsflags=nodocs install postgresql-server \
&& dnf -y --setopt=tsflags=nodocs reinstall glibc-common \
Expand Down

0 comments on commit f5c075c

Please sign in to comment.