Compare commits
10 Commits
dbc858dda3
...
aae4a89e05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aae4a89e05 | ||
|
|
4f3e2ef603 | ||
|
|
a11c7975e8 | ||
|
|
0312e374ae | ||
|
|
3a12f8e8b1 | ||
|
|
6ddffed868 | ||
|
|
ba6ed4466a | ||
|
|
f2d67ddd1e | ||
|
|
6d53f443c2 | ||
|
|
edab0db821 |
Binary file not shown.
BIN
trousers-0.3.15.tar.gz
Normal file
BIN
trousers-0.3.15.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
Name: trousers
|
Name: trousers
|
||||||
Version: 0.3.14
|
Version: 0.3.15
|
||||||
Release: 3
|
Release: 3
|
||||||
Summary: The open-source TCG Software Stack
|
Summary: The open-source TCG Software Stack
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://trousers.sourceforge.net
|
Url: http://trousers.sourceforge.net
|
||||||
Source0: https://sourceforge.net/projects/trousers/files/trousers/0.3.14/trousers-0.3.14.tar.gz
|
Source0: https://sourceforge.net/projects/trousers/files/trousers/%{version}/trousers-%{version}.tar.gz
|
||||||
#Acknowledge Source1 from Fedora.
|
#Acknowledge Source1 from Fedora.
|
||||||
Source1: tcsd.service
|
Source1: tcsd.service
|
||||||
|
|
||||||
|
BuildRequires: make gettext-devel autoconf automake
|
||||||
BuildRequires: libtool openssl-devel systemd
|
BuildRequires: libtool openssl-devel systemd
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
@ -15,7 +16,7 @@ Requires(preun): systemd-units
|
|||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
|
||||||
Provides: trousers-lib
|
Provides: trousers-lib
|
||||||
Obsoletes: trousers-lib
|
Obsoletes: trousers-lib < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Trousers is an Trusted Computing Software Stack. By using trousers you
|
Trousers is an Trusted Computing Software Stack. By using trousers you
|
||||||
@ -29,7 +30,7 @@ Summary: Trousers header files, documentation and trousers tCG device driver lib
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
Provides: trousers-static
|
Provides: trousers-static
|
||||||
Obsoletes: trousers-static
|
Obsoletes: trousers-static < %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Includes header files, static library and other development files using trousers.
|
Includes header files, static library and other development files using trousers.
|
||||||
@ -41,6 +42,8 @@ Includes header files, static library and other development files using trousers
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
chmod +x ./bootstrap.sh
|
||||||
|
./bootstrap.sh
|
||||||
%configure --with-gui=openssl
|
%configure --with-gui=openssl
|
||||||
%make_build -k
|
%make_build -k
|
||||||
|
|
||||||
@ -73,7 +76,7 @@ exit 0
|
|||||||
%doc README ChangeLog AUTHORS
|
%doc README ChangeLog AUTHORS
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_sbindir}/tcsd
|
%{_sbindir}/tcsd
|
||||||
%config(noreplace) %attr(0600, tss, tss) %{_sysconfdir}/tcsd.conf
|
%config(noreplace) %attr(0640, root, tss) %{_sysconfdir}/tcsd.conf
|
||||||
%attr(0644,root,root) %{_unitdir}/tcsd.service
|
%attr(0644,root,root) %{_unitdir}/tcsd.service
|
||||||
%attr(0700, tss, tss) %{_localstatedir}/lib/tpm/
|
%attr(0700, tss, tss) %{_localstatedir}/lib/tpm/
|
||||||
%{_libdir}/libtspi.so.*
|
%{_libdir}/libtspi.so.*
|
||||||
@ -92,14 +95,26 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-3
|
* Thu Aug 01 2024 zhangruifang <zhangruifang@h-partners.com> - 0.3.15-3
|
||||||
|
- The corresponding version number nedds to be added to the Obsoletes filed
|
||||||
|
|
||||||
|
* Sat Jan 23 2021 panxiaohe <panxiaohe@huawei.com> - 0.3.15-1
|
||||||
|
- update to 0.3.15
|
||||||
|
|
||||||
|
* Tue Sep 29 2020 Hugel <gengqihu1@huawei.com> - 0.3.14-5
|
||||||
|
- require /etc/tcsd.conf to be owned by root:tss mode 640 for CVE-2020-24331
|
||||||
|
|
||||||
|
* Mon Sep 14 2020 wangchen <wangchen137@huawei.com> - 0.3.14-4
|
||||||
|
- Fix CVE-2020-24330 CVE-2020-24331 CVE-2020-24332
|
||||||
|
|
||||||
|
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-3
|
||||||
- Add tss account used by the trousers package to sandbox the tcsd daemon
|
- Add tss account used by the trousers package to sandbox the tcsd daemon
|
||||||
|
|
||||||
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-2
|
||||||
- Modify requires
|
- Modify requires
|
||||||
|
|
||||||
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-1
|
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-1
|
||||||
- update to 0.3.13
|
- update to 0.3.14
|
||||||
|
|
||||||
* Wed Sep 4 2019 Zaiwang Li<lizaiwang1@huawei.com> - 0.3.13-12
|
* Wed Sep 4 2019 Zaiwang Li<lizaiwang1@huawei.com> - 0.3.13-12
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
4
trousers.yaml
Normal file
4
trousers.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://git.code.sf.net/p/trousers/trousers
|
||||||
|
tag_prefix: ^TROUSERS_
|
||||||
|
seperator: _
|
||||||
Loading…
x
Reference in New Issue
Block a user