public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: auto-import changelog data from setup-2.4.7-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 : 0dee1f700a97719a16681b686d4d46f6e1204fc1
Author : cvsdist <cvsdist@fedoraproject.org>
Date : 2004-09-09T12:16:30+00:00
Stats : +63/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/0dee1f700a97719a16681b686d4d46f6e1204fc1?branch=update_services
Log:
auto-import changelog data from setup-2.4.7-1.src.rpm
Sun Apr 08 2001 Preston Brown <pbrown@redhat.com>
- revert control-arrow forward/backward word (broken)
Wed Mar 28 2001 Preston Brown <pbrown@redhat.com>
- fix japanese input with tcsh (#33211)
Wed Mar 07 2001 Bill Nottingham <notting@redhat.com>
- fix some weirdness with rxvt (#30799)
Thu Mar 01 2001 Bill Nottingham <notting@redhat.com>
- add SKK input method (#29759)
Sat Feb 24 2001 Preston Brown <pbrown@redhat.com>
Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
- fix inputrc, Yet Again. (#28617)
Fri Feb 16 2001 Bill Nottingham <notting@redhat.com>
- add in uidgid file, put it in %doc
Thu Feb 08 2001 Adrian Havill <havill@redhat.com>
- bindkey for delete in the case of tcsh
Thu Feb 08 2001 Bill Nottingham <notting@redhat.com>
- add some more stuff to /etc/services (#25396, patch from
<pekkas@netcore.fi>)
Wed Feb 07 2001 Nalin Dahyabhai <nalin@redhat.com>
- add gii/tcp = 616 for gated
Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
- wrap some inputrc settings with tests for mode, term (#24117)
Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
- overhaul /etc/protocols (#18530)
- add port 587 to /etc/services (#25001)
- add corbaloc (#19581)
- don't set /usr/X11R6/bin in $PATH if it's already set (#19968)
Sat Dec 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- Clean up /etc/services, separating registered numbers from unregistered
("squatted") numbers, and adding some.
Tue Nov 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS
support (postfix >= 20001030-2)
Mon Aug 07 2000 Bill Nottingham <notting@redhat.com>
- /var/log/lastlog is %config(noreplace) (#15412)
- some of the various %verify changes (#14819)
---
diff --git a/.cvsignore b/.cvsignore
index a13e566..7dd1c8b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.3.4.tar.gz
+setup-2.4.7.tar.bz2
diff --git a/setup.spec b/setup.spec
index 7fb2a25..e2947b7 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,10 +1,10 @@
Summary: A set of system configuration and setup files.
Name: setup
-Version: 2.3.4
+Version: 2.4.7
Release: 1
-Copyright: public domain
+License: public domain
Group: System Environment/Base
-Source: setup-%{version}.tar.gz
+Source: setup-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-root
BuildArchitectures: noarch
Conflicts: initscripts < 4.26
@@ -17,17 +17,22 @@ setup files, such as passwd, group, and profile.
%setup -q
%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/profile.d
-cp -ar * $RPM_BUILD_ROOT/etc
-mkdir -p $RPM_BUILD_ROOT/var/log
-cp /dev/null $RPM_BUILD_ROOT/var/log/lastlog
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/etc/profile.d
+cp -ar * %{buildroot}/etc
+rm -f %{buildroot}/etc/uidgid
+mkdir -p %{buildroot}/var/log
+cp /dev/null %{buildroot}/var/log/lastlog
+
+# the AS/400 has to log in on /dev/console
+echo console >> %{buildroot}/etc/securetty
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files
%defattr(-,root,root)
+%doc uidgid
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
%verify(not md5 size mtime) %config(noreplace) /etc/group
%verify(not md5 size mtime) %config /etc/services
@@ -48,6 +53,53 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
+* Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
+- revert control-arrow forward/backward word (broken)
+
+* Tue Mar 27 2001 Preston Brown <pbrown@redhat.com>
+- fix japanese input with tcsh (#33211)
+
+* Tue Mar 6 2001 Bill Nottingham <notting@redhat.com>
+- fix some weirdness with rxvt (#30799)
+
+* Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
+- add SKK input method (#29759)
+
+* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
+
+* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
+- fix inputrc, Yet Again. (#28617)
+
+* Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
+- add in uidgid file, put it in %doc
+
+* Wed Feb 7 2001 Adrian Havill <havill@redhat.com>
+- bindkey for delete in the case of tcsh
+
+* Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
+- add some more stuff to /etc/services (#25396, patch from
+ <pekkas@netcore.fi>)
+
+* Tue Feb 6 2001 Nalin Dahyabhai <nalin@redhat.com>
+- add gii/tcp = 616 for gated
+
+* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
+- wrap some inputrc settings with tests for mode, term (#24117)
+
+* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
+- overhaul /etc/protocols (#18530)
+- add port 587 to /etc/services (#25001)
+- add corbaloc (#19581)
+- don't set /usr/X11R6/bin in $PATH if it's already set (#19968)
+
+* Fri Dec 1 2000 Nalin Dahyabhai <nalin@redhat.com>
+- Clean up /etc/services, separating registered numbers from unregistered
+ ("squatted") numbers, and adding some.
+
+* Mon Nov 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS
+ support (postfix >= 20001030-2)
+
* Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
- /var/log/lastlog is %config(noreplace) (#15412)
- some of the various %verify changes (#14819)
diff --git a/sources b/sources
index f2cfef7..e68c77f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de4e121d8d9d8c82f0185fc508edb5e0 setup-2.3.4.tar.gz
+41b63efd3ec7a61ccdf3467abf5b1a62 setup-2.4.7.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.4.7-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