resetting manifest requested domain to floor 01/4701/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_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_4.0_base accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable 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.m2_base tizen_3.0_base tizen_3.0_ivi tizen_4.0_base tizen_4.0_tv tizen_ivi_genivi accepted/tizen/20130710.220344 accepted/tizen/20130912.090441 accepted/tizen/20130912.092432 accepted/tizen/20130912.100927 accepted/tizen/20130912.143625 accepted/tizen/20130912.191952 accepted/tizen/20130912.200049 accepted/tizen/3.0.m2/base/20170104.081906 accepted/tizen/3.0/base/20161028.103032 accepted/tizen/4.0/base/20170811.092732 accepted/tizen/4.0/base/20170828.221146 accepted/tizen/base/20151223.052224 accepted/tizen/ivi/genivi/20140131.030016 ivi_oct_m2 submit/tizen/20130710.131512 submit/tizen/20130912.075852 submit/tizen/20130912.090202 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062323 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20151223.111111 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.025535 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 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:16:01 +0000 (23:16 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:16:01 +0000 (23:16 +0300)
packaging/hostname.manifest [new file with mode: 0644]
packaging/hostname.spec

diff --git a/packaging/hostname.manifest b/packaging/hostname.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 54f4903..aac4b3a 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Utility to set/show the host name or domain name
 Url:            http://packages.qa.debian.org/h/hostname.html
 Group:          System/Base
 Source0:        http://ftp.de.debian.org/debian/pool/main/h/hostname/hostname_%{version}.tar.gz
+Source1001:    hostname.manifest
 
 %description
 This package provides commands which can be used to display the system's
@@ -13,6 +14,7 @@ DNS name, and to display or set its hostname or NIS domain name.
 
 %prep
 %setup -q -n hostname
+cp %{SOURCE1001} .
 
 %build
 make CFLAGS="%{optflags} $CFLAGS"
@@ -23,6 +25,7 @@ make BASEDIR=%{buildroot} install
 rm -rf %{buildroot}/usr/share/man/fr
 
 %files 
+%manifest %{name}.manifest
 %license COPYRIGHT
 /bin/*
 %{_mandir}/man1/*