auto-import changelog data from initscripts-5.50-2.src.rpm
Wed Nov 29 2000 Bill Nottingham <notting@redhat.com> - don't set NIS domain name
This commit is contained in:
parent
e11060e941
commit
44e9a1764e
@ -1 +1 @@
|
|||||||
initscripts-5.49.tar.gz
|
initscripts-5.50.tar.gz
|
||||||
|
@ -1,24 +1,21 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts.
|
Summary: The inittab file and the /etc/init.d scripts.
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 5.49
|
Version: 5.50
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1j4
|
Release: 2
|
||||||
Source: initscripts-%{version}.tar.gz
|
Source: initscripts-%{version}.tar.gz
|
||||||
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
|
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
|
||||||
Requires: procps >= 2.0.6-5, sysklogd >= 1.3.31
|
Requires: procps >= 2.0.6-5, sysklogd >= 1.3.31
|
||||||
Requires: setup >= 2.0.3, /sbin/fuser, which
|
Requires: setup >= 2.0.3, /sbin/fuser, which
|
||||||
Requires: modutils >= 2.3.11-5
|
Requires: modutils >= 2.3.11-5
|
||||||
%ifarch alpha
|
Requires: util-linux >= 2.10
|
||||||
Requires: util-linux >= 2.9w-26
|
|
||||||
%endif
|
|
||||||
Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
|
Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
|
||||||
Conflicts: initscripts < 1.22.1-5
|
Conflicts: initscripts < 1.22.1-5, ypbind < 1.6-12
|
||||||
Obsoletes: rhsound sapinit
|
Obsoletes: rhsound sapinit
|
||||||
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils
|
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils
|
||||||
BuildPrereq: glib-devel
|
BuildPrereq: glib-devel
|
||||||
Patch1: initscripts-lang.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The initscripts package contains the basic system scripts used to boot
|
The initscripts package contains the basic system scripts used to boot
|
||||||
@ -28,7 +25,6 @@ deactivate most network interfaces.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .lang
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -36,7 +32,7 @@ make
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc
|
mkdir -p $RPM_BUILD_ROOT/etc
|
||||||
make ROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/run/netreport
|
mkdir -p $RPM_BUILD_ROOT/var/run/netreport
|
||||||
#chown root.root $RPM_BUILD_ROOT/var/run/netreport
|
#chown root.root $RPM_BUILD_ROOT/var/run/netreport
|
||||||
chmod u=rwx,g=rwx,o=rx $RPM_BUILD_ROOT/var/run/netreport
|
chmod u=rwx,g=rwx,o=rx $RPM_BUILD_ROOT/var/run/netreport
|
||||||
@ -66,7 +62,7 @@ ln -s ../rc.local $RPM_BUILD_ROOT/etc/rc.d/rc5.d/S99local
|
|||||||
for i in 0 1 2 3 4 5 6 ; do
|
for i in 0 1 2 3 4 5 6 ; do
|
||||||
ln -s rc.d/rc$i.d $RPM_BUILD_ROOT/etc/rc$i.d
|
ln -s rc.d/rc$i.d $RPM_BUILD_ROOT/etc/rc$i.d
|
||||||
done
|
done
|
||||||
for i in init.d rc rc.sysinit rc.local ; do
|
for i in rc rc.sysinit rc.local ; do
|
||||||
ln -s rc.d/$i $RPM_BUILD_ROOT/etc/$i
|
ln -s rc.d/$i $RPM_BUILD_ROOT/etc/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -198,7 +194,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /etc/rc.d
|
%dir /etc/rc.d
|
||||||
%dir /etc/rc.d/rc[0-9].d
|
%dir /etc/rc.d/rc[0-9].d
|
||||||
%config(missingok) /etc/rc.d/rc[0-9].d/*
|
%config(missingok) /etc/rc.d/rc[0-9].d/*
|
||||||
/etc/init.d
|
|
||||||
/etc/rc[0-9].d
|
/etc/rc[0-9].d
|
||||||
/etc/rc
|
/etc/rc
|
||||||
%dir /etc/rc.d/init.d
|
%dir /etc/rc.d/init.d
|
||||||
@ -234,17 +229,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 18 2000 Akira TAGOH <tagoh@redhat.com>
|
* Wed Nov 29 2000 Bill Nottingham <notting@redhat.com>
|
||||||
- fixed don't broken OUTPUT_CHARSET which set a value already.
|
- don't set NIS domain name
|
||||||
|
|
||||||
* Wed Oct 18 2000 Akira TAGOH <tagoh@redhat.com>
|
* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- set OUTPUT_CHARSET in lang.{sh|csh}
|
- handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
|
||||||
|
- fix top-level makefile install target
|
||||||
|
- make usernetctl just fall-through if getuid() == 0
|
||||||
|
|
||||||
* Wed Oct 18 2000 Akira TAGOH <tagoh@redhat.com>
|
* Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||||||
- fixed typo
|
- /etc/init.d is already provided by chkconfig
|
||||||
|
|
||||||
* Tue Oct 10 2000 Akira TAGOH <tagoh@redhat.com>
|
|
||||||
- fixed export /etc/sysconfig/i18n in lang.sh
|
|
||||||
|
|
||||||
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
|
- set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
|
||||||
|
Loading…
Reference in New Issue
Block a user