Accepting request 789032 from home:dimstar:Factory

- Don't mess with Epoch: in the long run it can't but cause
  problems. Upstreams that don't understand the meaning of version
  numbers can't be helped with Epoch. Let's rely on the distro
  features for dist-upgrade (that has no problem with a 'version
  downgrade'.

OBS-URL: https://build.opensuse.org/request/show/789032
OBS-URL: https://build.opensuse.org/package/show/security/ibmtss?expand=0&rev=33
This commit is contained in:
Michal Suchanek 2020-03-27 14:02:36 +00:00 committed by Git OBS Bridge
parent 50dd71e5fe
commit 981b14fa12
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 27 13:19:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Don't mess with Epoch: in the long run it can't but cause
problems. Upstreams that don't understand the meaning of version
numbers can't be helped with Epoch. Let's rely on the distro
features for dist-upgrade (that has no problem with a 'version
downgrade'.
-------------------------------------------------------------------
Mon Mar 23 20:10:11 UTC 2020 - Michal Suchanek <msuchanek@suse.com>

View File

@ -23,7 +23,6 @@
%define libpkgname %{libname}%{libversion}
Name: ibmtss
Epoch: 1
Version: 1.3.0
Release: 0
Summary: IBM's TPM 2.0 TSS
@ -49,7 +48,7 @@ apps, rapid prototyping, education, and debugging.
%package -n %{libpkgname}
Summary: Shared library for IBM's TPM 2.0 TSS
Group: System/Libraries
Recommends: %{name}-base = %{epoch}:%{version}
Recommends: %{name}-base = %{version}
%description -n %{libpkgname}
Shared library for IBM's TPM 2.0 TSS tools
@ -66,8 +65,8 @@ Includes IBM's TPM 2.0 TSS certificates and policy files.
%package devel
Summary: IBM's TPM 2.0 TSS headers
Group: Development/Libraries/C and C++
Requires: %{libpkgname} = %{epoch}:%{version}
Requires: %{name} = %{epoch}:%{version}
Requires: %{libpkgname} = %{version}
Requires: %{name} = %{version}
%description devel
Includes IBM's TPM 2.0 TSS C header files