public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: auto-import changelog data from inn-2.3.4-2.src.rpm
@ 2026-08-26 8:53 cvsdist
0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-08-26 8:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : b72640c4d4446bd5ec763faa5a20469dc64c9efd
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T06:17:19+00:00
Stats : +32/-14 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/b72640c4d4446bd5ec763faa5a20469dc64c9efd?branch=epel10.3
Log:
auto-import changelog data from inn-2.3.4-2.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to current bug-fix release
Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- do not require cleanfeed #80124
Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 2.3.3-9
- Fixed changelog entries containing percent sections.
Tue Dec 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not link against -lelf
Thu Nov 07 2002 Tim Powers <timp@redhat.com>
- rebuilt to fix unsatisfied dependencies
- pass _target_platform when configuring
---
diff --git a/.cvsignore b/.cvsignore
index 4dcabdb..61094b0 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-inn-2.3.3.tar.gz
+inn-2.3.4.tar.gz
inn-faq.tar.gz
diff --git a/inn.spec b/inn.spec
index daa880a..5b50ebd 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews (INN) system, an Usenet news server.
Name: inn
-Version: 2.3.3
-Release: 5
+Version: 2.3.4
+Release: 2
Copyright: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -12,11 +12,10 @@ Source7: inn-cron-nntpsend
Source8: innd.init
Source10: inn-faq.tar.gz
Patch: inn-2.3.1-rh.patch
-Patch1: inn-2.3.4-cvs.patch
Patch2: inn-2.3.3-strerror.patch
BuildRequires: db4-devel
Prereq: /sbin/chkconfig, grep, textutils, sed, fileutils, sh-utils
-Requires: cleanfeed, bash >= 2.0, inews
+Requires: bash >= 2.0, inews
# XXX white out bogus perl requirement for now
Provides: perl(::usr/lib/innshellvars.pl)
@@ -65,7 +64,6 @@ local news servers.
%prep
%setup -q -a 10
%patch -p1 -b .rh
-%patch1 -p1
%patch2 -p1
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -78,7 +76,8 @@ with_tmp_path=/var/lib/news/tmp ./configure --prefix=/usr/lib/news \
--with-etc-dir=/etc/news --with-tmp-dir=/var/lib/news/tmp \
--with-perl --enable-shared --enable-uucp-rnews \
--enable-pgp-verify --with-sendmail=/usr/sbin/sendmail \
- --with-news-user=news --with-news-group=news --with-news-master=news
+ --with-news-user=news --with-news-group=news --with-news-master=news \
+ %{_target_platform}
# XXX don't include <db1/ndbm.h> to avoid linking with -ldb1.
perl -pi -e 's/HAVE_DB1_NDBM_H/XXX_HAVE_DB1_NDBM_H/' ./include/config.h
@@ -244,6 +243,25 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
+- update to current bug-fix release
+
+* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
+- do not require cleanfeed #80124
+
+* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 2.3.3-9
+- Fixed changelog entries containing percent sections.
+
+* Tue Dec 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
+- do not link against -lelf
+
+* Thu Nov 7 2002 Tim Powers <timp@redhat.com>
+- rebuilt to fix unsatisfied dependencies
+- pass _target_platform when configuring
+
* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- fix cron scripts to use correct paths #69189
- add compat symlinks for rnews/inews into /usr/bin
@@ -407,7 +425,7 @@ exit 0
- don't run by default
* Sun Jun 13 1999 Jeff Johnson <jbj@redhat.com>
-- mark /var/lib/news/* as %config(noreplace) (#3425)
+- mark /var/lib/news/* as config(noreplace) (#3425)
* Thu Jun 10 1999 Dale Lovelace <dale@redhat.com>
- change su news to su - news (#3331)
@@ -539,10 +557,10 @@ exit 0
- the devel package missed libinn.h
- moved libinn.3 man-page to the devel package
- moved changelog up
-- in %post some echo statements were messed up. if we put the redirection
+- in post some echo statements were messed up. if we put the redirection
staements in a different line than the echo command we really should use
a backslash to thell the shell :-)
-- in %install a chmod line referenced the same directory twice.
+- in install a chmod line referenced the same directory twice.
- changed inn-1.5.1-redhat.patch: The patch for news.daily had a side effect.
as EXPIREOVERFLAGS was set to '-a', expireover would break if there were
articles to be removed, as '-a' can't be used if '-z' is specified...
@@ -558,12 +576,12 @@ exit 0
- Added overview! and crosspost lines to /etc/news/newsfeeds
- Fixed nntpsend.ctl path in /usr/lib/news/bin/nntpsend, and set a saner
nntpsend.ctl config file.
-- Added automated inn.conf 'server: ' line creation in %post
+- Added automated inn.conf 'server: ' line creation in post
- Added misc. patches from ftp.isc.org/isc/inn/unoff-patches/1.5
- Removed -lelf from config.data LIBS
- Made RPM_OPT_FLAGS work.
-- Bug in rpm meant that putting %post after %files made it not run. Moved
- %post up.
+- Bug in rpm meant that putting post after files made it not run. Moved
+ post up.
- Added /etc/cron.hourly/inn-cron-nntpsend to send news every hour.
- Fixed most of the misc permissions/ownership stuff that inncheck
complained about.
diff --git a/sources b/sources
index b718394..3cf7223 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-97080ce1dcdc5fe8f3dacd230c9d4a0a inn-2.3.3.tar.gz
+027f367b2f43e3abadde8546b6b2d537 inn-2.3.4.tar.gz
b5e6321446594749eea087c6710eefa5 inn-faq.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:53 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:53 [rpms/inn] epel10.3: auto-import changelog data from inn-2.3.4-2.src.rpm cvsdist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox