From c6bf48286f0a6888a4e39089ec0493a5591a4db3 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:55:57 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/busybox.manifest | 5 +++++ packaging/busybox.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/busybox.manifest diff --git a/packaging/busybox.manifest b/packaging/busybox.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/busybox.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/busybox.spec b/packaging/busybox.spec index 5623211..a8fe81d 100644 --- a/packaging/busybox.spec +++ b/packaging/busybox.spec @@ -7,6 +7,7 @@ Url: http://www.busybox.net/ Group: System/Base Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2 Source2: busybox.tizen.config +Source1001: busybox.manifest %description BusyBox combines tiny versions of many common UNIX utilities into a @@ -21,6 +22,7 @@ counterparts. %prep %setup -q +cp %{SOURCE1001} . cp -a %{SOURCE2} .config %build @@ -41,6 +43,7 @@ install applets/install.sh %{buildroot}%{_bindir}/busybox.install install busybox %{buildroot}%{_prefix}/bin %files +%manifest %{name}.manifest %defattr(-,root,root) %license LICENSE %{_bindir}/busybox -- 2.7.4