This commit is contained in:
parent
a3bc286d13
commit
3e96be8a49
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 15:25:00 CEST 2008 - werner@suse.de
|
||||
|
||||
- Replace `/bin/hostname -s' with `/bin/uname -n' (bnc#386621)
|
||||
- Also change reference boo.clock in sysconfig and add boot.clock
|
||||
as an alias within boot.setclock (bnc#386354)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 12:16:05 CEST 2008 - werner@suse.de
|
||||
|
||||
|
@ -94,7 +94,7 @@ fi
|
||||
## powerfail probably needs empty header ...
|
||||
|
||||
# add Kill-links in boot.d if needed:
|
||||
for i in proc localfs swap clock ldconfig ipconfig klog localnet loadmodules sched ; do
|
||||
for i in proc localfs swap setclock getclock ldconfig ipconfig klog localnet loadmodules sched ; do
|
||||
if [ -f /etc/init.d/boot.d/S??boot.$i -a ! -f /etc/init.d/boot.d/K??boot.$i ] ; then
|
||||
%{insserv_force_if_yast boot.$i}
|
||||
fi
|
||||
|
@ -21,7 +21,7 @@ Recommends: logrotate
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
||||
AutoReqProv: on
|
||||
Version: 11.0
|
||||
Release: 55
|
||||
Release: 58
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
@ -142,6 +142,10 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon May 05 2008 werner@suse.de
|
||||
- Replace `/bin/hostname -s' with `/bin/uname -n' (bnc#386621)
|
||||
- Also change reference boo.clock in sysconfig and add boot.clock
|
||||
as an alias within boot.setclock (bnc#386354)
|
||||
* Wed Apr 23 2008 werner@suse.de
|
||||
- Force installing ncurses-utils to have tput and reset around
|
||||
* Mon Apr 21 2008 werner@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40bde2d80d5fff971cd6b487e8b43b8fa86b6d4a75784db366cfcf268825fbcf
|
||||
size 78083
|
||||
oid sha256:f7e0f66de52c45934536470f3e3cf14c8f7bb3e638f96a00a77bac96e73cbe21
|
||||
size 78124
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f2cbdf49b4f2e51a08e62f3ae28388c8c015d8f82af718d0f0ae41f748e9ce6
|
||||
size 8436
|
||||
oid sha256:8bf18e2a89a26162dbc28f3cb1133ad4c661d9d855b67a37e39ad6a8c889c236
|
||||
size 8397
|
||||
|
Loading…
Reference in New Issue
Block a user