summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 21:12:57 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 21:12:57 +0300
commitcc098a1bc7751211548071606f201f3a5e68301a (patch)
tree15c14052570a87ae2e9fa216cc68406dd2764a0c
parent38d83f4f94f50358a55cb322271ac57da9d26189 (diff)
downloadmultipath-tools-accepted/tizen/ivi/genivi.tar.gz
multipath-tools-accepted/tizen/ivi/genivi.tar.bz2
multipath-tools-accepted/tizen/ivi/genivi.zip
-rw-r--r--packaging/multipath-tools.manifest5
-rw-r--r--packaging/multipath-tools.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/multipath-tools.manifest b/packaging/multipath-tools.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/multipath-tools.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/multipath-tools.spec b/packaging/multipath-tools.spec
index 6456a84..be65e28 100644
--- a/packaging/multipath-tools.spec
+++ b/packaging/multipath-tools.spec
@@ -12,6 +12,7 @@ Summary: Tools to Manage Multipathed Devices with the device-mapper
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; MIT
Group: System/Base
Source: multipath-tools-%{version}.tar.bz2
+Source1001: multipath-tools.manifest
%description
This package provides the tools to manage multipathed devices by
instructing the device-mapper multipath module what to do. The tools
@@ -46,6 +47,7 @@ Authors:
%prep
%setup -q -n multipath-tools-%{version}
+cp %{SOURCE1001} .
%build
cd kpartx
make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%_libdir
@@ -60,9 +62,11 @@ popd
rm -rf $RPM_BUILD_ROOT;
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%files -n kpartx
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%config /usr/lib/udev/rules.d/kpartx.rules