Hello community,

here is the log from the commit of package ibmtss for openSUSE:Factory checked 
in at 2020-03-27 21:56:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibmtss (Old)
 and      /work/SRC/openSUSE:Factory/.ibmtss.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibmtss"

Fri Mar 27 21:56:55 2020 rev:14 rq:789048 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibmtss/ibmtss.changes    2020-02-10 
21:53:12.894184075 +0100
+++ /work/SRC/openSUSE:Factory/.ibmtss.new.3160/ibmtss.changes  2020-03-27 
21:57:24.750796769 +0100
@@ -1,0 +2,14 @@
+Fri Mar 27 13:19:08 UTC 2020 - Dominique Leuenberger <dims...@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 <msucha...@suse.com>
+
+- Fix dependencies for epoch, remove useless define.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibmtss.spec ++++++
--- /var/tmp/diff_new_pack.IueBm9/_old  2020-03-27 21:57:25.570797245 +0100
+++ /var/tmp/diff_new_pack.IueBm9/_new  2020-03-27 21:57:25.574797248 +0100
@@ -17,14 +17,12 @@
 
 
 #
-%define suite ibmtss
 %define libversion 1
 %define libversion_full 1.3.0
 %define libname libibmtss
 %define libpkgname %{libname}%{libversion}
 
 Name:           ibmtss
-Epoch:          1
 Version:        1.3.0
 Release:        0
 Summary:        IBM's TPM 2.0 TSS
@@ -68,7 +66,7 @@
 Summary:        IBM's TPM 2.0 TSS headers
 Group:          Development/Libraries/C and C++
 Requires:       %{libpkgname} = %{version}
-Requires:       %{suite} = %{version}
+Requires:       %{name} = %{version}
 
 %description devel
 Includes IBM's TPM 2.0 TSS C header files
@@ -80,7 +78,7 @@
 autoreconf -i
 %configure --enable-hwtpm --enable-debug --disable-static
 cd utils
-%{_libexecdir}/%{suite}/tpm_server & tpm_server="$!"
+%{_libexecdir}/%{name}/tpm_server & tpm_server="$!"
 CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libdir}" %{?_smp_mflags}
 testfailed=0
 TPM_INTERFACE_TYPE=socsim LD_LIBRARY_PATH=.libs ./reg.sh || testfailed=$?
@@ -92,8 +90,8 @@
 cd utils
 %make_install
 
-mkdir -p %{buildroot}/%{_datadir}/%{suite}
-cp -a policies certificates %{buildroot}/%{_datadir}/%{suite}
+mkdir -p %{buildroot}/%{_datadir}/%{name}
+cp -a policies certificates %{buildroot}/%{_datadir}/%{name}
 
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -name .cvsignore | xargs rm -v
@@ -115,12 +113,12 @@
 
 %files base
 %license LICENSE
-%{_datadir}/%{suite}
+%{_datadir}/%{name}
 %{_prefix}/lib/udev/rules.d/*
 
 %files devel
 %license LICENSE
-%{_includedir}/%{suite}
+%{_includedir}/%{name}
 %{_libdir}/%{libname}*.so
 
 %changelog


Reply via email to