From 68e4e20c6ec8b4e0e406ad3b8fcb32c497aac095 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:32:25 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/bash.manifest | 5 +++++ packaging/bash.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/bash.manifest 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 -- 2.7.4