upd: 89.0.4389.90 -> 89.0.4389.114, remove odd scriptlet on rpm4

This commit is contained in:
Mikhail Novosyolov 2021-04-06 15:28:50 +03:00
parent 4e04e2b88d
commit b1be1ae9f5
2 changed files with 10 additions and 7 deletions

View file

@ -1,8 +1,8 @@
sources:
chromium-89.0.4389.90.tar.xz: d0826ac53536e82ec517468bd8f299340125bfe3
chromium-gost-89.0.4389.82.tar.gz: a75dee803497d36bf2fe7ee31f7111f6a6aced89
chromium-89.0.4389.114.tar.xz: 4f6f42e846cdf9faf3783f482b50ed707918c6ed
chromium-gost-89.0.4389.114.tar.gz: 8648b6d17bb6d044779e06f28a48e3b125b17456
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3
msspi-0.1.43.tar.gz: c02cf6ca4c99e5dcd340212c29512f02253cd3a2
msspi-0.1.44.tar.gz: ecea2f6cd6a31ac5fcb8629e3e8293814cedd063
new-system-icons.tar.xz: 89339b8b3b05359a8745ed7968fe148902a2fa28
xcb-proto-1.14.1.tar.xz: 836d5b2dd00ff21bd038e92764fda9a256a1b022

View file

@ -48,8 +48,8 @@
%define google_default_client_secret mRHXPjlS4cLpp1beCiXoYbLZ
# GOST patches and sources
%define chromium_gost_ver 89.0.4389.82
%define msspi_ver 0.1.43
%define chromium_gost_ver 89.0.4389.114
%define msspi_ver 0.1.44
%define _gostsourcedir %{_builddir}/chromium-gost
%define xcb_version 1.14.1
@ -76,8 +76,8 @@
Summary: A fast web browser based on the Blink engine
Name: chromium-browser-stable
Version: 89.0.4389.90
Release: 4
Version: 89.0.4389.114
Release: 1
License: BSD, LGPL
Group: Networking/WWW
Url: https://www.chromium.org/Home
@ -297,12 +297,15 @@ your profile before changing channels.
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/chromium*
# This crap does not work with rpm4 because it uses good locking of RPM DB
%if %rpm5
%post
# Remove chromium-browser-install package if we have it installed
if [ "$(rpm -q %{crname}-install | wc -w)" = 1 ]
then
rpm -e %{crname}-install
fi
%endif
#----------------------------------------------------------------------------