forked from pool/aaa_base
This commit is contained in:
parent
aad07d57b5
commit
52ab27d13c
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 00:56:36 CET 2008 - ro@suse.de
|
||||
|
||||
- if /var is an extra partition, kill processes accessing it
|
||||
before calling umount (bnc#435315,bnc#450980)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 24 16:52:50 CET 2008 - olh@suse.de
|
||||
|
||||
- speed up boot.rootfsck
|
||||
- remove useless checks to set MAY_FSCK
|
||||
- avoid execution of on_ac_power unless necessary
|
||||
- avoid stat call to detect root on net filesystem unless needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 17:29:47 CET 2008 - ro@suse.de
|
||||
|
||||
|
@ -28,7 +28,7 @@ Recommends: cron logrotate
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv udev net-tools
|
||||
AutoReqProv: on
|
||||
Version: 11.1
|
||||
Release: 10007
|
||||
Release: 10008
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
@ -139,6 +139,14 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Thu Dec 04 2008 ro@suse.de
|
||||
- if /var is an extra partition, kill processes accessing it
|
||||
before calling umount (bnc#435315,bnc#450980)
|
||||
* Mon Nov 24 2008 olh@suse.de
|
||||
- speed up boot.rootfsck
|
||||
- remove useless checks to set MAY_FSCK
|
||||
- avoid execution of on_ac_power unless necessary
|
||||
- avoid stat call to detect root on net filesystem unless needed
|
||||
* Thu Nov 20 2008 ro@suse.de
|
||||
- comment fix in sysconfig.cron (related bnc#442059)
|
||||
- chkconfig: fix when specifying run-levels (bnc#446839)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7eb40b22c96eefb7acfc83d36cb2f4ecfcd5feb38e094738803738a48e4f441
|
||||
size 79835
|
||||
oid sha256:2d3ff60f89feed3cc595c6bc8dd0816fc6e2f36c8c7799a612ca9cb7df746b94
|
||||
size 79922
|
||||
|
Loading…
Reference in New Issue
Block a user