public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: drop duplicate inn-secrets.conf from inews package
@ 2026-08-26  8:07 Dominik Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik Mierzejewski @ 2026-08-26  8:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
Commit : 67eb908a696ab85477d80c428e7759b5f9b4c436
Author : Dominik Mierzejewski <dominik@greysector.net>
Date   : 2022-11-17T22:49:09+01:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/67eb908a696ab85477d80c428e7759b5f9b4c436?branch=epel10

Log:
drop duplicate inn-secrets.conf from inews package

---
diff --git a/inn.spec b/inn.spec
index 2a721bd..79447fd 100644
--- a/inn.spec
+++ b/inn.spec
@@ -4,7 +4,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 URL: https://www.eyrie.org/~eagle/software/inn/
@@ -375,7 +375,7 @@ fi
 %config(noreplace) %{_sysconfdir}/news/nocem.ctl
 %config(noreplace) %{_sysconfdir}/news/incoming.conf
 %config(noreplace) %{_sysconfdir}/news/inn-radius.conf
-%config(noreplace) %{_sysconfdir}/news/inn-secrets.conf
+%config(noreplace) %attr(0660,news,news) %{_sysconfdir}/news/inn-secrets.conf
 %config(noreplace) %{_sysconfdir}/news/ovdb.conf
 %config(noreplace) %{_sysconfdir}/news/ovsqlite.conf
 %config(noreplace) %{_sysconfdir}/news/newsfeeds
@@ -556,13 +556,15 @@ fi
 
 %files -n inews
 %config(noreplace) %attr(-,news,news) %{_sysconfdir}/news/inn.conf
-%config(noreplace) %attr(0660,news,news) %{_sysconfdir}/news/inn-secrets.conf
 %config(noreplace) %attr(-,news,news) %{_sysconfdir}/news/passwd.nntp
 %{_bindir}/inews
 %attr(0755,root,root) %{_libexecdir}/news/inews
 %{_mandir}/man1/inews*
 
 %changelog
+* Thu Nov 17 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.7.0-2
+- drop duplicate inn-secrets.conf from inews package
+
 * Mon Nov 07 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.7.0-1
 - update to 2.7.0 (#2107592)
 - update files list (API and ABI break)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:07 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:07 [rpms/inn] epel10: drop duplicate inn-secrets.conf from inews package Dominik Mierzejewski

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