Package init

This commit is contained in:
dogsheng 2019-12-25 16:09:25 +08:00
parent 24d7849059
commit 0f0ab32589

View File

@ -1,6 +1,6 @@
Name: trousers Name: trousers
Version: 0.3.14 Version: 0.3.14
Release: 1 Release: 2
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
@ -9,7 +9,10 @@ Source0: https://sourceforge.net/projects/trousers/files/trousers/0.3.14/tr
Source1: tcsd.service Source1: tcsd.service
BuildRequires: libtool openssl-devel systemd BuildRequires: libtool openssl-devel systemd
Requires: shadow systemd Requires(pre): shadow-utils
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Provides: trousers-lib Provides: trousers-lib
Obsoletes: trousers-lib Obsoletes: trousers-lib
@ -84,6 +87,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/
%changelog %changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
- Modify requires
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-1 * Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-1
- update to 0.3.13 - update to 0.3.13