revert "Change wrong Provides. Replace 1:8.6.10 to epoch:version"

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-11-08 16:10:19 +08:00
parent 065026d000
commit e6454b0e11

View File

@ -2,7 +2,7 @@
Name: tcl Name: tcl
Version: 8.6.12 Version: 8.6.12
Release: 2 Release: 3
Epoch: 1 Epoch: 1
Summary: The Tool Command Language implementation Summary: The Tool Command Language implementation
License: BSD License: BSD
@ -13,7 +13,9 @@ BuildRequires: autoconf zlib-devel systemtap-sdt-devel gcc
Provides: tcl(abi) = %{MAJOR} Provides: tcl(abi) = %{MAJOR}
Obsoletes: tcl-tcldict <= %{version} Obsoletes: tcl-tcldict <= %{version}
Provides: tcl-tcldict = %{version} Provides: tcl-tcldict = %{version}
Provides: tcl = %{epoch}:%{version}
# drop this symbol after tk upgrade to 8.6.12
Provides: tcl = 1:8.6.10
Patch0: tcl-8.6.12-autopath.patch Patch0: tcl-8.6.12-autopath.patch
Patch1: tcl-8.6.12-conf.patch Patch1: tcl-8.6.12-conf.patch
@ -43,7 +45,9 @@ Help document for tcl.
%package devel %package devel
Summary: The development files for tcl Summary: The development files for tcl
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
Provides: tcl-devel = %{epoch}:%{version}
# drop this symbol after tk upgrade to 8.6.12
Provides: tcl-devel = 1:8.6.10
%description devel %description devel
The development files for tcl. The development files for tcl.
@ -124,8 +128,14 @@ make test
%{_mandir}/mann/* %{_mandir}/mann/*
%changelog %changelog
* Tue Nov 8 22022 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1:8.6.12-2 * Tue Nov 8 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-3
- Change wrong Provides. Replace 1:8.6.10 to %{epoch}:%{version} - Type:bugfix
- ID:NA
- SUG:NA
- DESC:revert "Change wrong Provides. Replace 1:8.6.10 to epoch:version"
* Tue Nov 8 2022 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1:8.6.12-2
- Change wrong Provides. Replace 1:8.6.10 to epoch:version
* Fri Nov 4 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-1 * Fri Nov 4 2022 yixiangzhike <yixiangzhike007@163.com> - 1:8.6.12-1
- Type:enhancement - Type:enhancement