Version bump.

Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
This commit is contained in:
Jerry Snitselaar 2018-06-18 09:29:23 -07:00
parent 35ff25c33f
commit 9d8e598123
2 changed files with 14 additions and 17 deletions

View File

@ -1,2 +1 @@
SHA512 (ibmtss1027.tar.gz) = 2adbb392dc35db043a18f8dd9daf85122fe605c6b874a95de81e4b4c15a8e78ff6af511c714118065703fd823ac44f7d17b8a1fa339957f34e6e2ad52562d10a SHA512 (ibmtss1234.tar.gz) = 4e9de6b12dea7e839d206c948979d9eb99c000920bbee0839b22a55e925ddb4ace40d1b22b54bae7acfdbbc64bf5665066b4592ae9a96e85d16842fcf8892b92
SHA512 (makeman.sh) = 3ca1bb2cb5dda6e046c260a520ad969d712bdecef15f473eece9c3f3cdafec7eaaf8be1c6993c04f428a52c585b1dc9771965045e3a0b6d2edaeea46a712813f

View File

@ -4,18 +4,14 @@
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro} %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
Name: tss2 Name: tss2
Version: 1027 Version: 1234
Release: 2%{?dist} Release: 1%{?dist}
Summary: IBM's TCG Software Stack (TSS) for TPM 2.0 and related utilities Summary: IBM's TCG Software Stack (TSS) for TPM 2.0 and related utilities
Group: Applications/System Group: Applications/System
License: BSD License: BSD
URL: http://sourceforge.net/projects/ibmtpm20tss/ URL: http://sourceforge.net/projects/ibmtpm20tss/
Source0: https://sourceforge.net/projects/ibmtpm20tss/files/NotForUsers_FedoraSourceRpm/ibmtss%{version}.tar.gz Source0: https://sourceforge.net/projects/ibmtpm20tss/files/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
BuildRequires: help2man BuildRequires: help2man
BuildRequires: openssl-devel BuildRequires: openssl-devel
@ -41,7 +37,6 @@ order to build TSS 2.0 applications.
%prep %prep
%setup -q -c %{name}-%{version} %setup -q -c %{name}-%{version}
cp %{SOURCE1} utils/makeman.sh
%build %build
# nonstandard variable names are used in place of CFLAGS and LDFLAGS # nonstandard variable names are used in place of CFLAGS and LDFLAGS
@ -88,10 +83,10 @@ popd
# Make symbolic links to the shared lib # Make symbolic links to the shared lib
pushd %{buildroot}/%{_libdir} pushd %{buildroot}/%{_libdir}
rm -f libtss.so.0 rm -f libibmtss.so.0
ln -sf libtss.so.0.1 libtss.so.0 ln -sf libibmtss.so.0.1 libibmtss.so.0
rm -f libtss.so rm -f libibmtss.so
ln -sf libtss.so.0 libtss.so ln -sf libibmtss.so.0 libibmtss.so
popd popd
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -100,16 +95,19 @@ popd
%files %files
%license LICENSE %license LICENSE
%{_bindir}/tss* %{_bindir}/tss*
%{_libdir}/libtss.so.0 %{_libdir}/libibmtss.so.0
%{_libdir}/libtss.so.0.* %{_libdir}/libibmtss.so.0.*
%attr(0644, root, root) %{_mandir}/man1/tss*.1* %attr(0644, root, root) %{_mandir}/man1/tss*.1*
%files devel %files devel
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/libtss.so %{_libdir}/libibmtss.so
%doc ibmtss.doc %doc ibmtss.doc
%changelog %changelog
* Mon Jun 18 2018 Jerry Snitselaar <jsnitsel@redhat.com> - 1234-1
- Version bump.
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1027-2 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1027-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild