diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 15:41:02 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 15:41:02 +0900 |
commit | 55f67ccdc47b3cd6e35afdf435ae3600f3611ee3 (patch) | |
tree | c10ebb5312032b438929defa877cfb356cf6e7d1 | |
parent | efcfd8bb8b594f96b92c8535629fcc82316d1764 (diff) | |
download | tar-55f67ccdc47b3cd6e35afdf435ae3600f3611ee3.tar.gz tar-55f67ccdc47b3cd6e35afdf435ae3600f3611ee3.tar.bz2 tar-55f67ccdc47b3cd6e35afdf435ae3600f3611ee3.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.105457tizen_2.3
-rw-r--r-- | packaging/tar.changes | 49 | ||||
-rwxr-xr-x | packaging/tar.spec | 6 |
2 files changed, 3 insertions, 52 deletions
diff --git a/packaging/tar.changes b/packaging/tar.changes deleted file mode 100644 index 6311e34..0000000 --- a/packaging/tar.changes +++ /dev/null @@ -1,49 +0,0 @@ -* Sun Jun 05 2011 Anas Nashif <anas.nashif@intel.com> - 1.17 -- Do not exclude files, just kill them -- Split docs/locale - -* Fri Apr 8 2011 Yan Li <yan.i.li@intel.com> - 1.17 -- BMC#6647: CVE-2010-0624 Heap-based buffer overflow in the rmt_read__ - function allows remote rmt servers to cause a denialof service - (memory corruption) or possibly execute arbitrary code - (BMC6647-CVE-2010-0624.patch) -- BMC#6661: CVE-2007-4476 Buffer overflow in the safer_name_suffix to - cause DoS (BMC6661-CVE-2007-4476.patch) - -* Wed Dec 29 2010 Yan Li <yan.i.li@intel.com> - 1.17 -- Reverted to version 1.17 (BMC#11589) - -* Thu Mar 18 2010 Austin Zhang <austin.zhang@intel.com> - 1.23 -- Updated for CVE-2010-0624 fixing [MB#10239] - -* Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.22 -- Updated with latest spectacle -- Include YAML file in source rpm - -* Tue Jan 12 2010 Anas Nashif <anas.nashif@intel.com> - 1.22 -- Save 300K removing ChangeLog file - -* Thu Nov 05 2009 PeterZhu <peter.j.zhu@intel.com> - 1.22 -- Remove /usr/share/info/dir in %install - -* Mon Aug 10 2009 Anas Nashif <anas.nashif@intel.com> - 1.22 -- Added patches from fedora that fix the following: - * Fix restoring of directory default acls - * Do not patch generated autotools files - * Report record size only if the archive refers to a device - * Do not sigabrt with new gcc/glibc because of writing to - struct members of gnutar header at once via strcpy - * ignore errors from setting utime() for source file - on read-only filesystem - -* Tue Apr 28 2009 Vivian Zhang <vivian.zhang@intel.com> 1.22 -- Update to 1.22 -- Drop upstreamed patch -- Improve loneZeroWarning patch -- Regenerate xattrs and xattrs-conf patches - -* Wed Dec 17 2008 Arjan van de Ven <arjan@linux.intel.com> 1.19 -- Use standard spec file - -* Fri Sep 12 2008 Yi Yang <yi.y.yang@intel.com> 1.19 -- Remove installation warnings of info files diff --git a/packaging/tar.spec b/packaging/tar.spec index 29df1e3..1438acf 100755 --- a/packaging/tar.spec +++ b/packaging/tar.spec @@ -26,6 +26,7 @@ Patch8: BMC6647-CVE-2010-0624.patch Patch9: BMC6661-CVE-2007-4476.patch BuildRequires: libacl-devel + %description The GNU tar program saves many files together in one archive and can restore individual files (or all of the files) from that archive. Tar @@ -77,7 +78,7 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{_mandir}/man1 cp -a %{SOURCE1} %{buildroot}%{_mandir}/man1 -rm -rf %{buildroot}%{_prefix}/libexec/rmt +rm -rf %{buildroot}%{_libexecdir}/rmt mkdir -p $RPM_BUILD_ROOT%{_datadir}/license for keyword in LICENSE COPYING COPYRIGHT; @@ -92,9 +93,8 @@ done %docs_package %files -%manifest %{name}.manifest %defattr(-,root,root,-) %{_datadir}/license/%{name} /bin/tar - +%manifest %{name}.manifest |