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.11-1.src.rpm
Date: Mon, 22 Jun 2026 15:54:34 GMT	[thread overview]
Message-ID: <178214367468.1.7030524779828129983.rpms-setup-a0436c983820@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/setup
            Branch : update_services
            Commit : a0436c98382064a58741fb6c38008dd1367b3845
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T12:17:21+00:00
            Stats  : +32/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/setup/c/a0436c98382064a58741fb6c38008dd1367b3845?branch=update_services

            Log:
            auto-import changelog data from setup-2.5.11-1.src.rpm
Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 2.5.11-1
- add newline in /etc/shells (#62271)
Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.10-1
- allocate uid for the vcsa user
Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 2.5.9-1
- re-add ext3 to /etc/filesystems
Mon Mar 11 2002 Bill Nottingham <notting@redhat.com> 2.5.8-1
- add nologin to /etc/shells (#53963)
- fix some quoting issues (#59627)
- fix screen status line (#60596)
- fix path regexps (#59624)
- move profile.d stuff to csh.cshrc (#59946)
Fri Mar 08 2002 Nalin Dahyabhai <nalin@redhat.com>
- add bprd, bpdbm, bpjava-msvc, vnetd, bpcd, and vopied to /etc/services

---
diff --git a/.cvsignore b/.cvsignore
index 489ec6b..2081faa 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.5.8.tar.bz2
+setup-2.5.11.tar.bz2

diff --git a/setup.spec b/setup.spec
index f5b097d..1546984 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.8
+Version: 2.5.11
 Release: 1
 License: public domain
 Group: System Environment/Base
@@ -16,6 +16,10 @@ setup files, such as passwd, group, and profile.
 %prep
 %setup -q
 
+%build
+# Run any sanity checks.
+./serviceslint services
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/etc/profile.d
@@ -56,11 +60,32 @@ rm -rf %{buildroot}
 %config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
 
 %changelog
-* Tue Nov 20 2001 Than Ngo <than@redhat.com> 2.5.8-1
-- check id command if it exists
+* Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 2.5.11-1
+- add newline in /etc/shells (#62271)
+
+* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.10-1
+- allocate uid for the vcsa user
+
+* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 2.5.9-1
+- re-add ext3 to /etc/filesystems
+
+* Mon Mar 11 2002 Bill Nottingham <notting@redhat.com> 2.5.8-1
+- add nologin to /etc/shells (#53963)
+- fix some quoting issues (#59627)
+- fix screen status line (#60596)
+- fix path regexps (#59624)
+- move profile.d stuff to csh.cshrc (#59946)
+
+* Fri Mar  8 2002 Nalin Dahyabhai <nalin@redhat.com>
+- add bprd, bpdbm, bpjava-msvc, vnetd, bpcd, and vopied to /etc/services
+
+* Tue Sep 25 2001 Nalin Dahyabhai <nalin@redhat.com>
+- change rmtcfg to an alias for bvcontrol, which is a registered name
 
-* Mon Aug 27 2001 Preston Brown <pbrown@redhat.com>
-- add ext3 to /etc/filesystems
+* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 2.5.7-1
+- add entries to services (ipp, wnn4, and so on)
+- try to remove duplicates in services (remove nameserver as alias for domain,
+  and readnews as alias for netnews)
 
 * Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
 - change FTP user's home dir to /var/ftp (#52091)

diff --git a/sources b/sources
index 5e9722a..5f94289 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f74ff2e14dfebdbfdee4f23e0065dc48  setup-2.5.8.tar.bz2
+afe598fa1c2133f8a187aa31a092ed0a  setup-2.5.11.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=178214367468.1.7030524779828129983.rpms-setup-a0436c983820@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