From 55f67ccdc47b3cd6e35afdf435ae3600f3611ee3 Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Sun, 1 Feb 2015 15:41:02 +0900 Subject: [PATCH] tizen 2.3 release --- packaging/tar.changes | 49 ------------------------------------------------- packaging/tar.spec | 6 +++--- 2 files changed, 3 insertions(+), 52 deletions(-) delete mode 100644 packaging/tar.changes 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 - 1.17 -- Do not exclude files, just kill them -- Split docs/locale - -* Fri Apr 8 2011 Yan Li - 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 - 1.17 -- Reverted to version 1.17 (BMC#11589) - -* Thu Mar 18 2010 Austin Zhang - 1.23 -- Updated for CVE-2010-0624 fixing [MB#10239] - -* Sat Feb 27 2010 Anas Nashif - 1.22 -- Updated with latest spectacle -- Include YAML file in source rpm - -* Tue Jan 12 2010 Anas Nashif - 1.22 -- Save 300K removing ChangeLog file - -* Thu Nov 05 2009 PeterZhu - 1.22 -- Remove /usr/share/info/dir in %install - -* Mon Aug 10 2009 Anas Nashif - 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 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 1.19 -- Use standard spec file - -* Fri Sep 12 2008 Yi Yang 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 -- 2.7.4