Blame SOURCES/0028-journal-change-support-URL-shown-in-the-catalog-entr.patch
|
|
36e8a3 |
From 80d5f0e2057717e9e5588edcabac95b8c238795c Mon Sep 17 00:00:00 2001
|
|
|
36e8a3 |
From: Michal Sekletar <msekleta@redhat.com>
|
|
|
36e8a3 |
Date: Mon, 15 Oct 2018 10:55:50 +0000
|
|
|
36e8a3 |
Subject: [PATCH] journal: change support URL shown in the catalog entries
|
|
|
36e8a3 |
|
|
|
36e8a3 |
Resolves: #1550548
|
|
|
36e8a3 |
---
|
|
|
36e8a3 |
meson_options.txt | 2 +-
|
|
|
36e8a3 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
36e8a3 |
|
|
|
36e8a3 |
diff --git a/meson_options.txt b/meson_options.txt
|
|
|
4bff0a |
index 16c1f2b2fa..ab2a658713 100644
|
|
|
36e8a3 |
--- a/meson_options.txt
|
|
|
36e8a3 |
+++ b/meson_options.txt
|
|
|
36e8a3 |
@@ -205,7 +205,7 @@ option('ntp-servers', type : 'string',
|
|
|
36e8a3 |
value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
|
|
|
36e8a3 |
option('support-url', type : 'string',
|
|
|
36e8a3 |
description : 'the support URL to show in catalog entries included in systemd',
|
|
|
36e8a3 |
- value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
|
|
|
36e8a3 |
+ value : 'https://access.redhat.com/support')
|
|
|
36e8a3 |
option('www-target', type : 'string',
|
|
|
36e8a3 |
description : 'the address and dir to upload docs too',
|
|
|
36e8a3 |
value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
|