forked from pool/aaa_base
This commit is contained in:
parent
54ad2bd628
commit
adc47036a1
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 17 15:33:58 CET 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Make hwclock work: do not unmount root fs unintended (bnc#442753)
|
||||||
|
- Make hwclock work: load rtc_cmos module if available (bnc#444680)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 17 02:55:42 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- boot.cleanup: cleanup ntp chroot (bnc#443423)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 14:44:32 CET 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- remove the patching of the MAIL_LEVEL setting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 6 12:36:22 CET 2008 - werner@suse.de
|
Thu Nov 6 12:36:22 CET 2008 - werner@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
|
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
|
AutoReqProv: on
|
||||||
Version: 11.1
|
Version: 11.1
|
||||||
Release: 10003
|
Release: 10004
|
||||||
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
|
||||||
@ -80,17 +80,6 @@ for i in $RPM_BUILD_DIR/sysconfig_parts/sysconfig.* ; do
|
|||||||
cp $i $RPM_BUILD_ROOT/var/adm/fillup-templates/
|
cp $i $RPM_BUILD_ROOT/var/adm/fillup-templates/
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
## do SLES specific settings BEGIN
|
|
||||||
#
|
|
||||||
%if %sles_version >= 10
|
|
||||||
# reset mail level
|
|
||||||
sed -i -e "s/^MAIL_LEVEL=.*/MAIL_LEVEL=\"warn\"/" \
|
|
||||||
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.suseconfig
|
|
||||||
%endif
|
|
||||||
#
|
|
||||||
## do SLES specific settings END
|
|
||||||
#
|
|
||||||
#
|
|
||||||
## do arch specific patches BEGIN
|
## do arch specific patches BEGIN
|
||||||
#
|
#
|
||||||
pushd $RPM_BUILD_ROOT
|
pushd $RPM_BUILD_ROOT
|
||||||
@ -152,6 +141,13 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 17 2008 werner@suse.de
|
||||||
|
- Make hwclock work: do not unmount root fs unintended (bnc#442753)
|
||||||
|
- Make hwclock work: load rtc_cmos module if available (bnc#444680)
|
||||||
|
* Mon Nov 17 2008 ro@suse.de
|
||||||
|
- boot.cleanup: cleanup ntp chroot (bnc#443423)
|
||||||
|
* Fri Nov 14 2008 mrueckert@suse.de
|
||||||
|
- remove the patching of the MAIL_LEVEL setting.
|
||||||
* Thu Nov 06 2008 werner@suse.de
|
* Thu Nov 06 2008 werner@suse.de
|
||||||
- Fix chkconfig to make option `-s <serv> on' (bnc#422433)
|
- Fix chkconfig to make option `-s <serv> on' (bnc#422433)
|
||||||
* Wed Nov 05 2008 werner@suse.de
|
* Wed Nov 05 2008 werner@suse.de
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d5bff6379a6f5181c8d633cb6de58065df4fea9b4c69b664fa7e2b091e28174a
|
oid sha256:4dc24508c1d99b3471421eadc3c816535aaf9bcce142a5229f3a290fa814479c
|
||||||
size 79867
|
size 79928
|
||||||
|
Loading…
Reference in New Issue
Block a user