Hello community,
here is the log from the commit of package rpm for openSUSE:Factory checked in
at 2018-04-10 09:52:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
and /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Advertising
Package is "rpm"
Tue Apr 10 09:52:29 2018 rev:260 rq:593983 version:4.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm/python-rpm.changes 2018-04-03
12:11:04.125610923 +0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/python-rpm.changes 2018-04-10
09:52:40.271811262 +0200
@@ -1,0 +2,5 @@
+Fri Apr 6 14:11:01 CEST 2018 - m...@suse.de
+
+- remove rpmlint-Factory buildignore
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes 2018-04-03 12:11:06.613521405
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2018-04-10
09:52:44.919642839 +0200
@@ -1,0 +2,6 @@
+Fri Apr 6 10:05:18 UTC 2018 - adam.ma...@suse.de
+
+- %install_info: if we are going to fail, at least fail on install
+ not on attempted upgrades or uninstall [bsc#1084997]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rpm.spec ++++++
--- /var/tmp/diff_new_pack.cnWSs3/_old 2018-04-10 09:52:46.447587471 +0200
+++ /var/tmp/diff_new_pack.cnWSs3/_new 2018-04-10 09:52:46.447587471 +0200
@@ -41,7 +41,6 @@
BuildRequires: python-rpm-macros
BuildRequires: xz-devel
BuildRequires: zlib-devel
-#!BuildIgnore: rpmlint-Factory
Requires: rpm = %{version}
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%{_sourcedir}/rpm.spec)}
%if "%{python_flavor}" == "python2"
++++++ rpm-suse_macros ++++++
--- /var/tmp/diff_new_pack.cnWSs3/_old 2018-04-10 09:52:46.719577614 +0200
+++ /var/tmp/diff_new_pack.cnWSs3/_new 2018-04-10 09:52:46.719577614 +0200
@@ -222,11 +222,8 @@
# for %post
%install_info(:-:) \
ALL_ARGS=(%{**}) \
- NUM_ARGS=${#ALL_ARGS[@]} \
if test -x /sbin/install-info ; then \
- if test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then \
- /sbin/install-info "${ALL_ARGS[@]}" \
- fi \
+ /sbin/install-info "${ALL_ARGS[@]}" || : \
fi ;
# for %preun
@@ -234,7 +231,7 @@
test -n "$FIRST_ARG" || FIRST_ARG=$1 \
if test -x /sbin/install-info ; then \
if [ "$FIRST_ARG" = 0 ]; then \
- /sbin/install-info --quiet --delete %{**} \
+ /sbin/install-info --quiet --delete %{**} || : \
fi ; \
fi ;