Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2017-12-16 20:48:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-filesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-filesystem"

Sat Dec 16 20:48:14 2017 rev:27 rq:557089 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2017-11-30 12:41:01.403446997 +0100
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes   
    2017-12-16 20:48:19.352170376 +0100
@@ -1,0 +2,7 @@
+Fri Nov 24 12:46:53 UTC 2017 - [email protected]
+
+- Disable by a build conditions using zypper way of posttrans scripts
+  as we already use %posttrans. Nevertheless correct naming scheme
+  (boo#1069445)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.cokvxo/_old  2017-12-16 20:48:24.383927471 +0100
+++ /var/tmp/diff_new_pack.cokvxo/_new  2017-12-16 20:48:24.403926506 +0100
@@ -31,6 +31,8 @@
 %define __os_install_post      /usr/lib/rpm/brp-compress \\\
   %(ls /usr/lib/rpm/brp-suse.d/* 2> /dev/null | grep -vE 'symlink|desktop') 
%{nil}
 
+%bcond_with     zypper_posttrans
+
 Name:           texlive-filesystem
 Version:        %{texlive_version}.%{texlive_noarch}
 Release:        0
@@ -13862,10 +13864,12 @@
        %{_fontcache}/tfm/              root:%{texgrp}  1775
        EOF
 
+%if %{with zypper_posttrans}
     sed -r 's@%%\{_texmfdistdir\}@%{_texmfdistdir}@' < %{S:42} > 
%{buildroot}%{_texmfdistdir}/texconfig/zypper.py
     mkdir -p %{buildroot}/var/adm/update-scripts
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
         
%{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
+%endif
 
     # enviroment
     mkdir -p %{buildroot}%{_sysconfdir}/profile.d
@@ -14030,7 +14034,9 @@
 %dir %{_texmfdistdir}/xdvi/pixmap
 %dir %{_texmfdistdir}/texconfig
 %attr(0755,root,root) %{_texmfdistdir}/texconfig/update
+%if %{with zypper_posttrans}
 %attr(0755,root,root) %{_texmfdistdir}/texconfig/zypper.py
+%endif
 %dir %{_texmfdistdir}/asymptote
 %dir %{_texmfdistdir}/asymptote/GUI
 %dir %{_texmfdistdir}
@@ -24194,7 +24200,9 @@
 %ghost %config(noreplace) %attr(0664,root,%{texgrp}) %verify(not md5 size 
mtime mode) %{_texmfvardir}/dist/ls-R
 %ghost %config(noreplace) %attr(0664,root,%{texgrp}) %verify(not md5 size 
mtime mode) %{_texmfvardir}/main/ls-R
 %{_fillupdir}/sysconfig.texlive
+%if %{with zypper_posttrans}
 /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
+%endif
 
 %files -n texlive-scheme-basic
 %defattr(-,root,root,755)


Reply via email to