diff --git a/ibmswtpm2.changes b/ibmswtpm2.changes index 2a714bd..a98db3e 100644 --- a/ibmswtpm2.changes +++ b/ibmswtpm2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 8 09:38:18 UTC 2017 - jengelh@inai.de + +- Wrap description, drop empty scriptlets. + ------------------------------------------------------------------- Fri Jan 27 11:49:20 UTC 2017 - msuchanek@suse.com diff --git a/ibmswtpm2.spec b/ibmswtpm2.spec index 218f551..6d7c32c 100644 --- a/ibmswtpm2.spec +++ b/ibmswtpm2.spec @@ -16,7 +16,6 @@ # -# %define suite ibmtss Name: ibmswtpm2 @@ -24,7 +23,7 @@ Version: 832 Release: 0 Summary: IBM's Software TPM 2.0 License: BSD-3-Clause -Group: Development/Tools +Group: Development/Tools/Other Url: https://sourceforge.net/projects/ibmswtpm2 Source: ibmtpm%{version}.tar Patch1: makefile.patch @@ -36,11 +35,15 @@ BuildRequires: libopenssl-devel >= 1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -An implementation of the TCG TPM 2.0 specification. It is based on the TPM specification Parts 3 and 4 source code donated by Microsoft, with additional files to complete the implementation. +An implementation of the TCG TPM 2.0 specification. It is based on +the TPM specification Parts 3 and 4 source code donated by Microsoft, +with additional files to complete the implementation. -This TPM emulator listens on TCP ports (default 2321 and 2322) and saves state to file NVChip in current directory. +This TPM emulator listens on TCP ports (default 2321 and 2322) and +saves state to the file "NVChip" in the current directory. -It is probably not of much use other than testing the IBM TSS implementation because of this specific interface. +It is probably not of much use other than testing the IBM TSS +implementation because of this specific interface. %prep %setup -c -q @@ -55,10 +58,6 @@ CCFLAGS="%{optflags}" make %{?_smp_mflags} cd src install -m 755 -D -t %{buildroot}/%{_libexecdir}/%{suite} tpm_server -%post - -%postun - %files %defattr(-,root,root) %dir %{_libexecdir}/%{suite}