#1646183 - do not forget the epoch

This commit is contained in:
Zdenek Dohnal 2018-11-08 20:03:00 +01:00
parent 2cfa1a3e7d
commit 121eb9c132

View File

@ -24,7 +24,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 1%{?dist} Release: 2%{?dist}
License: Vim and MIT License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh 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-it < 0.3.0-17
Conflicts: man-pages-pl < 0.24-2 Conflicts: man-pages-pl < 0.24-2
Requires: %{name}-filesystem Requires: %{name}-filesystem
Conflicts: %{name}-minimal < %{epoch}:8.1.1-1
%description common %description common
VIM (VIsual editor iMproved) is an updated and improved version of the 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: vi = %{version}-%{release}
Provides: %{_bindir}/vi Provides: %{_bindir}/vi
# conflicts in package because of manpage move (bug #1599663) # conflicts in package because of manpage move (bug #1599663)
Conflicts: %{name}-enhanced < %{version}-%{release} Conflicts: %{name}-common < %{epoch}:8.1.1-1
%description minimal %description minimal
VIM (VIsual editor iMproved) is an updated and improved version of the 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: vim = %{version}-%{release}
Provides: %{_bindir}/mergetool Provides: %{_bindir}/mergetool
Provides: %{_bindir}/vim 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 # suggest python3, python2, lua, ruby and perl packages because of their
# embedded functionality in Vim/GVim # embedded functionality in Vim/GVim
Suggests: python2 python2-libs Suggests: python2 python2-libs
@ -800,6 +799,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %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 * Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.513-1
- patchlevel 513 - patchlevel 513