public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: auto-import changelog data from inn-2.3.5-9.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 : 5c66b178ba7c17eb1ce063582fee9c60aaf58d77
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T06:18:22+00:00
            Stats  : +9/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/5c66b178ba7c17eb1ce063582fee9c60aaf58d77?branch=epel10

            Log:
            auto-import changelog data from inn-2.3.5-9.src.rpm
Tue Apr 06 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-9
- /etc/rc.d/init.d/innd is owned by root now (#119131)
Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
- Use ':' instead of '.' as separator for chown.

---
diff --git a/inn.spec b/inn.spec
index 4ccae25..91e9e9d 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.5
-Release: 8
+Release: 9
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -141,6 +141,7 @@ echo "%defattr(-,news,news)" > files.list
 find $RPM_BUILD_ROOT -type f -or -type l | \
 	sed -e "s|$RPM_BUILD_ROOT||g" | \
 	sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
+	sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \
 	sed 's|^/etc|%config(noreplace) &|' | \
 	sed 's|^/var/lib/news/|%config(noreplace) &|' | \
 	sed 's|.*innshellvar|%config &|' | \
@@ -166,7 +167,7 @@ umask 002
 touch /var/log/news/news.notice
 touch /var/log/news/news.crit
 touch /var/log/news/news.err
-chown -R news.news /var/log/news*
+chown -R news:news /var/log/news*
 
 %triggerpostun -- inn < 2.3.0
 service innd stop > /dev/null 2>&1
@@ -247,6 +248,12 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Apr  6 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-9
+- /etc/rc.d/init.d/innd is owned by root now (#119131)
+
+* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
+- Use ':' instead of '.' as separator for chown.
+
 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
 - rebuilt
 

^ 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.5-9.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