Skip to content

Commit

Permalink
Switch CI to Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Jan 23, 2024
1 parent cca38be commit eb3e6c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ podman build --build-arg TYPE=distro -t ci-dnf-stack -f Dockerfile
# $ podman run --net none -it ci-dnf-stack behave dnf

ARG BASE=fedora:38
ARG BASE=fedora:39
FROM $BASE

ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ansible
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ podman build --build-arg TYPE=distro -t ansible -f Dockerfile.ansible
# $ podman run --net none -it ansible ./ansible

FROM fedora:38
FROM fedora:39
ARG TYPE=nightly

# enable nightlies if requested
Expand Down
2 changes: 1 addition & 1 deletion dnf-behave-tests/dnf/plugins-third/swidtags.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the swidtags plugin is available only in Fedora
@use.with_os=fedora__ge__30
@use.with_os=fedora__le__38
Feature: Smoke test for swidtags dnf plugin


Expand Down
2 changes: 2 additions & 0 deletions dnf-behave-tests/requirements.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ BuildRequires: python3-dnf-plugin-show-leaves

%if 0%{?fedora}
BuildRequires: python3-dnf-plugin-system-upgrade
%if 0%{?fedora} < 39
BuildRequires: dnf-plugin-swidtags
%endif
%endif

BuildRequires: microdnf

Expand Down

0 comments on commit eb3e6c5

Please sign in to comment.