public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Raiskup <praiskup@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/distgen] epel10: New upstream release, fixes EPEL 9 FTBFS
Date: Mon, 14 Sep 2026 11:57:38 GMT	[thread overview]
Message-ID: <178938705832.1.10439689208702031363.rpms-distgen-f44c7101c0cf@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/distgen
            Branch : epel10
            Commit : f44c7101c0cfeead068dce03d358a215caa177f9
            Author : Pavel Raiskup <praiskup@redhat.com>
            Date   : 2022-01-27T16:21:54+01:00
            Stats  : +8/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/distgen/c/f44c7101c0cfeead068dce03d358a215caa177f9?branch=epel10

            Log:
            New upstream release, fixes EPEL 9 FTBFS

Version: 1.10-1

---
diff --git a/build-and-update-all-branches b/build-and-update-all-branches
index c1246f3..1e4b0b4 100755
--- a/build-and-update-all-branches
+++ b/build-and-update-all-branches
@@ -3,7 +3,7 @@
 # Prepare rawhide branch, review the list of branches below and then execute this
 # script.
 
-branches='rawhide epel8 epel7 f34 f35'
+branches='rawhide epel9 epel8 epel7 f34 f35'
 
 exit_handler ()
 {

diff --git a/distgen.spec b/distgen.spec
index d71fcee..993ccc9 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -3,7 +3,7 @@
 %global pypkg %{?fedora:python3}%{!?fedora:python}
 %global meh_pypkg %{?fedora:%{pypkg}-}
 
-%if 0%{?rhel} == 8
+%if 0%{?rhel} >= 8
 %global pybin %__python3
 %global pylib %python3_sitelib
 %global pypkg python3
@@ -13,7 +13,7 @@
 
 Name:       distgen
 Summary:    Templating system/generator for distributions
-Version:    1.9
+Version:    1.10
 Release:    1%{?dist}
 License:    GPLv2+
 URL:        https://github.com/devexp-db/distgen
@@ -28,9 +28,9 @@ BuildRequires: make
 BuildRequires: %{pypkg}-devel
 BuildRequires: %{pypkg}-distro
 BuildRequires: %{pypkg}-jinja2
-BuildRequires: %pypkg-mock
 BuildRequires: %{meh_pypkg}pytest
 %if 0%{?rhel} && 0%{?rhel} < 8
+BuildRequires: %{pypkg}-mock
 BuildRequires: %{pypkg}-pytest-catchlog
 %endif
 BuildRequires: %{meh_pypkg}PyYAML
@@ -74,6 +74,9 @@ make PYTHON=%{pybin} check
 
 
 %changelog
+* Thu Jan 27 2022 Pavel Raiskup <praiskup@redhat.com> - 1.10-1
+- fix FTBFS on EPEL9, new release, https://github.com/devexp-db/distgen/releases/tag/v1.10
+
 * Wed Jan 26 2022 Pavel Raiskup <praiskup@redhat.com> - 1.9-1
 - new upstream release, https://github.com/devexp-db/distgen/releases/tag/v1.9
 

diff --git a/sources b/sources
index 6903be7..7d2edfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (distgen-1.9.tar.gz) = b27310208c6d7c4ed723f4310f73a353977eb3c8344ce8c799688dd2bb2ff294ff28f6c74a124576daef3975e11dbb4928eab4d7848e7980b342ab4df6b0509f
+SHA512 (distgen-1.10.tar.gz) = f56f80a4e272ab96a39f152146a14523b8d89b2e914964e4e1dbd69e817e7b22d0b26d733685d62ccc1abe9738722cafb17c81f6dbc8283a64e87f72086db25f

                 reply	other threads:[~2026-09-14 11:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178938705832.1.10439689208702031363.rpms-distgen-f44c7101c0cf@fedoraproject.org \
    --to=praiskup@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox