public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: add missing dependency on perl-subs (for innupgrade and its tests)
@ 2026-08-26  8:07 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26  8:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10
            Commit : ddbbc363c64448376a19c9a65b72ed45226735e7
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2023-01-11T13:00:58+01:00
            Stats  : +7/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/ddbbc363c64448376a19c9a65b72ed45226735e7?branch=epel10

            Log:
            add missing dependency on perl-subs (for innupgrade and its tests)

fixes rhbz#2155167

---
diff --git a/inn.spec b/inn.spec
index 79447fd..c13b4b5 100644
--- a/inn.spec
+++ b/inn.spec
@@ -4,7 +4,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 URL: https://www.eyrie.org/~eagle/software/inn/
@@ -42,6 +42,7 @@ BuildRequires: perl-interpreter
 BuildRequires: perl(ExtUtils::Embed)
 BuildRequires: perl(GD)
 BuildRequires: perl(MIME::Parser)
+BuildRequires: perl(subs)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: python3-devel
@@ -53,6 +54,7 @@ BuildRequires: %{_bindir}/gpgv2
 BuildRequires: make
 %if 0%{?fedora} || 0%{?rhel} >= 8
 Recommends: perl(GD)
+Recommends: perl(subs)
 Recommends: uucp
 %endif
 Requires(pre): shadow-utils
@@ -562,6 +564,10 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Wed Jan 11 2023 Dominik Mierzejewski <dominik@greysector.net> - 2.7.0-3
+- add missing dependency on perl-subs (for innupgrade and its tests)
+  fixes rhbz#2155167
+
 * Thu Nov 17 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.7.0-2
 - drop duplicate inn-secrets.conf from inews package
 

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

only message in thread, other threads:[~2026-08-26  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  8:07 [rpms/inn] epel10: add missing dependency on perl-subs (for innupgrade and its tests) Dominik 'Rathann' Mierzejewski

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