Skip to content

Commit

Permalink
Update of Fedora configuration for 40, 41 and 42
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored and zmiklank committed Aug 14, 2024
1 parent d6fbeb6 commit b76e361
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 2 deletions.
7 changes: 7 additions & 0 deletions distgen/distconf/fedora-40-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: 40
10 changes: 10 additions & 0 deletions distgen/distconf/fedora-40-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: "fedora-40-i686.yaml"

macros:
libdir: $prefix/lib64

os:
arch: x86_64

docker:
from: fedora:40
7 changes: 7 additions & 0 deletions distgen/distconf/fedora-41-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: 41
10 changes: 10 additions & 0 deletions distgen/distconf/fedora-41-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: "fedora-41-i686.yaml"

macros:
libdir: $prefix/lib64

os:
arch: x86_64

docker:
from: fedora:41
7 changes: 7 additions & 0 deletions distgen/distconf/fedora-42-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: 42
10 changes: 10 additions & 0 deletions distgen/distconf/fedora-42-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: "fedora-42-i686.yaml"

macros:
libdir: $prefix/lib64

os:
arch: x86_64

docker:
from: fedora:42
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 <praiskup@redhat.com>

ENV container="docker" \
PGDATA="/var/lib/pgsql/data" \
TEST_VAR="build_for fedora-39-x86_64"
TEST_VAR="build_for fedora-42-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 b76e361

Please sign in to comment.