Skip to content

Commit 2896035

Browse files
oliviacrainjslobodzian
authored andcommitted
vim: Fix vi provides with reversed EVR (#2872)
1 parent ede0e41 commit 2896035

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

SPECS/vim/vim.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Summary: Text editor
33
Name: vim
44
Version: 8.2.4743
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
License: Vim
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
99
Group: Applications/Editors
1010
URL: https://www.vim.org
1111
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1212
BuildRequires: ncurses-devel
13-
Provides: vi = %{release}-%{version}
13+
Provides: vi = %{version}-%{release}
1414
Provides: %{name}-minimal = %{version}-%{release}
1515

1616
%description
@@ -192,6 +192,9 @@ fi
192192
%{_bindir}/vimdiff
193193

194194
%changelog
195+
* Fri Apr 22 2022 Olivia Crain <oliviacrain@microsoft.com> - 8.2.4743-2
196+
- Fix invalid vi provide with reversed %%{release}-%%{version} EVR
197+
195198
* Tue Apr 12 2022 Nicolas Guibourge <nicolasg@microsoft.com> - 8.2.4743-1
196199
- Update version to 8.2.4743 to fix CVE-2022-0408,CVE-2022-0413,CVE-2022-0417,CVE-2022-0443,
197200
- CVE-2022-0554,CVE-2022-0572,CVE-2022-0629,CVE-2022-0685,CVE-2022-0729,CVE-2022-1160

0 commit comments

Comments
 (0)