public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: auto-import changelog data from setup-2.5.6-1.src.rpm
Date: Mon, 22 Jun 2026 15:54:33 GMT [thread overview]
Message-ID: <178214367328.1.9814040487293030352.rpms-setup-395360db2523@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 395360db25231eb2aaff6764b4ad3952e68d4ac0
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T12:16:48+00:00
Stats : +11/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/395360db25231eb2aaff6764b4ad3952e68d4ac0?branch=update_services
Log:
auto-import changelog data from setup-2.5.6-1.src.rpm
Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
- change FTP user's home dir to /var/ftp (#52091)
- %ghost /etc/shadow, /etc/gshadow
---
diff --git a/.cvsignore b/.cvsignore
index d36eebb..a659a09 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.5.5.tar.bz2
+setup-2.5.6.tar.bz2
diff --git a/setup.spec b/setup.spec
index f028444..a6084aa 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.5
+Version: 2.5.6
Release: 1
License: public domain
Group: System Environment/Base
@@ -23,6 +23,8 @@ cp -ar * %{buildroot}/etc
rm -f %{buildroot}/etc/uidgid
mkdir -p %{buildroot}/var/log
cp /dev/null %{buildroot}/var/log/lastlog
+touch %{buildroot}/etc/{shadow,gshadow}
+chmod 0400 %{buildroot}/etc/{shadow,gshadow}
%clean
rm -rf %{buildroot}
@@ -32,6 +34,8 @@ rm -rf %{buildroot}
%doc uidgid
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
%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/exports
%config(noreplace) /etc/filesystems
@@ -52,6 +56,10 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
+* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
+- change FTP user's home dir to /var/ftp (#52091)
+- %%ghost /etc/shadow, /etc/gshadow
+
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
- add /etc/shells to filelist (#51813)
diff --git a/sources b/sources
index e47c8a1..5f946cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40bb211688cd52715fcd97e0fb6a1635 setup-2.5.5.tar.bz2
+7d46b36e2ab14c5360db40191c43002d setup-2.5.6.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=178214367328.1.9814040487293030352.rpms-setup-395360db2523@fedoraproject.org \
--to=cvsdist@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