diff options
-rw-r--r-- | packaging/rfkill.manifest | 5 | ||||
-rw-r--r-- | packaging/rfkill.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/rfkill.manifest b/packaging/rfkill.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/rfkill.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/rfkill.spec b/packaging/rfkill.spec index 5ce741c..0288e36 100644 --- a/packaging/rfkill.spec +++ b/packaging/rfkill.spec @@ -6,6 +6,7 @@ Summary: Tool for enabling and disabling wireless devices Url: http://wireless.kernel.org/download/rfkill/ Group: Productivity/Networking/Other Source: %{name}-%{version}.tar.bz2 +Source1001: rfkill.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -15,6 +16,7 @@ WLAN, Bluetooth and mobile broadband. %prep %setup -q +cp %{SOURCE1001} . %build make %{?_smp_mflags} @@ -26,6 +28,7 @@ install -Dm644 rfkill.8 %{buildroot}%{_mandir}/man8/rfkill.8 %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_sbindir}/rfkill |