Commit Graph

17 Commits

Author SHA1 Message Date
Yunying Sun
8f49718f79 Update to 2.0.2 release 2018-10-16 14:08:24 +08:00
Yunying Sun
666cffc7da Update to 2.0.1 release
Remove the tcti SONAME patch since it's already included in 2.0.1
2018-08-14 11:08:32 +08:00
Fedora Release Engineering
758bdc1e31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 07:45:47 +00:00
Javier Martinez Canillas
b55c3c189d
Update to 2.0.0 release
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-07-05 08:23:14 +02:00
Javier Martinez Canillas
6c403a3a89
Don't install udev rule for TPM character devices
The udev rules to change the ownership and access permission for the TPM2
character devices is installed by the tpm2-abrmd package. But users could
want to use the TPM2 device without the userspace tpm2-abrmd, for example
by using the in-kernel resource manager or accessing the device directly.

In those cases they may not install the tpm2-abrmd package but still want
the correct user, group and permissions set in the TPM2 character device,
so let's do that in the tpm2-tss package instead that is always required.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-02-23 12:40:00 +01:00
Javier Martinez Canillas
ed4ecb5feb
Escape %{_isa} macro in changelog
The macro isn't correctly escaped so it's expanded.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-02-22 08:32:33 +01:00
Javier Martinez Canillas
23c5e27e39
Don't restrict build to x86 arches
The package has an ExclusiveArch: %{ix86} x86_64 directive, but there
isn't anything x86 specific and can be built on all the architectures.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-02-21 16:30:15 +01:00
Javier Martinez Canillas
298beb376b
Remove %{?_isa} from BuildRequires
The package is using %{?_isa} in BuildRequires, but this is prohibited by
Packaging Guidelines:

https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRequires_and_.25.7B_isa.7D

resolves: rhbz#1545210

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-02-15 11:32:40 +01:00
Fedora Release Engineering
2b1578ad25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 19:16:09 +00:00
Peter Jones
da9b598863 Make only tpm2-abrmd-devel have a runtime dep on tpm2-tools-devel
Signed-off-by: Peter Jones <pjones@redhat.com>
2017-10-25 11:37:26 -04:00
Jerry Snitselaar
32e3d5ec65 tcti-abrmd: Fix null deref
Backport upstream commit to clean up null derefs reported
by coverity scan.

Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
2017-10-18 21:26:08 -07:00
Yunying Sun
47d85b1d32 Merged PR#1 from Jerry to add tss user if not currently exist 2017-10-13 16:49:31 +08:00
Jerry Snitselaar
6775ad219e spec: add tss user if doesn't currently exist
Systemd will fail to start tpm2-abrmd if the tss user
does not exist.

Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
2017-10-13 00:45:40 -07:00
Yunying Sun
b6c8a3371d Initial import (#1475228) - 2nd try 2017-08-17 17:19:08 +08:00
Yunying Sun
2c1bdf0474 Revert "Initial import (#1475228)"
This reverts commit 5a800a2346.
2017-08-17 17:16:07 +08:00
Yunying Sun
5a800a2346 Initial import (#1475228) 2017-08-17 10:41:51 +08:00
Gwyn Ciesla
4665bdc3d8 Added the README 2017-08-16 12:08:17 +00:00