public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10: New upstream release, fixes EPEL 9 FTBFS
@ 2026-09-14 11:57 Pavel Raiskup
  0 siblings, 0 replies; only message in thread
From: Pavel Raiskup @ 2026-09-14 11:57 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-14 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 11:57 [rpms/distgen] epel10: New upstream release, fixes EPEL 9 FTBFS Pavel Raiskup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox