Accepting request 723231 from home:michals

- Remove installed .cvsignore file
- Don't create already created directory

OBS-URL: https://build.opensuse.org/request/show/723231
OBS-URL: https://build.opensuse.org/package/show/security/ibmtss?expand=0&rev=26
This commit is contained in:
Michal Suchanek 2019-08-18 08:57:05 +00:00 committed by Git OBS Bridge
parent db7df5399e
commit bc72a7cca0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 08:21:58 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
- Remove installed .cvsignore file
- Don't create already created directory
-------------------------------------------------------------------
Fri Aug 9 15:52:02 UTC 2019 - Michal Suchanek <msuchanek@suse.com>

View File

@ -87,11 +87,12 @@ kill "$tpm_server" || :
%install
cd utils
%make_install
mkdir -p %{buildroot}/%{_datadir}/%{suite}
cp -a policies certificates %{buildroot}/%{_datadir}/%{suite}
mkdir -p %{buildroot}/%{_includedir}/%{suite}
rm -f %{buildroot}/%{_libdir}/*.la
find %{buildroot} -name .cvsignore | xargs rm -v
for i in %{buildroot}/%{_mandir}/man1/tsstss*.1 ; do
mv -v $i $(echo $i | sed -e s,/tsstss,/tss,)