forked from pool/aaa_base
This commit is contained in:
parent
c5ecc2f882
commit
cec6d66c2c
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 13:02:04 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- boot.localfs: use grep instead of bash-loop to speedup
|
||||||
|
parsing for large /proc/partitions (#201501)
|
||||||
|
- fixed javascript entries in mime.types (#216934)
|
||||||
|
- added comment to permissions.local about letting the file
|
||||||
|
end with a newline (#224151)
|
||||||
|
- drop CREATE_INFO_DIR sysconfig variable, obsolete for years.
|
||||||
|
(#231584)
|
||||||
|
- added Required-Start: to boot.sched (#231676)
|
||||||
|
- mark /etc/profile.d files as config (#232083)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 13:56:08 CET 2007 - werner@suse.de
|
Fri Jan 19 13:56:08 CET 2007 - werner@suse.de
|
||||||
|
|
||||||
|
@ -295,6 +295,7 @@ if test ! -e etc/permissions.local ; then
|
|||||||
# Please remember that logfiles might be modified by the logfile
|
# Please remember that logfiles might be modified by the logfile
|
||||||
# rotation facilities (e.g. logrotate) so local settings might
|
# rotation facilities (e.g. logrotate) so local settings might
|
||||||
# be overridden.
|
# be overridden.
|
||||||
|
# This file should really end with a newline.
|
||||||
#
|
#
|
||||||
# example:
|
# example:
|
||||||
#/usr/local/bin/mtr root.root 4755
|
#/usr/local/bin/mtr root.root 4755
|
||||||
|
@ -19,7 +19,7 @@ Requires: aaa_skel filesystem distribution-release logrotate /bin/mktemp /
|
|||||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 10.3
|
Version: 10.3
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: SUSE Linux Base Package
|
Summary: SUSE Linux Base Package
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: aaa_base.tar.bz2
|
Source: aaa_base.tar.bz2
|
||||||
@ -145,6 +145,16 @@ done > aaa_base.files
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog -n aaa_base
|
%changelog -n aaa_base
|
||||||
|
* Fri Jan 26 2007 - ro@suse.de
|
||||||
|
- boot.localfs: use grep instead of bash-loop to speedup
|
||||||
|
parsing for large /proc/partitions (#201501)
|
||||||
|
- fixed javascript entries in mime.types (#216934)
|
||||||
|
- added comment to permissions.local about letting the file
|
||||||
|
end with a newline (#224151)
|
||||||
|
- drop CREATE_INFO_DIR sysconfig variable, obsolete for years.
|
||||||
|
(#231584)
|
||||||
|
- added Required-Start: to boot.sched (#231676)
|
||||||
|
- mark /etc/profile.d files as config (#232083)
|
||||||
* Fri Jan 19 2007 - werner@suse.de
|
* Fri Jan 19 2007 - werner@suse.de
|
||||||
- Don't mix shell and environment variable within locale (#236063)
|
- Don't mix shell and environment variable within locale (#236063)
|
||||||
* Fri Jan 19 2007 - ro@suse.de
|
* Fri Jan 19 2007 - ro@suse.de
|
||||||
|
@ -16,6 +16,21 @@
|
|||||||
%config /etc/permissions.paranoid
|
%config /etc/permissions.paranoid
|
||||||
%config /etc/permissions.secure
|
%config /etc/permissions.secure
|
||||||
%config /etc/profile
|
%config /etc/profile
|
||||||
|
%config /etc/profile.d/alias.ash
|
||||||
|
%config /etc/profile.d/alljava.csh
|
||||||
|
%config /etc/profile.d/alljava.sh
|
||||||
|
%config /etc/profile.d/complete.bash
|
||||||
|
%config /etc/profile.d/csh.ssh
|
||||||
|
%config /etc/profile.d/csh.utf8
|
||||||
|
%config /etc/profile.d/lang.csh
|
||||||
|
%config /etc/profile.d/lang.sh
|
||||||
|
%config /etc/profile.d/malloc-debug.sh
|
||||||
|
%config /etc/profile.d/profile.csh
|
||||||
|
%config /etc/profile.d/profile.sh
|
||||||
|
%config /etc/profile.d/sh.ssh
|
||||||
|
%config /etc/profile.d/sh.utf8
|
||||||
|
%config /etc/profile.d/xdg-enviroment.csh
|
||||||
|
%config /etc/profile.d/xdg-enviroment.sh
|
||||||
%config /etc/rc.status
|
%config /etc/rc.status
|
||||||
%config /etc/runlevel.fallback
|
%config /etc/runlevel.fallback
|
||||||
%config /etc/shells
|
%config /etc/shells
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:424ebe3726e2fe37511f5c1ca4be863533abb5a8d74738d113eb60b3dba784f8
|
oid sha256:23f05c7e56fdc4053f70557d387394c01c2a2807a0beef52cbfd43730d95957d
|
||||||
size 78038
|
size 78054
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9d843c6ec46cf6c3ac3a703ba7fdf6e92bf56a4bb35045941fa76401b92427f6
|
oid sha256:d5e64185b6a8fe9a5f4ec61ece9154d644a4162338241b11e069c35d451a051e
|
||||||
size 8169
|
size 8135
|
||||||
|
Loading…
Reference in New Issue
Block a user