#1646183 - do not forget the epoch
This commit is contained in:
parent
2cfa1a3e7d
commit
121eb9c132
10
vim.spec
10
vim.spec
@ -24,7 +24,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Vim and MIT
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
Source1: vim.sh
|
||||
@ -104,6 +104,7 @@ Conflicts: man-pages-fr < 0.9.7-14
|
||||
Conflicts: man-pages-it < 0.3.0-17
|
||||
Conflicts: man-pages-pl < 0.24-2
|
||||
Requires: %{name}-filesystem
|
||||
Conflicts: %{name}-minimal < %{epoch}:8.1.1-1
|
||||
|
||||
%description common
|
||||
VIM (VIsual editor iMproved) is an updated and improved version of the
|
||||
@ -129,7 +130,7 @@ Summary: A minimal version of the VIM editor
|
||||
Provides: vi = %{version}-%{release}
|
||||
Provides: %{_bindir}/vi
|
||||
# conflicts in package because of manpage move (bug #1599663)
|
||||
Conflicts: %{name}-enhanced < %{version}-%{release}
|
||||
Conflicts: %{name}-common < %{epoch}:8.1.1-1
|
||||
|
||||
%description minimal
|
||||
VIM (VIsual editor iMproved) is an updated and improved version of the
|
||||
@ -146,8 +147,6 @@ Requires: vim-common = %{epoch}:%{version}-%{release} which
|
||||
Provides: vim = %{version}-%{release}
|
||||
Provides: %{_bindir}/mergetool
|
||||
Provides: %{_bindir}/vim
|
||||
# conflicts in package because of manpage move (bug #1599663)
|
||||
Conflicts: %{name}-minimal < %{version}-%{release}
|
||||
# suggest python3, python2, lua, ruby and perl packages because of their
|
||||
# embedded functionality in Vim/GVim
|
||||
Suggests: python2 python2-libs
|
||||
@ -800,6 +799,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.513-2
|
||||
- #1646183 - do not forget the epoch
|
||||
|
||||
* Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.513-1
|
||||
- patchlevel 513
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user