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:
parent
5056ff1894
commit
a46b9f11f6
@ -43,7 +43,7 @@
|
||||
mch_setperm(backup,
|
||||
(perm & 0707) | ((perm & 07) << 3));
|
||||
+#ifdef HAVE_SELINUX
|
||||
+ mch_copy_sec(backup, fname);
|
||||
+ mch_copy_sec(fname, backup);
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
mch_set_acl(backup, acl);
|
||||
#endif
|
||||
+#ifdef HAVE_SELINUX
|
||||
+ mch_copy_sec(backup,fname);
|
||||
+ mch_copy_sec(fname, backup);
|
||||
+#endif
|
||||
break;
|
||||
}
|
||||
|
5
vim.spec
5
vim.spec
@ -28,7 +28,7 @@
|
||||
Summary: The VIM editor.
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: freeware
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||
@ -448,6 +448,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%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
|
||||
- rebuild with new gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user