public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: update to 2.7.3 (resolves rhbz#2368556)
@ 2026-08-26 8:07 Dominik Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik Mierzejewski @ 2026-08-26 8:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
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
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
^ 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: update to 2.7.3 (resolves rhbz#2368556) Dominik Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox