Add manifest to the spec file 28/16928/1 accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_panda tizen_ivi_release accepted/tizen/common/20140512.075451 accepted/tizen/generic/20140312.092822 accepted/tizen/ivi/20140311.203334 accepted/tizen/ivi/20140519.094403 accepted/tizen/ivi/panda/20140403.014631 accepted/tizen/ivi/release/20140315.020716 accepted/tizen/mobile/20140509.080207 submit/tizen/20140228.003220 submit/tizen/20140311.201936 submit/tizen/20140509.063125 submit/tizen_ivi_panda/20140403.011951 submit/tizen_ivi_release/20140315.020928
authorCasey Schaufler <casey@schaufler-ca.com>
Thu, 27 Feb 2014 05:31:30 +0000 (21:31 -0800)
committerCasey Schaufler <casey@schaufler-ca.com>
Thu, 27 Feb 2014 05:31:30 +0000 (21:31 -0800)
The manifest is added to the spec file.
This points out that there are illegal characters in the
manifest file, so those are corrected too.

Change-Id: Iebea7e6ebcaef549e5300803e0140754a232b26d
Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
packaging/filesystem.manifest
packaging/filesystem.spec

index ec4253b..36d435c 100644 (file)
@@ -3,7 +3,7 @@
     <domain name="_"/>
  </request>
  <assign>
-    <filesystem path=”/etc” label=”System::Shared” type=”transmutable”/>
-    <filesystem path=”/var/log” label=”System::Log” type=”transmutable”/>
+    <filesystem path="/etc" label="System::Shared" type="transmutable" />
+    <filesystem path="/var/log" label="System::Log" type="transmutable" />
  </assign>
 </manifest>
index 0577a72..0dfee2e 100644 (file)
@@ -10,7 +10,7 @@ Group:          Base/Configuration
 Requires(pre): setup
 Source2:        languages
 Source3:        languages.man
-
+Source1001:     %{name}.manifest
 
 %description
 The filesystem package is one of the basic packages that is installed
@@ -22,6 +22,7 @@ the directories.
 rm -f $RPM_BUILD_DIR/filelist
 
 %build
+cp %{SOURCE1001} .
 
 %install
 function create_dir () {
@@ -104,6 +105,7 @@ posix.symlink("/opt/home/app", "/home/app")
 posix.symlink("/opt/home/developer", "/home/developer")
 
 %files -f filelist
+%manifest %{name}.manifest
 %defattr(0755,root,root,-)
 %dir %attr(555,root,root)
 /bin