forked from pool/aaa_base
This commit is contained in:
parent
62a0fdfd17
commit
903a1eb05a
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 18:29:56 CEST 2008 - ro@suse.de
|
||||
|
||||
- marked /etc/bash.bashrc as config (bnc#382804)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 18:07:22 CEST 2008 - ro@suse.de
|
||||
|
||||
- change sysconf_addword to work with sed instead of ed
|
||||
(bnc#377131)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 19:02:08 CEST 2008 - werner@suse.de
|
||||
|
||||
- Make colon work in _cd_ expansion shell function even if part
|
||||
of COMP_WORDBREAKS (bnc#391955)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 09:25:41 CEST 2008 - werner@suse.de
|
||||
|
||||
|
@ -21,7 +21,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.0
|
||||
Release: 71
|
||||
Release: 73
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
@ -143,6 +143,14 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Jun 02 2008 ro@suse.de
|
||||
- marked /etc/bash.bashrc as config (bnc#382804)
|
||||
* Mon Jun 02 2008 ro@suse.de
|
||||
- change sysconf_addword to work with sed instead of ed
|
||||
(bnc#377131)
|
||||
* Wed May 28 2008 werner@suse.de
|
||||
- Make colon work in _cd_ expansion shell function even if part
|
||||
of COMP_WORDBREAKS (bnc#391955)
|
||||
* Tue May 20 2008 werner@suse.de
|
||||
- Remove last occurence of boot.setclock (bnc#384254)
|
||||
* Mon May 19 2008 werner@suse.de
|
||||
|
@ -4,6 +4,7 @@
|
||||
%config(noreplace) /etc/inittab
|
||||
%config /root/bin/cron.daily
|
||||
%config /root/bin/cron.daily.local
|
||||
%config /etc/bash.bashrc
|
||||
%config /etc/csh.cshrc
|
||||
%config /etc/csh.login
|
||||
%config /etc/inputrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d35776312260118fd512acef36983f7400b4f249234a1894ffaca5691eb37ebe
|
||||
size 78564
|
||||
oid sha256:8dd653afe1eecb4ee93b92efcb2e92d2ee61b0aaeb9bca733d5355b4ca1cfdf5
|
||||
size 78735
|
||||
|
Loading…
Reference in New Issue
Block a user