public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: auto-import changelog data from inn-2.3.2-12.src.rpm
@ 2026-08-26 8:05 cvsdist
0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-08-26 8:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 8faa1c9a9a657f8b85b1218b3f91a3a044ab7f95
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T06:16:49+00:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/8faa1c9a9a657f8b85b1218b3f91a3a044ab7f95?branch=epel10
Log:
auto-import changelog data from inn-2.3.2-12.src.rpm
Mon Apr 15 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- put /etc/news/inn.conf into the inews subpackage to make a smaller client
side possible and require inews from the main inn rpm
---
diff --git a/inn.spec b/inn.spec
index 342152a..41761f1 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.2
-Release: 11
+Release: 12
Copyright: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -14,7 +14,7 @@ Source10: inn-faq.tar.gz
Patch: inn-2.3.1-rh.patch
BuildRequires: db3-devel
Prereq: /sbin/chkconfig, grep, textutils, sed, fileutils, sh-utils
-Requires: cleanfeed, bash >= 2.0
+Requires: cleanfeed, bash >= 2.0, inews
# XXX white out bogus perl requirement for now
Provides: perl(::usr/lib/innshellvars.pl)
@@ -49,7 +49,6 @@ system, you should install inn-devel.
%package -n inews
Summary: Sends Usenet articles to a local news server for distribution.
Group: System Environment/Daemons
-Requires: inn
%description -n inews
The inews program is used by some news programs (for example, inn and
@@ -136,6 +135,7 @@ find $RPM_BUILD_ROOT -type f -or -type l | \
sed 's|/usr/bin/rnews$|%attr(4550,uucp,news) /usr/bin/rnews|' > files.list
(echo "%defattr(-,news,news)" ; grep -v inews files.list | \
egrep -v "\.(h|so|a|la)$" | \
+ grep -v "news/inn.conf" | \
grep -v "/man/") > files.main
echo "%defattr(-,root,root)" > files.devel
egrep "\.(h|so|a|la)$" files.list >> files.devel
@@ -226,10 +226,15 @@ exit 0
%files -n inews
%defattr(-,root,root)
+%config(noreplace) /etc/news/inn.conf
%attr(0755,root,root) /usr/bin/inews
%{_mandir}/man1/inews*
%changelog
+* Mon Apr 15 2002 Florian La Roche <Florian.LaRoche@redhat.de>
+- put /etc/news/inn.conf into the inews subpackage to make a smaller
+ client side possible and require inews from the main inn rpm
+
* Mon Apr 08 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- startup and cron scripts unset LANG and LC_COLLATE to make
inn more robust (#60770)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:05 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:05 [rpms/inn] epel10: auto-import changelog data from inn-2.3.2-12.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