Learn more about these different git repos.
Other Git URLs
b4ee8ab
@@ -1,4 +1,4 @@
- FROM fedora:35
+ FROM fedora:36
ARG COPR_PACKAGES=devel
MAINTAINER copr-devel@lists.fedorahosted.org
ENV container docker
@@ -20,8 +20,8 @@
# Some tests might want to install built packages
# Therefore, these packages need to be built for the same fedora version
# as this script is going to be run from
- FEDORA_VERSION=35
- PREV_FEDORA_VERSION=34
+ FEDORA_VERSION=36
+ PREV_FEDORA_VERSION=35
CHROOT="fedora-$FEDORA_VERSION-x86_64"
PREV_CHROOT="fedora-$FEDORA_VERSION-x86_64"
Additional fixes needed to be done in modules/testmodule component in fedora distgit.
Build succeeded.
Metadata Update from @praiskup: - Pull-request tagged with: release-blocker
Commit 05d502f fixes this pull-request
Pull-Request has been merged by praiskup
Additional fixes needed to be done in modules/testmodule component in fedora distgit.