Compare commits

..

No commits in common. "aae4a89e057adf0dadcbd16aabfd3477fa415608" and "dbc858dda39901c77ab6dfbf98b701ba832322da" have entirely different histories.

4 changed files with 9 additions and 28 deletions

BIN
trousers-0.3.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,13 @@
Name: trousers Name: trousers
Version: 0.3.15 Version: 0.3.14
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/%{version}/trousers-%{version}.tar.gz Source0: https://sourceforge.net/projects/trousers/files/trousers/0.3.14/trousers-0.3.14.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
@ -16,7 +15,7 @@ Requires(preun): systemd-units
Requires(postun): systemd-units Requires(postun): systemd-units
Provides: trousers-lib Provides: trousers-lib
Obsoletes: trousers-lib < %{version}-%{release} Obsoletes: trousers-lib
%description %description
Trousers is an Trusted Computing Software Stack. By using trousers you Trousers is an Trusted Computing Software Stack. By using trousers you
@ -30,7 +29,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 < %{version}-%{release} Obsoletes: trousers-static
%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.
@ -42,8 +41,6 @@ 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
@ -76,7 +73,7 @@ exit 0
%doc README ChangeLog AUTHORS %doc README ChangeLog AUTHORS
%license LICENSE %license LICENSE
%{_sbindir}/tcsd %{_sbindir}/tcsd
%config(noreplace) %attr(0640, root, tss) %{_sysconfdir}/tcsd.conf %config(noreplace) %attr(0600, tss, 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.*
@ -95,26 +92,14 @@ exit 0
%changelog %changelog
* Thu Aug 01 2024 zhangruifang <zhangruifang@h-partners.com> - 0.3.15-3 * Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-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> - 0.3.14-2 * Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
- Modify requires - Modify requires
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.14-1 * Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-1
- update to 0.3.14 - update to 0.3.13
* 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

View File

@ -1,4 +0,0 @@
version_control: git
src_repo: https://git.code.sf.net/p/trousers/trousers
tag_prefix: ^TROUSERS_
seperator: _