public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10.3: Fix FTBFS
@ 2026-09-14 12:38 Pavel Raiskup
0 siblings, 0 replies; only message in thread
From: Pavel Raiskup @ 2026-09-14 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/distgen
Branch : epel10.3
Commit : 21ee4959e7088779f03672288a62520cb29bf198
Author : Pavel Raiskup <praiskup@redhat.com>
Date : 2021-06-08T16:11:10+02:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/distgen/c/21ee4959e7088779f03672288a62520cb29bf198?branch=epel10.3
Log:
Fix FTBFS
Version: 1.8-1
Resolves: rhbz#1968796
---
diff --git a/distgen.spec b/distgen.spec
index a9c3fb3..6ac01de 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -13,8 +13,8 @@
Name: distgen
Summary: Templating system/generator for distributions
-Version: 1.7
-Release: 2%{?dist}
+Version: 1.8
+Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/devexp-db/distgen
BuildArch: noarch
@@ -30,7 +30,9 @@ BuildRequires: %{pypkg}-distro
BuildRequires: %{pypkg}-jinja2
BuildRequires: %pypkg-mock
BuildRequires: %{meh_pypkg}pytest
+%if 0%{?rhel} && 0%{?rhel} < 8
BuildRequires: %{pypkg}-pytest-catchlog
+%endif
BuildRequires: %{meh_pypkg}PyYAML
BuildRequires: %{pypkg}-setuptools
BuildRequires: %{pypkg}-six
@@ -72,6 +74,9 @@ make PYTHON=%{pybin} check
%changelog
+* Tue Jun 08 2021 Pavel Raiskup <praiskup@redhat.com> - 1.8-1
+- fix ftbfs in Fedora (rhbz#1968796)
+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.7-2
- Rebuilt for Python 3.10
diff --git a/sources b/sources
index cdf7668..bd69088 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (distgen-1.7.tar.gz) = 44a0d1043495570575d7198a8a8480aa91fb2884683ba8311da3840512eb2dbec8d6364f640e80065430644497606dbd7af92b93ab4c9de4765aaf11781883b4
+SHA512 (distgen-1.8.tar.gz) = 18134a1f70088e1272f22c0840979c41182b63255f882ea3a7b7a8b3c29d4d54efdae91757a66af26df1145d8e5907ba721157bb3ac2147e1afa908b70ae79d5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 12:38 [rpms/distgen] epel10.3: Fix 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