SHA256
1
0
forked from pool/aaa_base
OBS User unknown
2008-12-08 14:31:05 +00:00
committed by Git OBS Bridge
parent 52ab27d13c
commit 4d5ac9b9b7
4 changed files with 36 additions and 5 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: 10008
Release: 10009
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -139,6 +139,17 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%defattr(-,root,root)
%changelog
* Mon Dec 08 2008 ro@suse.de
- updated list of settings for DEFAULT_WM (from control.xml)
(bnc#445646)
* Mon Dec 08 2008 ro@suse.de
- keep "you" from starting twice because of broken alias
(bnc#441053)
* Fri Dec 05 2008 werner@suse.de
- Use the new vhangup tool to cause processes on vc's to quit.
This avoids fuser call which may hang if NFS is used.
- The fuser call to terminate processes with write access to the
root file system is not required anymore due fix for bnc#442753.
* Thu Dec 04 2008 ro@suse.de
- if /var is an extra partition, kill processes accessing it
before calling umount (bnc#435315,bnc#450980)