public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: - rebuild with current rpm
@ 2026-08-26  8:05 Karsten Hopp
  0 siblings, 0 replies; only message in thread
From: Karsten Hopp @ 2026-08-26  8:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10
            Commit : b51ff27d94c6d2b31266ae5c9208f1d75861b948
            Author : Karsten Hopp <karsten@fedoraproject.org>
            Date   : 2005-08-02T15:05:39+00:00
            Stats  : +7/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/b51ff27d94c6d2b31266ae5c9208f1d75861b948?branch=epel10

            Log:
            - rebuild with current rpm
- include .pyc and pyo files created by /usr/lib/rpm/brp-python-bytecompile

---
diff --git a/inn.spec b/inn.spec
index 24d3f89..18e6a7c 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.2
-Release: 3
+Release: 4
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -175,6 +175,8 @@ find $RPM_BUILD_ROOT -type f -or -type l | \
 	sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
 	sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
 	sed 's|/usr/lib/news/bin/rnews$|%attr(4550,uucp,news) /usr/lib/news/bin/rnews|' > files.list
+    echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
+    echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
 (echo "%defattr(-,news,news)" ; grep -v inews files.list | \
 	egrep -v "\.(h|so|a|la)$" | \
 	grep -v "news/inn.conf" | \
@@ -283,6 +285,10 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Aug 02 2005 Karsten Hopp <karsten@redhat.de> 2.4.2-4
+- rebuild with current rpm
+- include .pyc and pyo files created by /usr/lib/rpm/brp-python-bytecompile
+
 * Thu Apr  7 2005 Martin Stransky <stransky@redhat.com> 2.4.2-3
 - add support for large files
 

^ 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: - rebuild with current rpm Karsten Hopp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox