public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: auto-import changelog data from setup-2.5.6-1.src.rpm
@ 2026-06-22 15:54 cvsdist
0 siblings, 0 replies; only message in thread
From: cvsdist @ 2026-06-22 15:54 UTC (permalink / raw)
To: git-commits
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
^ 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: auto-import changelog data from setup-2.5.6-1.src.rpm cvsdist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox