Hello community, here is the log from the commit of package aaa_base for openSUSE:12.1:Update:Test checked in at 2012-02-09 15:38:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1:Update:Test/aaa_base (Old) and /work/SRC/openSUSE:12.1:Update:Test/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.1:Update:Test/aaa_base/aaa_base.changes 2011-11-24 20:14:30.000000000 +0100 +++ /work/SRC/openSUSE:12.1:Update:Test/.aaa_base.new/aaa_base.changes 2012-02-09 15:38:14.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 9 10:23:34 UTC 2012 - [email protected] + +- strip boot. also from rc symbolic links (bnc#739217, bnc#740207) + - Strip-boot.d-also-from-rc-symbolic-links-bnc-739217.patch + +------------------------------------------------------------------- New: ---- Strip-boot.d-also-from-rc-symbolic-links-bnc-739217.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.3qvPSn/_old 2012-02-09 15:38:14.000000000 +0100 +++ /var/tmp/diff_new_pack.3qvPSn/_new 2012-02-09 15:38:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package aaa_base # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,7 @@ Name: aaa_base Version: 12.1 -Release: 105 -License: GPLv2+ -Group: System/Fhs +Release: 0 Url: http://gitorious.org/opensuse/aaa_base Provides: bin bootutls etc skeleng skelger Provides: aaa_skel = %{version}-%{release} @@ -29,18 +27,20 @@ Recommends: cron logrotate netcfg udev net-tools aaa_base-extras PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv Summary: SUSE Linux Base Package +License: GPL-2.0+ +Group: System/Fhs BuildRoot: %{_tmppath}/%{name}-%{version}-build # run make package in checkout out git repo to recreate Source: aaa_base.tar.bz2 Source99: aaa_base-rpmlintrc Patch0: systemd_no_wrap_service.patch +Patch1: Strip-boot.d-also-from-rc-symbolic-links-bnc-739217.patch %description This package installs several important configuration files. Central scripts like SuSEconfig are also in this package. %package extras -License: GPLv2+ Summary: SUSE Linux Base Package (recommended part) Group: System/Fhs Requires: %{name} = %{version} @@ -54,6 +54,7 @@ %prep %setup -n aaa_base %patch0 -p1 +%patch1 -p1 %build make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags} ++++++ Strip-boot.d-also-from-rc-symbolic-links-bnc-739217.patch ++++++ >From a3cabad22833a0687d99358e9f9a170c00c4289d Mon Sep 17 00:00:00 2001 From: Werner Fink <[email protected]> Date: Mon, 9 Jan 2012 15:34:51 +0100 Subject: [PATCH] Strip boot.d also from rc symbolic links (bnc#739217) Signed-off-by: Werner Fink <[email protected]> Signed-off-by: Petr Uzel <[email protected]> --- files/etc/rc.status | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Index: aaa_base/files/etc/rc.status =================================================================== --- aaa_base.orig/files/etc/rc.status +++ aaa_base/files/etc/rc.status @@ -45,6 +45,9 @@ if test -z "$SYSTEMD_NO_WRAP" && /bin/mo if test -L "$0"; then _rc_base=`readlink "$0"` _rc_base=${_rc_base##*/} + case "$_rc_base" in + boot.*) _rc_base=${_rc_base#boot.} + esac else _rc_base=${0##*/rc} fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
