SHA256
1
0
forked from pool/aaa_base
OBS User unknown
2008-11-20 00:40:32 +00:00
committed by Git OBS Bridge
parent f8b2494bcd
commit 3b2ddcd95c
4 changed files with 19 additions and 21 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: 10005
Release: 10006
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -39,7 +39,6 @@ Source8: get_kernel_version.c
Source20: aaa_base-rpmlintrc
Source21: aaa_base.pre
Source22: aaa_base.post
Patch1: aaa_base.disable-ps3-vram-swap.patch
# %ifarch x86_64
# Obsoletes: tpctl <= 4.17
# %endif
@@ -60,7 +59,6 @@ Authors:
%prep
%setup -n aaa_base -b 5 -b 7
%patch1 -p1
cd ..
mkdir -p scripts
cp -v %{SOURCE21} scripts
@@ -141,6 +139,11 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%defattr(-,root,root)
%changelog
* Wed Nov 19 2008 ro@suse.de
- don't try to check rootfs if it is a network filesystem
(bnc#441234)
* Wed Nov 19 2008 ro@suse.de
- remove patch aaa_base.disable-ps3-vram-swap.patch again
* Tue Nov 18 2008 meissner@suse.de
- disable MALLOC debugging for openSUSE 11.1 RC1. (bnc#441937)
* Mon Nov 17 2008 werner@suse.de