make is no longer in buildroot by default

disable F31 updating
This commit is contained in:
Zdenek Dohnal 2020-11-05 14:11:24 +01:00
parent 766372101a
commit 73e2177198
2 changed files with 11 additions and 5 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
debug=""
#debug="echo "
branches=( "master" "f33" "f32" "f31" )
releases=( "fc34" "fc33" "fc32" "fc31" )
regexps=( "fc34" "\|fc33" "\|fc32" "\|fc31" )
bodhi_enabled=( "0" "1" "1" "1" )
branches=( "master" "f33" "f32" )
releases=( "fc34" "fc33" "fc32" )
regexps=( "fc34" "\|fc33" "\|fc32" )
bodhi_enabled=( "0" "1" "1" )
#releases_regexp=fc28\\\|fc27\\\|fc28
branches_index=0

View File

@ -21,7 +21,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
@ -66,6 +66,8 @@ Patch3018: vim-crypto-warning.patch
# gcc is no longer in buildroot by default
BuildRequires: gcc
# uses make
BuildRequires: make
BuildRequires: python3-devel ncurses-devel gettext perl-devel
BuildRequires: perl-generators
@ -824,6 +826,10 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%changelog
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1941-2
- make is no longer in buildroot by default
- disable F31 updating
* Mon Nov 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1941-1
- patchlevel 1941