public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: add missing build dependencies
@ 2026-08-26 8:55 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26 8:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : e331555ac54886bb6f8157b6c06bb51be2387136
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2020-09-13T00:22:31+02:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/e331555ac54886bb6f8157b6c06bb51be2387136?branch=epel10.3
Log:
add missing build dependencies
Enable zlib and gdbm.
---
diff --git a/inn.spec b/inn.spec
index 42a0490..7344fd7 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.6.3
-Release: 9%{?dist}
+Release: 10%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
URL: https://www.eyrie.org/~eagle/software/inn/
@@ -34,8 +34,10 @@ BuildRequires: cyrus-sasl-devel
BuildRequires: e2fsprogs-devel
BuildRequires: flex
BuildRequires: gcc
+BuildRequires: gdbm-devel
BuildRequires: krb5-devel
BuildRequires: libdb-devel
+BuildRequires: openssl
BuildRequires: openssl-devel
BuildRequires: pam-devel
BuildRequires: perl-devel
@@ -46,7 +48,9 @@ BuildRequires: perl(GD)
BuildRequires: perl(MIME::Parser)
BuildRequires: python3-devel
BuildRequires: systemd
+BuildRequires: uucp
BuildRequires: wget
+BuildRequires: zlib-devel
BuildRequires: %{_bindir}/gpgv2
%if 0%{?fedora}
Recommends: perl(GD)
@@ -614,6 +618,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Sat Sep 12 2020 Dominik Mierzejewski <rpm@greysector.net> - 2.6.3-10
+- add missing build dependencies (enable zlib and gdbm)
+
* Wed Sep 09 2020 Petr Viktorin <pviktori@redhat.com> - 2.6.3-9
- Switch BuildRequires to python3
- enable embedded python support (Dominik Mierzejewski)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:55 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:55 [rpms/inn] epel10.3: add missing build dependencies 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