public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Phil Knirsch <pknirsch@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: - Really switch to new /etc/services file
Date: Mon, 22 Jun 2026 15:54:47 GMT	[thread overview]
Message-ID: <178214368748.1.15700719591610984304.rpms-setup-0a7ae0fbb751@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/setup
            Branch : update_services
            Commit : 0a7ae0fbb7513e7e2d848c536cbee5f08b2fb425
            Author : Phil Knirsch <pknirsch@fedoraproject.org>
            Date   : 2006-02-23T14:29:09+00:00
            Stats  : +11/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/setup/c/0a7ae0fbb7513e7e2d848c536cbee5f08b2fb425?branch=update_services

            Log:
            - Really switch to new /etc/services file
- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)

---
diff --git a/.cvsignore b/.cvsignore
index 1becee0..576578f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.5.48.tar.bz2
+setup-2.5.49.tar.bz2

diff --git a/setup.spec b/setup.spec
index e81147c..73c6bbc 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,6 +1,6 @@
 Summary: A set of system configuration and setup files.
 Name: setup
-Version: 2.5.48
+Version: 2.5.49
 Release: 1
 License: public domain
 Group: System Environment/Base
@@ -33,6 +33,8 @@ touch %{buildroot}/etc/environment
 chmod 0644 %{buildroot}/etc/environment
 chmod 0400 %{buildroot}/etc/{shadow,gshadow}
 chmod 0644 %{buildroot}/var/log/lastlog
+touch %{buildroot}/etc/fstab
+touch %{buildroot}/etc/mtab
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}/etc/Makefile
@@ -70,8 +72,14 @@ rm -rf %{buildroot}
 %dir /etc/profile.d
 %config(noreplace) %verify(not md5 size mtime) /etc/shells
 %ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
+%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
+%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
 
 %changelog
+* Thu Feb 23 2006 Phil Knirsch <pknirsch@redhat.com> 2.4.49-1
+- Really switch to new /etc/services file
+- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)
+
 * Tue Jan 31 2006 Phil Knirsch <pknirsch@redhat.com> 2.4.48-1
 - Switched to the new large /etc/services file which fixes #112298, #133683,
   #166443, #168872, #171228.

diff --git a/sources b/sources
index 5328796..a27698d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3277898d9c56ea1dc279a0219ad7c2c  setup-2.5.48.tar.bz2
+fdd4212c96b5c26a71682b17b90aa326  setup-2.5.49.tar.bz2

                 reply	other threads:[~2026-06-22 15:54 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=178214368748.1.15700719591610984304.rpms-setup-0a7ae0fbb751@fedoraproject.org \
    --to=pknirsch@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