public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: update to 2.7.3 (resolves rhbz#2368556)
Date: Wed, 26 Aug 2026 08:55:44 GMT [thread overview]
Message-ID: <178773454442.1.7576179785497078132.rpms-inn-06ba1cbc53c8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 06ba1cbc53c8c30b18e5fa9ff3dd1db2748ad9b2
Author : Dominik Mierzejewski <dominik@greysector.net>
Date : 2025-05-27T12:20:26+02:00
Stats : +16/-9 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/06ba1cbc53c8c30b18e5fa9ff3dd1db2748ad9b2?branch=epel10.3
Log:
update to 2.7.3 (resolves rhbz#2368556)
- enable canlock support
- add missing test dependency
---
diff --git a/inn-fedora.patch b/inn-fedora.patch
index 5c92e00..8da3324 100644
--- a/inn-fedora.patch
+++ b/inn-fedora.patch
@@ -24,15 +24,15 @@ diff -up inn-2.7.2/Makefile.global.in.rh inn-2.7.2/Makefile.global.in
INSTALL = $(top)/support/install-sh -p
-diff -up inn-2.7.2/perl/INN/Config.pm.in.rh inn-2.7.2/perl/INN/Config.pm.in
---- inn-2.7.2/perl/INN/Config.pm.in.rh 2024-06-22 13:22:42.000000000 +0200
-+++ inn-2.7.2/perl/INN/Config.pm.in 2024-10-13 17:15:46.539079308 +0200
-@@ -15,7 +15,7 @@ our $exec_prefix = "@exec_prefix@";
+diff -up inn-2.7.3/perl/INN/Config.pm.in.orig inn-2.7.3/perl/INN/Config.pm.in
+--- inn-2.7.3/perl/INN/Config.pm.in.orig 2025-05-09 15:53:41.000000000 +0200
++++ inn-2.7.3/perl/INN/Config.pm.in 2025-05-27 11:57:42.812206690 +0200
+@@ -29,7 +29,7 @@ our $exec_prefix = "@exec_prefix@";
## Then, process the variables provided by innconfval.
my @INNCONFVAR = ();
--my @values = `${exec_prefix}/bin/innconfval -p`;
-+my @values = `${exec_prefix}/innconfval -p`;
+-my @values = qx(${exec_prefix}/bin/innconfval -p);
++my @values = qx(${exec_prefix}/innconfval -p);
foreach my $line (@values) {
eval 'our ' . $line;
if ($line =~ /^(.*?) = /m) {
diff --git a/inn.spec b/inn.spec
index f85b40d..6c19a92 100644
--- a/inn.spec
+++ b/inn.spec
@@ -2,8 +2,8 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
-Version: 2.7.2
-Release: 4%{?dist}
+Version: 2.7.3
+Release: 1%{?dist}
# most files are under ISC, except:
# contrib/analyze-traffic.in: public-domain
# contrib/mm_ckpasswd: GPL-2.0-or-later
@@ -52,6 +52,7 @@ BuildRequires: gcc
BuildRequires: gdbm-devel
BuildRequires: krb5-devel
BuildRequires: libdb-devel
+BuildRequires: libcanlock-devel
BuildRequires: libxcrypt-devel
BuildRequires: openssl
BuildRequires: openssl-devel
@@ -63,6 +64,7 @@ BuildRequires: perl(ExtUtils::Embed)
BuildRequires: perl(GD)
BuildRequires: perl(MIME::Parser)
BuildRequires: perl(subs)
+BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: python3-devel
@@ -153,6 +155,7 @@ EOF
--bindir=%{_libexecdir}/news \
--exec-prefix=%{_libexecdir}/news \
--sysconfdir=%{_sysconfdir}/news \
+ --with-canlock \
--with-db-dir=%{_sharedstatedir}/news \
--with-http-dir=%{_sharedstatedir}/news/http \
--with-libperl-dir=%{perl_vendorlib} \
@@ -342,7 +345,6 @@ fi
%dir %{_sysconfdir}/rsyslog.d
%{_sysconfdir}/rsyslog.d/inn.conf
%{_mandir}/man1/c*.1.gz
-%{_mandir}/man1/delayer.1.gz
%{_mandir}/man1/f*.1.gz
%{_mandir}/man1/g*.1.gz
%{_mandir}/man1/inn*.1.gz
@@ -576,6 +578,11 @@ fi
%{_sysusersdir}/inn.conf
%changelog
+* Tue May 27 2025 Dominik Mierzejewski <dominik@greysector.net> - 2.7.3-1
+- update to 2.7.3 (resolves rhbz#2368556)
+- enable canlock support
+- add missing test dependency
+
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.7.2-4
- Add sysusers.d config file to allow rpm to create users/groups automatically
reply other threads:[~2026-08-26 8:55 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=178773454442.1.7576179785497078132.rpms-inn-06ba1cbc53c8@fedoraproject.org \
--to=dominik@greysector.net \
--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