No specific user configuration 93/34993/1 accepted/tizen_3.0.2014.q4_common accepted/tizen_base accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_base accepted/tizen/3.0.2014.q4/common/20150224.150712 accepted/tizen/base/20151223.052235 accepted/tizen/common/20150220.083155 accepted/tizen/common/20150224.133712 accepted/tizen/mobile/20150304.131107 accepted/tizen/tv/20150324.014458 accepted/tizen/wearable/20150227.064234 submit/tizen_3.0.2014.q4_common/20150224.000000 submit/tizen_base/20151223.111111 submit/tizen_base/20151223.111112 submit/tizen_common/20150211.150623 submit/tizen_common/20150216.140713 submit/tizen_common/20150220.101434 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_mobile/20150302.000000 submit/tizen_tv/20150320.000001 submit/tizen_wearable/20150227.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 5 Feb 2015 12:29:22 +0000 (13:29 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 5 Feb 2015 12:29:22 +0000 (13:29 +0100)
For tizen it is not needed to provide .bashrc and .bash_profile
in the skeleton. At least, if needed, it is not the job of
bash but the job of some platform configuration.

Change-Id: Ib3d6718b10290ac792957940da632ae0dc1c66a8
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
packaging/bash.spec
packaging/dot.bashrc [deleted file]
packaging/dot.profile [deleted file]

index df15668..4bd7e8f 100644 (file)
@@ -6,8 +6,6 @@ Summary:        The GNU Bourne Again shell
 Url:            http://www.gnu.org/software/bash
 Group:          Base/Utilities
 Source0:        %{name}-%{version}.tar.gz
-Source1:        dot.bashrc
-Source2:        dot.profile
 Source1001:    bash.manifest
 BuildRequires:  autoconf
 BuildRequires:  bison
@@ -85,9 +83,6 @@ pushd %{buildroot}
 ln -sf bash ./usr/bin/sh
 rm -f .%{_infodir}/dir
 popd
-mkdir -p %{buildroot}%{_sysconfdir}/skel
-install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc
-install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile
 LONG_BIT=$(getconf LONG_BIT)
 mv %{buildroot}%{_bindir}/bashbug \
    %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}"
@@ -149,7 +144,5 @@ fi
 %license COPYING
 %{_bindir}/sh
 %{_bindir}/bash
-%config %attr(644,root,root) %{_sysconfdir}/skel/.bashrc
-%config %attr(644,root,root) %{_sysconfdir}/skel/.bash_profile
 %dir %{_sysconfdir}/bash_completion.d
 
diff --git a/packaging/dot.bashrc b/packaging/dot.bashrc
deleted file mode 100644 (file)
index 45b8b6b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-test -s ~/.alias && . ~/.alias || true
diff --git a/packaging/dot.profile b/packaging/dot.profile
deleted file mode 100644 (file)
index 942448e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test -z "$PROFILEREAD" && . /etc/profile || true