Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-11-16 18:51:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitcoin (Old)
 and      /work/SRC/openSUSE:Factory/.bitcoin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitcoin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2015-11-12 
19:41:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes     2015-11-16 
18:51:21.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 13 09:18:31 UTC 2015 - [email protected]
+
+- Small consistency cleanups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bitcoin.spec ++++++
--- /var/tmp/diff_new_pack.UthRmz/_old  2015-11-16 18:51:22.000000000 +0100
+++ /var/tmp/diff_new_pack.UthRmz/_new  2015-11-16 18:51:22.000000000 +0100
@@ -193,8 +193,8 @@
 
 %if %{consensus} == 1
 # do not ship these
-rm -rf %{buildroot}%{_libdir}/lib%{name}consensus.a
-rm -rf %{buildroot}%{_libdir}/lib%{name}consensus.la
+rm -f %{buildroot}%{_libdir}/lib%{name}consensus.a
+rm -f %{buildroot}%{_libdir}/lib%{name}consensus.la
 %endif
 
 %post qt5
@@ -203,6 +203,12 @@
 %postun qt5
 %desktop_database_postun
 
+%if %{consensus} == 1
+%post -n lib%{name}consensus0 -p /sbin/ldconfig
+
+%postun -n lib%{name}consensus0  -p /sbin/ldconfig
+%endif
+
 %pre -n %{name}d
 getent group %{name} >/dev/null || groupadd -r %{name}
 getent passwd %{name} >/dev/null || useradd -r -g %{name} -d 
%{_localstatedir}/lib/%{name} -s /sbin/nologin -c "%{name_pretty} daemon" 
%{name}
@@ -222,12 +228,6 @@
 %postun -n %{name}d
 %service_del_postun %{name}d.service
 
-%if %{consensus} == 1
-%post -n lib%{name}consensus0 -p /sbin/ldconfig
-
-%postun -n lib%{name}consensus0  -p /sbin/ldconfig
-%endif
-
 %files qt5
 %defattr(-,root,root)
 %doc COPYING README.md


Reply via email to