public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: - update to 2.4.2 & fix #51607 (file conflict)
Date: Wed, 26 Aug 2026 08:53:33 GMT [thread overview]
Message-ID: <178773441352.1.4954579281905877187.rpms-inn-6d6c68dd0491@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 6d6c68dd049178e8d51f4b0d0455c8e30d7bf575
Author : Martin Stransky <stransky@fedoraproject.org>
Date : 2005-01-11T12:58:31+00:00
Stats : +32/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/6d6c68dd049178e8d51f4b0d0455c8e30d7bf575?branch=epel10.3
Log:
- update to 2.4.2 & fix #51607 (file conflict)
---
diff --git a/.cvsignore b/.cvsignore
index 025569b..508ef3e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
inn-2.3.5.tar.gz
inn-faq.tar.gz
inn-2.4.1.tar.gz
+inn-2.4.2.tar.gz
diff --git a/inn-2.4.2-makedbz.patch b/inn-2.4.2-makedbz.patch
new file mode 100644
index 0000000..bd87587
--- /dev/null
+++ b/inn-2.4.2-makedbz.patch
@@ -0,0 +1,11 @@
+--- inn-2.4.2/site/Makefile.old 2005-01-11 12:47:54.000000000 +0100
++++ inn-2.4.2/site/Makefile 2005-01-11 13:04:57.141172048 +0100
+@@ -135,7 +135,7 @@
+ chmod $(FILEMODE) $@
+ $D$(PATH_HISTORY):
+ touch $@
+- $(PATHBIN)/makedbz -i -o
++# $(PATHBIN)/makedbz -i -o
+
+ ## Remove files that are unchanged from the release version.
+ clean:
diff --git a/inn.spec b/inn.spec
index 043b4d3..e590085 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews (INN) system, an Usenet news server.
Name: inn
-Version: 2.4.1
-Release: 2
+Version: 2.4.2
+Release: 1
License: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -18,6 +18,7 @@ Patch4: inn-2.4.1.pie.patch
Patch5: inn-2.4.1.diff.patch
Patch6: inn-2.4.1.posix.patch
Patch7: inn-2.4.1-warn.patch
+Patch8: inn-2.4.2-makedbz.patch
BuildRequires: db4-devel
Prereq: /sbin/chkconfig, grep, coreutils, sed
Requires: bash >= 2.0, inews
@@ -75,6 +76,7 @@ local news servers.
%patch5 -p1 -b .diff
%patch6 -p1 -b .posix
%patch7 -p1 -b .warn
+%patch8 -p1 -b .makedbz
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -186,6 +188,7 @@ rm -f files.list files.main files.devel files.inews
%post
/sbin/chkconfig --add innd
+/usr/lib/news/bin/makedbz -i -o
umask 002
touch /var/log/news/news.notice
@@ -256,7 +259,15 @@ exit 0
%dir /var/lib/news/tmp
%dir /var/run/news
%defattr(-,root,root)
-%{_mandir}/man[158]/*
+%{_mandir}/man1/c*.1.gz
+%{_mandir}/man1/f*.1.gz
+%{_mandir}/man1/g*.1.gz
+%{_mandir}/man1/inn*.1.gz
+%{_mandir}/man1/n*.1.gz
+%{_mandir}/man1/p*.1.gz
+%{_mandir}/man1/r*.1.gz
+%{_mandir}/man1/s*.1.gz
+%{_mandir}/man[58]/*
%doc NEWS README* ChangeLog CONTRIBUTORS LICENSE INSTALL
%doc %dir samples
@@ -272,6 +283,11 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Tue Jan 11 2005 Martin Stransky <stransky@redhat.com> 2.4.2-1
+- fix file conflict between inews and inn packages (#51607)
+- update to 2.4.2
+- thanks to Jochen Schmitt <Jochen@herr-schmitt.de>
+
* Thu Dec 23 2004 Martin Stransky <stransky@redhat.com> 2.4.1-2
- fix array overflow / uninitialized pointer (#143592)
diff --git a/sources b/sources
index c594dc3..245eac8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
b5e6321446594749eea087c6710eefa5 inn-faq.tar.gz
bec635b6e70188071fdb539cd374f2ba inn-2.4.1.tar.gz
+4942a275c70e0256dad6f1857be6d62e inn-2.4.2.tar.gz
reply other threads:[~2026-08-26 8:53 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=178773441352.1.4954579281905877187.rpms-inn-6d6c68dd0491@fedoraproject.org \
--to=stransky@fedoraproject.org \
--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