SHA256
1
0
forked from pool/aaa_base
OBS User unknown
2008-12-04 11:39:17 +00:00
committed by Git OBS Bridge
parent aad07d57b5
commit 52ab27d13c
3 changed files with 25 additions and 3 deletions

View File

@@ -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)