Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arcanist for openSUSE:Factory 
checked in at 2021-11-17 01:13:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arcanist (Old)
 and      /work/SRC/openSUSE:Factory/.arcanist.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arcanist"

Wed Nov 17 01:13:36 2021 rev:7 rq:931505 
version:0.0~git.20201026T090106~f713656a

Changes:
--------
--- /work/SRC/openSUSE:Factory/arcanist/arcanist.changes        2021-01-06 
19:56:47.569116226 +0100
+++ /work/SRC/openSUSE:Factory/.arcanist.new.1890/arcanist.changes      
2021-11-17 01:14:33.306178879 +0100
@@ -1,0 +2,7 @@
+Sun Nov 14 16:48:24 UTC 2021 - Aaron Puchert <aaronpuch...@alice-dsl.net>
+
+- Replace bundled certificates with symlink to the system
+  certificate bundle.
+- Some typo fixes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ arcanist.spec ++++++
--- /var/tmp/diff_new_pack.IiWAJx/_old  2021-11-17 01:14:33.890179099 +0100
+++ /var/tmp/diff_new_pack.IiWAJx/_new  2021-11-17 01:14:33.890179099 +0100
@@ -25,9 +25,11 @@
 Source0:        %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE remove-arc-upgrade.patch -- Remove 
workflow/ArcanistUpgradeWorkflow.php
 Patch0:         remove-arc-upgrade.patch
+BuildRequires:  ca-certificates
 BuildRequires:  php7-curl
 BuildRequires:  php7-json
 BuildRequires:  xz
+Requires:       ca-certificates
 Requires:       php7
 Requires:       php7-curl
 Requires:       php7-json
@@ -51,7 +53,7 @@
 %patch0 -p1
 
 rm -f scripts/breakout.py
-# Remove 'arg upgrade'
+# Remove 'arc upgrade'
 rm -f src/workflow/ArcanistUpgradeWorkflow.php
 
 # Remove tests
@@ -78,7 +80,11 @@
 install -d -m 0755 %{buildroot}%{_bindir}
 ln -sf %{_datadir}/phabricator/%{name}/bin/arc %{buildroot}%{_bindir}/arc
 
-# bash completition
+# Replace bundled ca-bundle with symlink to system bundle.
+rm %{buildroot}%{_datadir}/phabricator/arcanist/resources/ssl/default.pem
+ln -s /var/lib/ca-certificates/ca-bundle.pem 
%{buildroot}%{_datadir}/phabricator/arcanist/resources/ssl/default.pem
+
+# bash completion
 
 install -d -m 0755 %{buildroot}%{_datadir}/bash-completion/completions
 install -m 0644 support/shell/rules/bash-rules.sh 
%{buildroot}%{_datadir}/bash-completion/completions/arc

Reply via email to