Hello community, here is the log from the commit of package ibmtss for openSUSE:Factory checked in at 2019-08-19 21:41:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibmtss (Old) and /work/SRC/openSUSE:Factory/.ibmtss.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibmtss" Mon Aug 19 21:41:21 2019 rev:11 rq:724374 version:1470 Changes: -------- --- /work/SRC/openSUSE:Factory/ibmtss/ibmtss.changes 2019-08-13 20:45:07.627047539 +0200 +++ /work/SRC/openSUSE:Factory/.ibmtss.new.22127/ibmtss.changes 2019-08-19 21:41:59.900283286 +0200 @@ -1,0 +2,6 @@ +Wed Aug 14 08:21:58 UTC 2019 - Michal Suchanek <[email protected]> + +- Remove installed .cvsignore file +- Don't create already created directory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibmtss.spec ++++++ --- /var/tmp/diff_new_pack.wVXfrJ/_old 2019-08-19 21:42:00.292283208 +0200 +++ /var/tmp/diff_new_pack.wVXfrJ/_new 2019-08-19 21:42:00.296283208 +0200 @@ -87,11 +87,12 @@ %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,)
