diff --git a/libtpms.changes b/libtpms.changes index df5c44e..0262e33 100644 --- a/libtpms.changes +++ b/libtpms.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 28 09:25:27 UTC 2019 - Gary Ching-Pang Lin + +- Update to version 0.6.0 + * Introduce TPM2 support +- Use %license tag for LICENSE + ------------------------------------------------------------------- Wed Jan 17 12:05:51 UTC 2018 - vcizek@suse.com diff --git a/libtpms.spec b/libtpms.spec index 3c85eb5..d900fab 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -1,7 +1,7 @@ # # spec file for package libtpms # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: https://github.com/stefanberger/libtpms -Source0: https://github.com/stefanberger/libtpms/archive/v%{version}-dev1.tar.gz +Source0: https://github.com/stefanberger/libtpms/archive/v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -55,11 +55,12 @@ Requires: mozilla-nspr-devel Libtpms header files and documentation. %prep -%setup -q -n libtpms-%{version}-dev1 +%setup -q -n libtpms-%{version} %build ./bootstrap.sh %configure \ + --with-tpm2 \ --with-openssl \ --disable-static @@ -79,7 +80,8 @@ install -d -m 0755 %{buildroot}%{_mandir}/man3 %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%doc LICENSE README CHANGES +%doc README CHANGES +%license LICENSE %{_libdir}/%{name}.so.%{version} %{_libdir}/%{name}.so.0 diff --git a/v0.6.0-dev1.tar.gz b/v0.6.0-dev1.tar.gz deleted file mode 100644 index 87fbe0c..0000000 --- a/v0.6.0-dev1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63dd8f6721e19afc9dc4984e3794674d0761eb2053f496128ddf7ad4341153a4 -size 1118827 diff --git a/v0.6.0.tar.gz b/v0.6.0.tar.gz new file mode 100644 index 0000000..f6c1064 --- /dev/null +++ b/v0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b370351dd1cc82aae5e4ca8d4a5c58d4f4c7e757457c551a9e3ad3791a88360c +size 1190696