From: José Bollo Date: Thu, 5 Feb 2015 12:29:22 +0000 (+0100) Subject: No specific user configuration X-Git-Tag: accepted/tizen/3.0.2014.q4/common/20150224.150712^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F34993%2F1;p=platform%2Fupstream%2Fbash.git No specific user configuration 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 --- diff --git a/packaging/bash.spec b/packaging/bash.spec index df15668..4bd7e8f 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -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 index 45b8b6b..0000000 --- a/packaging/dot.bashrc +++ /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 index 942448e..0000000 --- a/packaging/dot.profile +++ /dev/null @@ -1 +0,0 @@ -test -z "$PROFILEREAD" && . /etc/profile || true