auto-import changelog data from vim-6.3.011-4.src.rpm

Thu Jul 08 2004 Dan Walsh <dwalsh@redhat.com> 6.3.011-4
- Fix selinux patch to handle symlinks
This commit is contained in:
cvsdist 2004-09-09 14:13:56 +00:00
parent 5056ff1894
commit a46b9f11f6
2 changed files with 6 additions and 3 deletions

View File

@ -43,7 +43,7 @@
mch_setperm(backup, mch_setperm(backup,
(perm & 0707) | ((perm & 07) << 3)); (perm & 0707) | ((perm & 07) << 3));
+#ifdef HAVE_SELINUX +#ifdef HAVE_SELINUX
+ mch_copy_sec(backup, fname); + mch_copy_sec(fname, backup);
+#endif +#endif
#endif #endif
@ -53,7 +53,7 @@
mch_set_acl(backup, acl); mch_set_acl(backup, acl);
#endif #endif
+#ifdef HAVE_SELINUX +#ifdef HAVE_SELINUX
+ mch_copy_sec(backup,fname); + mch_copy_sec(fname, backup);
+#endif +#endif
break; break;
} }

View File

@ -28,7 +28,7 @@
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 3 Release: 4
License: freeware License: freeware
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -448,6 +448,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 6.3.011-4
- Fix selinux patch to handle symlinks
* Wed Jul 07 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-3 * Wed Jul 07 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-3
- rebuild with new gcc - rebuild with new gcc