public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: mark /etc/services config(noreplace) (#133683)
@ 2026-06-22 15:54 riel
  0 siblings, 0 replies; only message in thread
From: riel @ 2026-06-22 15:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 171d41a2c91a9b6db5b9cd762976a1d7cfa892ed
Author : riel <riel@fedoraproject.org>
Date   : 2004-09-27T16:35:12+00:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/171d41a2c91a9b6db5b9cd762976a1d7cfa892ed?branch=update_services

Log:
mark /etc/services config(noreplace) (#133683)

---
diff --git a/setup.spec b/setup.spec
index fd5afd7..320c013 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
 Summary: A set of system configuration and setup files.
 Name: setup
 Version: 2.5.34
-Release: 1
+Release: 2
 License: public domain
 Group: System Environment/Base
 Source: setup-%{version}.tar.bz2
@@ -47,7 +47,7 @@ rm -rf %{buildroot}
 %verify(not md5 size mtime) %config(noreplace) /etc/group
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/shadow
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/gshadow
-%verify(not md5 size mtime) %config /etc/services
+%verify(not md5 size mtime) %config(noreplace) /etc/services
 %verify(not md5 size mtime) %config(noreplace) /etc/exports
 %config(noreplace) /etc/aliases
 %config(noreplace) /etc/filesystems
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
 
 %changelog
+* Mon Sep 28 2004 Rik van Riel <riel@redhat.com> 2.5.34-2
+- mark /etc/services config(noreplace) (#133683)
+
 * Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> 2.5.34-1
 - add dict (#107807)
 - add cyrus services (#118832)

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

only message in thread, other threads:[~2026-06-22 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:54 [rpms/setup] update_services: mark /etc/services config(noreplace) (#133683) riel

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