From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:32:25 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221102^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d381601e2715f75958c460013fbc64c3b93a1d71;p=platform%2Fupstream%2Fbash.git resetting manifest requested domain to floor --- diff --git a/packaging/bash.manifest b/packaging/bash.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bash.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bash.spec b/packaging/bash.spec index f02529b..0c302e8 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -8,6 +8,7 @@ Group: Base/Tools Source0: ftp://ftp.gnu.org/gnu/bash/%{name}-%{version}.tar.gz Source1: dot.bashrc Source2: dot.profile +Source1001: bash.manifest BuildRequires: autoconf BuildRequires: bison Provides: /bin/bash @@ -22,6 +23,7 @@ incorporates useful features from the Korn shell (ksh) and the C shell %prep %setup -q +cp %{SOURCE1001} . %build %configure --enable-largefile \ @@ -152,6 +154,7 @@ fi %files +%manifest %{name}.manifest %license COPYING %{_bindir}/sh %{_bindir}/bash