public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karsten Hopp <karsten@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: - rebuild with current rpm
Date: Wed, 26 Aug 2026 08:05:41 GMT	[thread overview]
Message-ID: <178773154148.1.17123695042921553950.rpms-inn-b51ff27d94c6@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-26  8:05 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=178773154148.1.17123695042921553950.rpms-inn-b51ff27d94c6@fedoraproject.org \
    --to=karsten@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