mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 07:02:48 +00:00
Updated chromium-browser-stable.spec + update provides
This commit is contained in:
parent
39416f3323
commit
0c3d1a20a6
1 changed files with 10 additions and 9 deletions
|
@ -51,7 +51,7 @@
|
|||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 77.0.3865.90
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
@ -140,14 +140,6 @@ Patch700: chromium-70.0.3538.77-no-system-nodejs.patch
|
|||
# Disable fontconfig cache magic that breaks remoting
|
||||
Patch717: chromium-70.0.3538.67-disable-fontconfig-cache-magic.patch
|
||||
|
||||
Provides: %{crname} = %{EVRD}
|
||||
Conflicts: %{crname}-unstable
|
||||
Conflicts: %{crname}-beta
|
||||
# There was a dummy empty package chromium-browser
|
||||
# which depended from chromium-browser-stable and nothing more.
|
||||
# We decided to remove that package.
|
||||
# chromium-browser SUBpackage had Epoch=1
|
||||
Obsoletes: %{crname} < 1:77
|
||||
BuildRequires: bison
|
||||
%if 0%{?clang}
|
||||
BuildRequires: clang
|
||||
|
@ -239,7 +231,16 @@ Conflicts: chromium-widevinecdm-plugin < 54
|
|||
Obsoletes: chromium-widevinecdm-plugin < 54
|
||||
Conflicts: %{crname}-beta
|
||||
Conflicts: %{crname}-unstable
|
||||
# There was a dummy empty package chromium-browser
|
||||
# which depended from chromium-browser-stable and nothing more.
|
||||
# We decided to remove that package.
|
||||
# chromium-browser SUBpackage had Epoch=1
|
||||
#Obsoletes: %{crname} < 1:77
|
||||
%if !%{mdvver} > 201610
|
||||
Provides: %{crname} = %{EVRD}
|
||||
%else
|
||||
Provides: %{crname} = 1:%{version}-{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Chromium is a browser that combines a minimal design with sophisticated
|
||||
|
|
Loading…
Add table
Reference in a new issue