From 04c5e31f622fc5f946d4043109ba4c24beef7692 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:28:37 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/dash.manifest | 5 +++++ packaging/dash.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/dash.manifest diff --git a/packaging/dash.manifest b/packaging/dash.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dash.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/dash.spec b/packaging/dash.spec index 822548e..1081dab 100644 --- a/packaging/dash.spec +++ b/packaging/dash.spec @@ -6,6 +6,7 @@ Group: System/Shells License: BSD and GPLv2+ URL: http://gondor.apana.org.au/~herbert/dash/ Source0: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz +Source1001: dash.manifest %description DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as @@ -14,6 +15,7 @@ significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -34,6 +36,7 @@ if [ $1 -eq 0 ]; then fi %files +%manifest %{name}.manifest %doc COPYING /bin/dash %{_datadir}/man/man1/dash.1.gz -- 2.7.4