From 9d8e5981231a0b76f8fde823843c1fa3062c9704 Mon Sep 17 00:00:00 2001 From: Jerry Snitselaar Date: Mon, 18 Jun 2018 09:29:23 -0700 Subject: [PATCH] Version bump. Signed-off-by: Jerry Snitselaar --- sources | 3 +-- tss2.spec | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/sources b/sources index 22a8499..831f363 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (ibmtss1027.tar.gz) = 2adbb392dc35db043a18f8dd9daf85122fe605c6b874a95de81e4b4c15a8e78ff6af511c714118065703fd823ac44f7d17b8a1fa339957f34e6e2ad52562d10a -SHA512 (makeman.sh) = 3ca1bb2cb5dda6e046c260a520ad969d712bdecef15f473eece9c3f3cdafec7eaaf8be1c6993c04f428a52c585b1dc9771965045e3a0b6d2edaeea46a712813f +SHA512 (ibmtss1234.tar.gz) = 4e9de6b12dea7e839d206c948979d9eb99c000920bbee0839b22a55e925ddb4ace40d1b22b54bae7acfdbbc64bf5665066b4592ae9a96e85d16842fcf8892b92 diff --git a/tss2.spec b/tss2.spec index 681175e..3330bd9 100644 --- a/tss2.spec +++ b/tss2.spec @@ -4,18 +4,14 @@ %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro} Name: tss2 -Version: 1027 -Release: 2%{?dist} +Version: 1234 +Release: 1%{?dist} Summary: IBM's TCG Software Stack (TSS) for TPM 2.0 and related utilities Group: Applications/System License: BSD URL: http://sourceforge.net/projects/ibmtpm20tss/ -Source0: https://sourceforge.net/projects/ibmtpm20tss/files/NotForUsers_FedoraSourceRpm/ibmtss%{version}.tar.gz -# Source1 should be temporary measure. v1027 of the Source0 tarball no -# longer includes the man pages, but the script with the details to generate -# them wasn't committed until v1045. -Source1: https://sourceforge.net/p/ibmtpm20tss/tss/ci/v1045/tree/utils/makeman.sh?format=raw#/makeman.sh +Source0: https://sourceforge.net/projects/ibmtpm20tss/files/ibmtss%{version}.tar.gz BuildRequires: help2man BuildRequires: openssl-devel @@ -41,7 +37,6 @@ order to build TSS 2.0 applications. %prep %setup -q -c %{name}-%{version} -cp %{SOURCE1} utils/makeman.sh %build # nonstandard variable names are used in place of CFLAGS and LDFLAGS @@ -88,10 +83,10 @@ popd # Make symbolic links to the shared lib pushd %{buildroot}/%{_libdir} -rm -f libtss.so.0 -ln -sf libtss.so.0.1 libtss.so.0 -rm -f libtss.so -ln -sf libtss.so.0 libtss.so +rm -f libibmtss.so.0 +ln -sf libibmtss.so.0.1 libibmtss.so.0 +rm -f libibmtss.so +ln -sf libibmtss.so.0 libibmtss.so popd %post -p /sbin/ldconfig @@ -100,16 +95,19 @@ popd %files %license LICENSE %{_bindir}/tss* -%{_libdir}/libtss.so.0 -%{_libdir}/libtss.so.0.* +%{_libdir}/libibmtss.so.0 +%{_libdir}/libibmtss.so.0.* %attr(0644, root, root) %{_mandir}/man1/tss*.1* %files devel %{_includedir}/%{name} -%{_libdir}/libtss.so +%{_libdir}/libibmtss.so %doc ibmtss.doc %changelog +* Mon Jun 18 2018 Jerry Snitselaar - 1234-1 +- Version bump. + * Fri Feb 09 2018 Fedora Release Engineering - 1027-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild