Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mhvtl for openSUSE:Factory checked 
in at 2021-10-05 22:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mhvtl (Old)
 and      /work/SRC/openSUSE:Factory/.mhvtl.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mhvtl"

Tue Oct  5 22:34:06 2021 rev:14 rq:923329 version:1.63_release+759.35ddb48e5262

Changes:
--------
--- /work/SRC/openSUSE:Factory/mhvtl/mhvtl.changes      2021-09-20 
23:34:33.591277845 +0200
+++ /work/SRC/openSUSE:Factory/.mhvtl.new.2443/mhvtl.changes    2021-10-05 
22:34:39.690953798 +0200
@@ -1,0 +2,8 @@
+Mon Oct  4 21:07:48 UTC 2021 - Lee Duncan <ldun...@suse.com>
+
+- Fix failing OBS build, since it doesn't like empty DB files
+  being installed as part of the package. The DB-creation
+  script was copied from the Makefile (under "make install") to
+  a SPEC-file "%post" script.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mhvtl.spec ++++++
--- /var/tmp/diff_new_pack.0mwzG9/_old  2021-10-05 22:34:40.118954542 +0200
+++ /var/tmp/diff_new_pack.0mwzG9/_new  2021-10-05 22:34:40.122954550 +0200
@@ -109,6 +109,12 @@
 
 %post
 %{service_add_post mhvtl-load-modules.service mhvtl.target vtllibrary@.service 
vtltape@.service}
+if [ "$1" = 1 ]; then
+       %{_bindir}/make_vtl_media --force \
+               --config-dir=%{_sysconfdir}/mhvtl \
+               --home-dir=%{mhvtl_home_dir} \
+               --mktape-path=%{_bindir}
+fi
 
 %preun
 %{service_del_preun mhvtl-load-modules.service mhvtl.target 
vtllibrary@.service vtltape@.service}
@@ -148,7 +154,7 @@
 %{_unitdir}/vtltape@.service
 %{_unitdir}/vtllibrary@.service
 %dir %{mhvtl_home_dir}
-%{mhvtl_home_dir}/*
+%ghost %{mhvtl_home_dir}/*
 %defattr(644,root,root)
 %{_mandir}/man1/vtlcmd.1%{ext_man}
 %{_mandir}/man1/vtllibrary.1%{ext_man}

Reply via email to