Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2018-05-25 21:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Fri May 25 21:37:43 2018 rev:219 rq:611896 version:2.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2018-05-21 20:21:35.803567721 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2018-05-25 
21:37:44.667034750 +0200
@@ -1,0 +2,6 @@
+Thu May 24 12:05:33 UTC 2018 - tchva...@suse.com
+
+- Fix docless build to not fail on find/chmod not having any files
+- Require just python3-base not full python for build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.B3Gy0z/_old  2018-05-25 21:37:45.690997683 +0200
+++ /var/tmp/diff_new_pack.B3Gy0z/_new  2018-05-25 21:37:45.694997538 +0200
@@ -88,7 +88,7 @@
 BuildRequires:  pcre2-devel
 BuildRequires:  perl-Error
 BuildRequires:  perl-MailTools
-BuildRequires:  python3
+BuildRequires:  python3-base
 BuildRequires:  sgml-skel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcsh
@@ -320,7 +320,9 @@
 #
 chmod 755 .make
 ./.make all %{?_smp_mflags}
-%{!?_without_docs: ./.make doc}
+%if %{with docs}
+./.make doc %{?_smp_mflags}
+%endif
 
 %if %{with git_gnome_keyring}
 ./.make -C contrib/credential/gnome-keyring
@@ -355,7 +357,9 @@
 (find %{buildroot}%{gitexecdir} ! -type d | grep -vE 
"archimport|p4|svn|cvs|email|gitk|git-daemon|gui" | sed -e s@^%{buildroot}@@)   
            >> bin-man-doc-files
 (find %{buildroot}%{_mandir} -type f | grep -vE 
"archimport|p4|svn|git-cvs|email|gitk|git-daemon|gui" | sed -e 
s@^%{buildroot}@@ -e 's/$/*/' ) >> bin-man-doc-files
 %perl_process_packlist
+%if %{with docs}
 find %{buildroot}/%_mandir -type f -print0 | xargs -0 chmod 644
+%endif
 install -m 644 -D contrib/completion/git-completion.bash 
%{buildroot}/etc/bash_completion.d/git.sh
 install -m 644 -D contrib/completion/git-prompt.sh 
%{buildroot}/etc/bash_completion.d/git-prompt.sh
 # contrib/credential




Reply via email to