resetting manifest requested domain to floor 65/4965/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_common accepted/tizen_generic tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.214803 accepted/tizen/20130912.190307 accepted/tizen/20130912.194441 accepted/tizen/20130913.024411 accepted/tizen/ivi/genivi/20140131.033353 ivi_oct_m2 submit/tizen/20130710.134723 submit/tizen/20130912.080336 submit/tizen/20130912.090638 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.032317 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:58:51 +0000 (04:58 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:58:51 +0000 (04:58 +0300)
packaging/rfkill.manifest [new file with mode: 0644]
packaging/rfkill.spec

diff --git a/packaging/rfkill.manifest b/packaging/rfkill.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 5ce741c..0288e36 100644 (file)
@@ -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