AlmaLinux changes

This commit is contained in:
eabdullin 2021-11-17 15:51:22 +03:00
parent da64855b50
commit a3b5337005
2 changed files with 5 additions and 8 deletions

View File

@ -970,7 +970,7 @@ index c129404..b9d87e8 100644
<label xml:lang="zh_TW">URL</label> <label xml:lang="zh_TW">URL</label>
<allow-empty>no</allow-empty> <allow-empty>no</allow-empty>
- <default-value>https://retrace.fedoraproject.org/faf/dumpdirs/new/</default-value> - <default-value>https://retrace.fedoraproject.org/faf/dumpdirs/new/</default-value>
+ <default-value>https://retrace.almalinux.org/dumpdirs/new/</default-value> + <default-value>https://localhost/faf/dumpdirs/new/</default-value>
</option> </option>
<advanced-options> <advanced-options>
<option type="text" name="http_proxy"> <option type="text" name="http_proxy">
@ -990,7 +990,7 @@ index 80b8daa..302a0bb 100644
<description xml:lang="zh_CN">uReport 网络服务器地址</description> <description xml:lang="zh_CN">uReport 网络服务器地址</description>
<description xml:lang="zh_TW">uReport 網路服務的位址</description> <description xml:lang="zh_TW">uReport 網路服務的位址</description>
- <default-value>https://retrace.fedoraproject.org/faf</default-value> - <default-value>https://retrace.fedoraproject.org/faf</default-value>
+ <default-value>https://retrace.almalinux.org</default-value> + <default-value>https://retrace.almalinux.org/faf</default-value>
</option> </option>
<option type="bool" name="uReport_WatchReportedBugs"> <option type="bool" name="uReport_WatchReportedBugs">
<label>Watch already reported bugs</label> <label>Watch already reported bugs</label>
@ -1010,7 +1010,7 @@ index 996f20b..430871b 100644
<allow-empty>no</allow-empty> <allow-empty>no</allow-empty>
<_description>Address of uReport webservice</_description> <_description>Address of uReport webservice</_description>
- <default-value>https://bug-report.redhat.com</default-value> - <default-value>https://bug-report.redhat.com</default-value>
+ <default-value>https://retrace.almalinux.org</default-value> + <default-value>https://retrace.almalinux.org/faf</default-value>
</option> </option>
<option type="bool" name="uReport_WatchReportedBugs"> <option type="bool" name="uReport_WatchReportedBugs">
<_label>Watch already reported bugs</_label> <_label>Watch already reported bugs</_label>
@ -1041,7 +1041,7 @@ index 0aa3324..b3c0fde 100644
#include "libreport_curl.h" #include "libreport_curl.h"
-#define DEFAULT_WEB_SERVICE_URL "https://bug-report.redhat.com" -#define DEFAULT_WEB_SERVICE_URL "https://bug-report.redhat.com"
+#define DEFAULT_WEB_SERVICE_URL "https://retrace.almalinux.org" +#define DEFAULT_WEB_SERVICE_URL "https://retrace.almalinux.org/faf"
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
@ -1052,7 +1052,7 @@ index 11f4531..b5dd95c 100644
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# Base URL to uReport server # Base URL to uReport server
-# URL = https://bug-report.redhat.com -# URL = https://bug-report.redhat.com
+# URL = https://retrace.almalinux.org +# URL = https://retrace.almalinux.org/faf
# no means that ssl certificates will not be checked # no means that ssl certificates will not be checked
# SSLVerify = no # SSLVerify = no
@ -1716,4 +1716,3 @@ index 0000000..b9debc1
+</workflow> +</workflow>
-- --
2.27.0 2.27.0

View File

@ -522,7 +522,6 @@ rm -f %{buildroot}/%{_mandir}/man5/report_CentOSBugTracker.conf.5
rm -f %{buildroot}/%{_sysconfdir}/libreport/events.d/centos_report_event.conf rm -f %{buildroot}/%{_sysconfdir}/libreport/events.d/centos_report_event.conf
rm -f %{buildroot}/%{_mandir}/man5/centos_report_event.conf.5 rm -f %{buildroot}/%{_mandir}/man5/centos_report_event.conf.5
%ifnarch aarch64
%check %check
make check|| { make check|| {
# find and print the logs of failed test # find and print the logs of failed test
@ -530,7 +529,6 @@ make check|| {
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \; find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
exit 1 exit 1
} }
%endif
%if 0%{?fedora} > 27 || 0%{?rhel} > 7 %if 0%{?fedora} > 27 || 0%{?rhel} > 7
# ldconfig and gtk-update-icon-cache is not needed # ldconfig and gtk-update-icon-cache is not needed