forked from pool/aaa_base
Accepting request 41630 from Base:System
Copy from Base:System/aaa_base based on submit request 41630 from user coolo OBS-URL: https://build.opensuse.org/request/show/41630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=208
This commit is contained in:
parent
5f9bb0aac8
commit
4f5ad6b9f7
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 17 08:58:20 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove malloc-debug.* for final release
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 16 11:40:35 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
- also skip /cgroup during unmount in boot.localfs
|
||||||
|
(requested by kay)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 8 18:01:54 CEST 2010 - werner@suse.de
|
Tue Jun 8 18:01:54 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 11.3
|
Version: 11.3
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Fhs
|
Group: System/Fhs
|
||||||
Provides: bin bootutls etc skeleng skelger
|
Provides: bin bootutls etc skeleng skelger
|
||||||
@ -48,16 +48,6 @@ Source22: aaa_base.post
|
|||||||
This package installs several important configuration files. Central
|
This package installs several important configuration files. Central
|
||||||
scripts like SuSEconfig are also in this package.
|
scripts like SuSEconfig are also in this package.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Fink <werner@suse.de>
|
|
||||||
Rüdiger Oertel <ro@suse.de>
|
|
||||||
Burchard Steinbild
|
|
||||||
Florian La Roche
|
|
||||||
Martin Scherbaum
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n aaa_base -b 5 -b 7
|
%setup -n aaa_base -b 5 -b 7
|
||||||
cd ..
|
cd ..
|
||||||
@ -73,6 +63,8 @@ install -d -m 700 root
|
|||||||
# make sure it does not creep in again
|
# make sure it does not creep in again
|
||||||
test -d ../aaa_base/root/.gnupg && exit 1
|
test -d ../aaa_base/root/.gnupg && exit 1
|
||||||
cp -a ../aaa_base/* $RPM_BUILD_ROOT
|
cp -a ../aaa_base/* $RPM_BUILD_ROOT
|
||||||
|
# for the release
|
||||||
|
rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
|
||||||
cp $RPM_SOURCE_DIR/get_kernel_version $RPM_BUILD_ROOT/sbin
|
cp $RPM_SOURCE_DIR/get_kernel_version $RPM_BUILD_ROOT/sbin
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||||
for i in $RPM_BUILD_DIR/sysconfig_parts/sysconfig.* ; do
|
for i in $RPM_BUILD_DIR/sysconfig_parts/sysconfig.* ; do
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:208fab8b1a4b118e505a70e063414c434b1b3f6c2142c0805fb9f43c6621d308
|
oid sha256:b59b0ea97918ccd6a830c02c0ca0076edbb6af8cab7d059ee16fea46d34b4c3b
|
||||||
size 81548
|
size 81558
|
||||||
|
Loading…
Reference in New Issue
Block a user