diff options
-rw-r--r-- | packaging/multipath-tools.manifest | 5 | ||||
-rw-r--r-- | packaging/multipath-tools.spec | 4 |
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 |