public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/postsrsd] epel10: Mark default file as conffile
@ 2026-06-04  9:45 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-04  9:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/postsrsd
Branch : epel10
Commit : 7fa6f26ad6c0a98285ffa364f1b3cb372ac26265
Author : Marc Dequènes (Duck) <duck@redhat.com>
Date   : 2022-11-29T12:20:36+09:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/postsrsd/c/7fa6f26ad6c0a98285ffa364f1b3cb372ac26265?branch=epel10

Log:
Mark default file as conffile

---
diff --git a/postsrsd.spec b/postsrsd.spec
index 1cea5d7..ffa09f5 100644
--- a/postsrsd.spec
+++ b/postsrsd.spec
@@ -4,7 +4,7 @@
 
 Name:           postsrsd
 Version:        1.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Sender Rewriting Scheme (SRS) provider
 
 License:        GPLv2+
@@ -71,7 +71,7 @@ sed -ri -e 's/postsrsd\/default/postsrsd.default/' \
 %files
 %license LICENSE
 %ghost %{_sysconfdir}/postsrsd.secret
-%{_sysconfdir}/default/%{name}
+%config(noreplace) %{_sysconfdir}/default/%{name}
 %{_unitdir}/postsrsd.service
 %{_sbindir}/postsrsd
 %{_docdir}/%{name}
@@ -109,6 +109,9 @@ fi
 
 
 %changelog
+- Tue Nov 29 2022 Marc Dequènes (Duck) <duck@redhat.com> - 1.12-2
+- mark /etc/default/postsrsd as conffile
+
 * Wed Oct 26 2022 Marc Dequènes (Duck) <duck@redhat.com> - 1.12-1
 - NUR
 

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

only message in thread, other threads:[~2026-06-04  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04  9:45 [rpms/postsrsd] epel10: Mark default file as conffile 

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