setroubleshoot-3.3.28-4
- Update translations (#2062661) - Fix couple of typos - Drop unused patch files Note: Component "main/setroubleshoot" contains quite a few fixes to existing translations and adds a few new ones, but is ahead of last rhel9 build. The only difference in translatable strings was introduced by otherwise non-consequential patch "Fix couple of typos" which is why I included the patch (it makes this version compatible with translations in "main/setroubleshoot") and replaced the original translation update. Resolves: rhbz#2062661
This commit is contained in:
parent
0817028e55
commit
76ecc2b66c
268
0001-Fix-couple-of-typos.patch
Normal file
268
0001-Fix-couple-of-typos.patch
Normal file
@ -0,0 +1,268 @@
|
||||
From 5bec01e56c565dfedd077bf4fad20cbc03de312e Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
|
||||
Date: Fri, 22 Apr 2022 16:27:02 +0200
|
||||
Subject: [PATCH] Fix couple of typos
|
||||
|
||||
Found by codespell
|
||||
---
|
||||
doc/audit_notes.txt | 2 +-
|
||||
doc/developers_guide.wiki | 10 +++++-----
|
||||
doc/user_faq.wiki | 12 ++++++------
|
||||
src/config.py.in | 4 ++--
|
||||
src/sealert | 4 ++--
|
||||
src/sedispatch.c | 2 +-
|
||||
src/setroubleshoot/Plugin.py | 4 ++--
|
||||
src/setroubleshoot/audit_data.py | 2 +-
|
||||
src/setroubleshoot/browser.py | 4 ++--
|
||||
src/setroubleshoot/gui_utils.py | 2 +-
|
||||
src/setroubleshoot/server.py | 2 +-
|
||||
11 files changed, 24 insertions(+), 24 deletions(-)
|
||||
|
||||
diff --git a/doc/audit_notes.txt b/doc/audit_notes.txt
|
||||
index d48c03e..6cc68ad 100644
|
||||
--- a/doc/audit_notes.txt
|
||||
+++ b/doc/audit_notes.txt
|
||||
@@ -61,7 +61,7 @@ AVC_AUDIT_DATA_NET
|
||||
laddr: local address (i.e. source address) ?? is this the same as "saddr"?
|
||||
lport: local port (i.e. source port)
|
||||
faddr: foreign address (i.e. destination address) ?? is this the same as "addr"?
|
||||
- fport: foreign port (i.e. desination port)
|
||||
+ fport: foreign port (i.e. destination port)
|
||||
else if AF_UNIX:
|
||||
"path=%s"
|
||||
path: UNIX socket path name
|
||||
diff --git a/doc/developers_guide.wiki b/doc/developers_guide.wiki
|
||||
index bac843d..2570c1b 100644
|
||||
--- a/doc/developers_guide.wiki
|
||||
+++ b/doc/developers_guide.wiki
|
||||
@@ -105,12 +105,12 @@ component of setroubleshoot (sealert) benefits from its integration
|
||||
with the desktop session, but this is independent of the issue of
|
||||
where and how the AVC alert information is derived from. By analogy a
|
||||
web browser benefits from DBUS integration on the desktop but its data
|
||||
-commuication remains HTTP to remote nodes.
|
||||
+communication remains HTTP to remote nodes.
|
||||
|
||||
=== What is the data channel between the client and server? ===
|
||||
|
||||
The connection is a socket. By default the socket is a local UNIX
|
||||
-domain socket for enhanced security. However, it is trival to
|
||||
+domain socket for enhanced security. However, it is trivial to
|
||||
configure the client/server code to use INET sockets instead to
|
||||
accommodate remote connections. The vast bulk of the code is agnostic
|
||||
with regards to the socket type.
|
||||
@@ -418,7 +418,7 @@ children of the <arg> node and construct a SEDatabaseProperties from
|
||||
the values we parse.
|
||||
|
||||
At this point the we lookup the rpc_id to see what callbacks were
|
||||
-associated with the originial database_bind() call. For every callback
|
||||
+associated with the original database_bind() call. For every callback
|
||||
bound to this call we call the callback passing the
|
||||
SEDatabaseProperties object we constructed from the XML body.
|
||||
|
||||
@@ -597,7 +597,7 @@ portable representation. The portable representation should be very
|
||||
well defined. Lacking a well defined representation for the object
|
||||
also means it's difficult to provide defaults for member values, to
|
||||
validate its structure, guard against injecting superfluous data,
|
||||
-especially if the extra data is malicous in intent, convert between
|
||||
+especially if the extra data is malicious in intent, convert between
|
||||
versions of the representation, etc. Automatic serialization via
|
||||
introspection is like programming in Basic were everything is a global
|
||||
variable.
|
||||
@@ -608,7 +608,7 @@ are not part of the definition can never be introduced via
|
||||
serilization. Malformed representations are easy to detect. Values can
|
||||
be assigned types. Versioning can be used to upgrade and downgrade
|
||||
representations. The representation can be controlled to take
|
||||
-advantage of XML features and tailor the reprensentation to optimize
|
||||
+advantage of XML features and tailor the representation to optimize
|
||||
for size or speed.
|
||||
|
||||
One of the original goals of the project included communicating data
|
||||
diff --git a/doc/user_faq.wiki b/doc/user_faq.wiki
|
||||
index efe6f12..337855e 100644
|
||||
--- a/doc/user_faq.wiki
|
||||
+++ b/doc/user_faq.wiki
|
||||
@@ -468,7 +468,7 @@ file where logging will be directed. If no file is set logging goes to
|
||||
the console. By default there is no file set for sealert because its a
|
||||
per user log file and by default we don't want to be writing user
|
||||
files. The 'console' flag will also send logging messages to the
|
||||
-console if otherwise they are also being writtin to a log file (if
|
||||
+console if otherwise they are also being written to a log file (if
|
||||
there is no log file, messages are directed to the console). There is
|
||||
also a 'categories' list which will allow you to select functional
|
||||
areas to log. By default all categories are logged.
|
||||
@@ -515,7 +515,7 @@ Every time a denial event is recognized it is converted to an
|
||||
[#alert-signature alert signature], a general way of describing the
|
||||
denial event. Then the [#alert-database alert database] is consulted
|
||||
to see if the denial has been seen before, if so its report count is
|
||||
-incremented, otherwise it's added to the database. Irregardless of
|
||||
+incremented, otherwise it's added to the database. Regardless of
|
||||
whether the denial was previously in the alert database or not a full
|
||||
analysis is run on the denial event to produce a [#analysis-report
|
||||
analysis report]. The most recent analysis report of the denial event
|
||||
@@ -529,7 +529,7 @@ most recent occurrence of the denial event.
|
||||
The kernel audit subsystem emits a message whenever SELinux denies
|
||||
permission (or would have denied permission). These messages describe
|
||||
the particulars of what the kernel is doing at the moment and is not a
|
||||
-complete desciption of the denial (which we term [#denial-event denial
|
||||
+complete description of the denial (which we term [#denial-event denial
|
||||
event]. As the kernel continues to process the system call which
|
||||
triggered the AVC additional messages may be emitted independently
|
||||
which when combined fully describe the denial event. Thus any one AVC
|
||||
@@ -558,7 +558,7 @@ items such as the version of the SELinux policy, the version of the
|
||||
operating system, the RPM package and version the software which
|
||||
triggered the denial came from, etc.
|
||||
|
||||
-However envionmental information can only be reliably gathered at the
|
||||
+However environmental information can only be reliably gathered at the
|
||||
moment the denial occurred. If one queried the system for
|
||||
environmental information at a later point in time, for instance
|
||||
during log file scanning, then the environment may have changed in the
|
||||
@@ -586,7 +586,7 @@ signature.
|
||||
Alert signatures are a means to describe a general denial. For most
|
||||
users this can be thought of as an "SELinux problem" such as "the web
|
||||
server can't execute CGI scripts". A signature collects the minimal
|
||||
-information necessary to uniquely descibe a SELinux denial, but no
|
||||
+information necessary to uniquely desrcibe a SELinux denial, but no
|
||||
more information than is necessary otherwise the signature would begin
|
||||
to describe specific instances rather than a general problem. However the
|
||||
content of the signature must be unique enough so that denial events
|
||||
@@ -611,7 +611,7 @@ When a [#denial-event denial event] enters the system for analysis
|
||||
each analysis plugin is given an opportunity to examine the denial
|
||||
event. If the plugin recognizes the denial event it creates an
|
||||
analysis report providing as much information as it can about the
|
||||
-event such as a summmary, a detailed description, how one might fix
|
||||
+event such as a summary, a detailed description, how one might fix
|
||||
the problem, etc. The analysis report is the bulk of the information
|
||||
presented to the user when he or she views an alert. The analysis
|
||||
report may optionally be merged with [#alert-environment-info
|
||||
diff --git a/src/config.py.in b/src/config.py.in
|
||||
index 7fd10d9..a44be7b 100644
|
||||
--- a/src/config.py.in
|
||||
+++ b/src/config.py.in
|
||||
@@ -261,7 +261,7 @@ provide remote connections use this "{unix}%(path)s, hostname"
|
||||
'value': 'warning',
|
||||
'description' : '''
|
||||
setroubleshootd logging level. Levels are the same as in the python logging
|
||||
-module, but are case insenstive. The defined levels in severity order
|
||||
+module, but are case insensitive. The defined levels in severity order
|
||||
are:[CRITICAL, ERROR, WARNING, INFO, DEBUG]''',
|
||||
},
|
||||
'log_full_report': {
|
||||
@@ -274,7 +274,7 @@ are:[CRITICAL, ERROR, WARNING, INFO, DEBUG]''',
|
||||
'value': 'warning',
|
||||
'description' : '''
|
||||
sealert logging level. Levels are the same as in the python logging
|
||||
-module, but are case insenstive. The defined levels in severity order are:
|
||||
+module, but are case insensitive. The defined levels in severity order are:
|
||||
[CRITICAL, ERROR, WARNING, INFO, DEBUG]''',
|
||||
},
|
||||
},
|
||||
diff --git a/src/sealert b/src/sealert
|
||||
index 2663a21..f56f60a 100755
|
||||
--- a/src/sealert
|
||||
+++ b/src/sealert
|
||||
@@ -372,7 +372,7 @@ class SEAlert(object):
|
||||
|
||||
self.alert_client.connect('alert', self.alert)
|
||||
|
||||
- # If there is no presentation mananger make sure when the
|
||||
+ # If there is no presentation manager make sure when the
|
||||
# user closes the window the whole application exits. When running
|
||||
# in "alert" mode we want the application to persist in the background
|
||||
self.browser.window_delete_hides = False
|
||||
@@ -562,7 +562,7 @@ def do_analyze_logfile(logfile_path):
|
||||
def display_terminal_traceback(who):
|
||||
import traceback
|
||||
stacktrace = traceback.format_exc()
|
||||
- print(_("Opps, %s hit an error!" % who) + '\n\n' + stacktrace)
|
||||
+ print(_("Oops, %s hit an error!" % who) + '\n\n' + stacktrace)
|
||||
|
||||
try:
|
||||
from setroubleshoot.gui_utils import display_traceback
|
||||
diff --git a/src/sedispatch.c b/src/sedispatch.c
|
||||
index 371db0d..ed900b0 100644
|
||||
--- a/src/sedispatch.c
|
||||
+++ b/src/sedispatch.c
|
||||
@@ -248,7 +248,7 @@ static void handle_event(auparse_state_t *au,
|
||||
|
||||
#ifdef NOTUSED
|
||||
/* This function shows how to iterate through the fields of a record
|
||||
- * and print its name and raw value and interpretted value. */
|
||||
+ * and print its name and raw value and interpreted value. */
|
||||
static void dump_fields_of_record(auparse_state_t *au)
|
||||
{
|
||||
printf("record type %d(%s) has %d fields\n", auparse_get_type(au),
|
||||
diff --git a/src/setroubleshoot/Plugin.py b/src/setroubleshoot/Plugin.py
|
||||
index 8fba3f8..e4783d9 100644
|
||||
--- a/src/setroubleshoot/Plugin.py
|
||||
+++ b/src/setroubleshoot/Plugin.py
|
||||
@@ -74,10 +74,10 @@ class Plugin(object):
|
||||
* $SOURCE_PACKAGE - name of the package which contains the
|
||||
executable (from $SOURCE_PATH).
|
||||
* $PORT_NUMBER - the port number for the connection denied.
|
||||
- Additional subtitutions can be added with set_template_substitutions.
|
||||
+ Additional substitutions can be added with set_template_substitutions.
|
||||
|
||||
You can also optional pass the name for a single boolean which will be
|
||||
- used to set the $BOOLEAN subtitution into Plugin.__init__.
|
||||
+ used to set the $BOOLEAN substitution into Plugin.__init__.
|
||||
o
|
||||
You can also set the level, of the alert, if the plugin believes discovers
|
||||
a signature of an attack, the level should be set to red
|
||||
diff --git a/src/setroubleshoot/audit_data.py b/src/setroubleshoot/audit_data.py
|
||||
index f11fc27..fbece5d 100644
|
||||
--- a/src/setroubleshoot/audit_data.py
|
||||
+++ b/src/setroubleshoot/audit_data.py
|
||||
@@ -769,7 +769,7 @@ class AVC:
|
||||
'''Derive the target path.
|
||||
|
||||
If path information is available the avc record will have a path field
|
||||
- and no name field because the path field is more specific and supercedes
|
||||
+ and no name field because the path field is more specific and supersedes
|
||||
name. The name field is typically the directory entry.
|
||||
|
||||
For some special files the kernel embeds instance information
|
||||
diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py
|
||||
index 4801583..bba419f 100644
|
||||
--- a/src/setroubleshoot/browser.py
|
||||
+++ b/src/setroubleshoot/browser.py
|
||||
@@ -327,8 +327,8 @@ class BrowserApplet:
|
||||
alert_date = alert.last_seen_date
|
||||
start_date = alert.first_seen_date
|
||||
# %c - Locale’s approrpiate date and time representation
|
||||
- date_formated = alert_date.format("%c")
|
||||
- self.date_label.set_label(date_formated)
|
||||
+ date_formatted = alert_date.format("%c")
|
||||
+ self.date_label.set_label(date_formatted)
|
||||
|
||||
def on_receive_button_changed(self, widget):
|
||||
found = False
|
||||
diff --git a/src/setroubleshoot/gui_utils.py b/src/setroubleshoot/gui_utils.py
|
||||
index 183f83d..e822047 100644
|
||||
--- a/src/setroubleshoot/gui_utils.py
|
||||
+++ b/src/setroubleshoot/gui_utils.py
|
||||
@@ -53,7 +53,7 @@ def display_traceback(who, parent=None):
|
||||
import traceback
|
||||
|
||||
stacktrace = traceback.format_exc()
|
||||
- message = _("Opps, %s hit an error!" % who)
|
||||
+ message = _("Oops, %s hit an error!" % who)
|
||||
|
||||
title = who + ' ' + _("Error")
|
||||
dlg = Gtk.Dialog(title, parent, 0, (Gtk.STOCK_OK, Gtk.ResponseType.OK))
|
||||
diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py
|
||||
index 10ef215..37775b6 100755
|
||||
--- a/src/setroubleshoot/server.py
|
||||
+++ b/src/setroubleshoot/server.py
|
||||
@@ -812,7 +812,7 @@ def RunFaultServer(timeout=10):
|
||||
import six.moves.queue
|
||||
analysis_queue = six.moves.queue.Queue(0)
|
||||
|
||||
- # Create a thread to peform analysis, it takes AVC objects off
|
||||
+ # Create a thread to perform analysis, it takes AVC objects off
|
||||
# the analysis queue and runs the plugins against the
|
||||
# AVC. Analysis requests in the queue may arrive from a
|
||||
# variety of places; from the audit system, from a log file
|
||||
--
|
||||
2.35.3
|
||||
|
@ -1,776 +0,0 @@
|
||||
From 2b98211f79ac1681f28fef4929b6139b301d8b52 Mon Sep 17 00:00:00 2001
|
||||
From: Vit Mojzis <vmojzis@redhat.com>
|
||||
Date: Wed, 9 Mar 2022 12:31:35 +0100
|
||||
Subject: [PATCH] Update translations
|
||||
|
||||
Source:
|
||||
https://translate.fedoraproject.org/projects/setroubleshoot/setroubleshoot/
|
||||
---
|
||||
po/as.po | 2 +-
|
||||
po/bg.po | 2 +-
|
||||
po/bn.po | 2 +-
|
||||
po/bn_IN.po | 2 +-
|
||||
po/ca.po | 2 +-
|
||||
po/cs.po | 2 +-
|
||||
po/da.po | 2 +-
|
||||
po/de.po | 2 +-
|
||||
po/el.po | 2 +-
|
||||
po/en_GB.po | 2 +-
|
||||
po/es.po | 2 +-
|
||||
po/eu.po | 2 +-
|
||||
po/fi.po | 2 +-
|
||||
po/fr.po | 2 +-
|
||||
po/fur.po | 2 +-
|
||||
po/gl.po | 2 +-
|
||||
po/gu.po | 2 +-
|
||||
po/he.po | 2 +-
|
||||
po/hi.po | 2 +-
|
||||
po/hr.po | 2 +-
|
||||
po/hu.po | 2 +-
|
||||
po/it.po | 2 +-
|
||||
po/ja.po | 12 +++++++-----
|
||||
po/kn.po | 2 +-
|
||||
po/ko.po | 2 +-
|
||||
po/mai.po | 2 +-
|
||||
po/ml.po | 2 +-
|
||||
po/mr.po | 2 +-
|
||||
po/ms.po | 2 +-
|
||||
po/nb.po | 2 +-
|
||||
po/nds.po | 2 +-
|
||||
po/nl.po | 2 +-
|
||||
po/nn.po | 2 +-
|
||||
po/or.po | 2 +-
|
||||
po/pa.po | 2 +-
|
||||
po/pl.po | 2 +-
|
||||
po/pt.po | 2 +-
|
||||
po/pt_BR.po | 2 +-
|
||||
po/ru.po | 2 +-
|
||||
po/si.po | 2 +-
|
||||
po/sk.po | 2 +-
|
||||
po/sr.po | 2 +-
|
||||
po/sr@latin.po | 2 +-
|
||||
po/sv.po | 2 +-
|
||||
po/ta.po | 2 +-
|
||||
po/te.po | 2 +-
|
||||
po/th.po | 2 +-
|
||||
po/tr.po | 2 +-
|
||||
po/uk.po | 2 +-
|
||||
po/zh_CN.po | 13 ++++++++-----
|
||||
po/zh_TW.po | 2 +-
|
||||
51 files changed, 64 insertions(+), 59 deletions(-)
|
||||
|
||||
diff --git a/po/as.po b/po/as.po
|
||||
index 68e43a3..cbb9b37 100644
|
||||
--- a/po/as.po
|
||||
+++ b/po/as.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:29-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Assamese (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/bg.po b/po/bg.po
|
||||
index 7debff1..cae861a 100644
|
||||
--- a/po/bg.po
|
||||
+++ b/po/bg.po
|
||||
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:29-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/bn.po b/po/bn.po
|
||||
index 0486df2..a735fec 100644
|
||||
--- a/po/bn.po
|
||||
+++ b/po/bn.po
|
||||
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:29-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/bn_IN.po b/po/bn_IN.po
|
||||
index 6b187e5..9dbf379 100644
|
||||
--- a/po/bn_IN.po
|
||||
+++ b/po/bn_IN.po
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:29-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/ca.po b/po/ca.po
|
||||
index 94bceac..f953ede 100644
|
||||
--- a/po/ca.po
|
||||
+++ b/po/ca.po
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-02-27 05:31-0500\n"
|
||||
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/cs.po b/po/cs.po
|
||||
index 549b95d..a1fb70e 100644
|
||||
--- a/po/cs.po
|
||||
+++ b/po/cs.po
|
||||
@@ -17,7 +17,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-05-22 11:02-0400\n"
|
||||
"Last-Translator: Vit Mojzis <vmojzis@redhat.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/da.po b/po/da.po
|
||||
index b76835c..d9acdaf 100644
|
||||
--- a/po/da.po
|
||||
+++ b/po/da.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-06-02 18:03+0000\n"
|
||||
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
|
||||
"Language-Team: Danish <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/de.po b/po/de.po
|
||||
index 7ed9612..2c037d6 100644
|
||||
--- a/po/de.po
|
||||
+++ b/po/de.po
|
||||
@@ -27,7 +27,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-11-20 03:11-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/el.po b/po/el.po
|
||||
index fed9b61..914f2b5 100644
|
||||
--- a/po/el.po
|
||||
+++ b/po/el.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:13-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/en_GB.po b/po/en_GB.po
|
||||
index c4e265c..68fa776 100644
|
||||
--- a/po/en_GB.po
|
||||
+++ b/po/en_GB.po
|
||||
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
|
||||
diff --git a/po/es.po b/po/es.po
|
||||
index 9cc0b35..9cb6968 100644
|
||||
--- a/po/es.po
|
||||
+++ b/po/es.po
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-08-23 05:41-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/eu.po b/po/eu.po
|
||||
index d52ade7..4eb53df 100644
|
||||
--- a/po/eu.po
|
||||
+++ b/po/eu.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:14-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/fi.po b/po/fi.po
|
||||
index 034d462..107899b 100644
|
||||
--- a/po/fi.po
|
||||
+++ b/po/fi.po
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-09-07 08:04+0000\n"
|
||||
"Last-Translator: Jan Kuparinen <copper_fin@hotmail.com>\n"
|
||||
"Language-Team: Finnish <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/fr.po b/po/fr.po
|
||||
index dba1b20..22bad99 100644
|
||||
--- a/po/fr.po
|
||||
+++ b/po/fr.po
|
||||
@@ -25,7 +25,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2020-10-17 07:15+0000\n"
|
||||
"Last-Translator: Julien Humbert <julroy67@gmail.com>\n"
|
||||
"Language-Team: French <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/fur.po b/po/fur.po
|
||||
index bf7d478..c5bd9db 100644
|
||||
--- a/po/fur.po
|
||||
+++ b/po/fur.po
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2019-12-24 09:43-0500\n"
|
||||
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
|
||||
"Language-Team: Friulian\n"
|
||||
diff --git a/po/gl.po b/po/gl.po
|
||||
index 174085b..0953049 100644
|
||||
--- a/po/gl.po
|
||||
+++ b/po/gl.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:14-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/gu.po b/po/gu.po
|
||||
index 4c140cd..a761c60 100644
|
||||
--- a/po/gu.po
|
||||
+++ b/po/gu.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Gujarati (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/he.po b/po/he.po
|
||||
index c4a5034..5fc5946 100644
|
||||
--- a/po/he.po
|
||||
+++ b/po/he.po
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2016-09-14 06:12-0400\n"
|
||||
"Last-Translator: Niv Baehr <bloop93@gmail.com>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/hi.po b/po/hi.po
|
||||
index 467f2f6..a7609ce 100644
|
||||
--- a/po/hi.po
|
||||
+++ b/po/hi.po
|
||||
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/hr.po b/po/hr.po
|
||||
index 58562ad..4bf2bd5 100644
|
||||
--- a/po/hr.po
|
||||
+++ b/po/hr.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:14-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/hu.po b/po/hu.po
|
||||
index 17930ac..d42dc2c 100644
|
||||
--- a/po/hu.po
|
||||
+++ b/po/hu.po
|
||||
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2019-11-26 12:29-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/it.po b/po/it.po
|
||||
index 7b91d06..a6b3ce2 100644
|
||||
--- a/po/it.po
|
||||
+++ b/po/it.po
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-11-20 03:11-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/ja.po b/po/ja.po
|
||||
index 3887b68..07aa0aa 100644
|
||||
--- a/po/ja.po
|
||||
+++ b/po/ja.po
|
||||
@@ -21,9 +21,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
-"PO-Revision-Date: 2021-09-17 07:34+0000\n"
|
||||
-"Last-Translator: Sundeep Anand <suanand@redhat.com>\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
+"PO-Revision-Date: 2022-02-25 19:16+0000\n"
|
||||
+"Last-Translator: Ludek Janda <ljanda@redhat.com>\n"
|
||||
"Language-Team: Japanese <https://translate.fedoraproject.org/projects/"
|
||||
"setroubleshoot/setroubleshoot/ja/>\n"
|
||||
"Language: ja\n"
|
||||
@@ -31,7 +31,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
-"X-Generator: Weblate 4.8\n"
|
||||
+"X-Generator: Weblate 4.11\n"
|
||||
|
||||
msgid "SELinux Troubleshooter"
|
||||
msgstr "SELinux Troubleshooter"
|
||||
@@ -98,7 +98,9 @@ msgstr ""
|
||||
msgid ""
|
||||
"%s \n"
|
||||
"**** Invalid AVC: bad permission ****\n"
|
||||
-msgstr "%s **** 無効な AVC: 不正認可です ***\n"
|
||||
+msgstr ""
|
||||
+"%s \n"
|
||||
+"**** 無効な AVC: 不正認可です ***\n"
|
||||
|
||||
msgid "Error during access vector computation"
|
||||
msgstr "アクセスベクターの演算時にエラーが発生しました"
|
||||
diff --git a/po/kn.po b/po/kn.po
|
||||
index 47afb4a..9af9d95 100644
|
||||
--- a/po/kn.po
|
||||
+++ b/po/kn.po
|
||||
@@ -16,7 +16,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/ko.po b/po/ko.po
|
||||
index 8187bad..53aaf8a 100644
|
||||
--- a/po/ko.po
|
||||
+++ b/po/ko.po
|
||||
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-04-09 07:02+0000\n"
|
||||
"Last-Translator: simmon <simmon@nplob.com>\n"
|
||||
"Language-Team: Korean <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/mai.po b/po/mai.po
|
||||
index c89242a..54ce91d 100644
|
||||
--- a/po/mai.po
|
||||
+++ b/po/mai.po
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:15-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Maithili (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/ml.po b/po/ml.po
|
||||
index bc8ac06..de3360f 100644
|
||||
--- a/po/ml.po
|
||||
+++ b/po/ml.po
|
||||
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Malayalam (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/mr.po b/po/mr.po
|
||||
index 629573d..317791a 100644
|
||||
--- a/po/mr.po
|
||||
+++ b/po/mr.po
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/ms.po b/po/ms.po
|
||||
index 781a12f..f24e263 100644
|
||||
--- a/po/ms.po
|
||||
+++ b/po/ms.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:16-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Malay (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/nb.po b/po/nb.po
|
||||
index 12bf774..77c2167 100644
|
||||
--- a/po/nb.po
|
||||
+++ b/po/nb.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:16-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/nds.po b/po/nds.po
|
||||
index 35dbd24..4463865 100644
|
||||
--- a/po/nds.po
|
||||
+++ b/po/nds.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:16-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Low German (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/nl.po b/po/nl.po
|
||||
index 907802e..5ef51b5 100644
|
||||
--- a/po/nl.po
|
||||
+++ b/po/nl.po
|
||||
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-03-01 09:40+0000\n"
|
||||
"Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
|
||||
"Language-Team: Dutch <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/nn.po b/po/nn.po
|
||||
index 83c70c2..3eecb70 100644
|
||||
--- a/po/nn.po
|
||||
+++ b/po/nn.po
|
||||
@@ -4,7 +4,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-23 04:28-0400\n"
|
||||
"Last-Translator: Petr Lautrbach <plautrba@fedoraproject.org>\n"
|
||||
"Language-Team: Norwegian Nynorsk\n"
|
||||
diff --git a/po/or.po b/po/or.po
|
||||
index dcb3dd5..6c91348 100644
|
||||
--- a/po/or.po
|
||||
+++ b/po/or.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/pa.po b/po/pa.po
|
||||
index 0b675cd..e78641a 100644
|
||||
--- a/po/pa.po
|
||||
+++ b/po/pa.po
|
||||
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/pl.po b/po/pl.po
|
||||
index c3a9354..4a54c63 100644
|
||||
--- a/po/pl.po
|
||||
+++ b/po/pl.po
|
||||
@@ -16,7 +16,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2020-09-07 14:37+0000\n"
|
||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
||||
"Language-Team: Polish <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/pt.po b/po/pt.po
|
||||
index 1748d57..2077c6e 100644
|
||||
--- a/po/pt.po
|
||||
+++ b/po/pt.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:30-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/pt_BR.po b/po/pt_BR.po
|
||||
index 19ecebb..cc2d835 100644
|
||||
--- a/po/pt_BR.po
|
||||
+++ b/po/pt_BR.po
|
||||
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-11-20 03:11-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
|
||||
diff --git a/po/ru.po b/po/ru.po
|
||||
index fee6e5f..228c097 100644
|
||||
--- a/po/ru.po
|
||||
+++ b/po/ru.po
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-11-20 03:11-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/si.po b/po/si.po
|
||||
index 4d2b11b..f8bee3d 100644
|
||||
--- a/po/si.po
|
||||
+++ b/po/si.po
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-08-19 07:04+0000\n"
|
||||
"Last-Translator: Hela Basa <r45xveza@pm.me>\n"
|
||||
"Language-Team: Sinhala <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/sk.po b/po/sk.po
|
||||
index 38297ad..50f188e 100644
|
||||
--- a/po/sk.po
|
||||
+++ b/po/sk.po
|
||||
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2019-07-04 01:03-0400\n"
|
||||
"Last-Translator: Lukas Vrabec <lvrabec@redhat.com>\n"
|
||||
"Language-Team: Slovak (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/sr.po b/po/sr.po
|
||||
index 0b2037a..acca277 100644
|
||||
--- a/po/sr.po
|
||||
+++ b/po/sr.po
|
||||
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:17-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Serbian (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/sr@latin.po b/po/sr@latin.po
|
||||
index de6c64b..d2a90a4 100644
|
||||
--- a/po/sr@latin.po
|
||||
+++ b/po/sr@latin.po
|
||||
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:18-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/fedora/"
|
||||
diff --git a/po/sv.po b/po/sv.po
|
||||
index 8dcfa24..80175e5 100644
|
||||
--- a/po/sv.po
|
||||
+++ b/po/sv.po
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2020-09-08 15:29+0000\n"
|
||||
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
|
||||
"Language-Team: Swedish <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/ta.po b/po/ta.po
|
||||
index 7cf3c11..ae76ed4 100644
|
||||
--- a/po/ta.po
|
||||
+++ b/po/ta.po
|
||||
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:31-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/te.po b/po/te.po
|
||||
index 740c354..c68702f 100644
|
||||
--- a/po/te.po
|
||||
+++ b/po/te.po
|
||||
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2017-08-31 08:31-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/th.po b/po/th.po
|
||||
index 6355c61..9013fb1 100644
|
||||
--- a/po/th.po
|
||||
+++ b/po/th.po
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2015-02-20 02:18-0500\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Thai (http://www.transifex.com/projects/p/fedora/language/"
|
||||
diff --git a/po/tr.po b/po/tr.po
|
||||
index 14fa8e2..982238f 100644
|
||||
--- a/po/tr.po
|
||||
+++ b/po/tr.po
|
||||
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-05-24 03:02+0000\n"
|
||||
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
|
||||
"Language-Team: Turkish <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/uk.po b/po/uk.po
|
||||
index c104d7b..f6c50f5 100644
|
||||
--- a/po/uk.po
|
||||
+++ b/po/uk.po
|
||||
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2021-09-18 11:05+0000\n"
|
||||
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
||||
"Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/"
|
||||
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
||||
index 98dcc18..b3cb971 100644
|
||||
--- a/po/zh_CN.po
|
||||
+++ b/po/zh_CN.po
|
||||
@@ -18,8 +18,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
-"PO-Revision-Date: 2021-09-07 08:04+0000\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
+"PO-Revision-Date: 2022-02-25 19:16+0000\n"
|
||||
"Last-Translator: Ludek Janda <ljanda@redhat.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/"
|
||||
"projects/setroubleshoot/setroubleshoot/zh_CN/>\n"
|
||||
@@ -28,7 +28,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
-"X-Generator: Weblate 4.8\n"
|
||||
+"X-Generator: Weblate 4.11\n"
|
||||
|
||||
msgid "SELinux Troubleshooter"
|
||||
msgstr "SELinux 故障排除工具"
|
||||
@@ -544,8 +544,11 @@ msgid ""
|
||||
"Daniel Walsh <dwalsh@redhat.com>\n"
|
||||
"John Dennis <jdennis@redhat.com>\n"
|
||||
msgstr ""
|
||||
-"版权所有(c)2010 Thomas Liu <tliu@redhat.com>MáirínDuffy <duffy@redhat.com>"
|
||||
-"丹尼尔沃尔什 <dwalsh@redhat.com>约翰丹尼斯 <jdennis@redhat.com>\n"
|
||||
+"版权所有(c)2010\n"
|
||||
+"Thomas Liu <tliu@redhat.com>\n"
|
||||
+"Máirín Duffy <duffy@redhat.com>\n"
|
||||
+"Daniel Walsh <dwalsh@redhat.com>\n"
|
||||
+"John Dennis <jdennis@redhat.com>\n"
|
||||
|
||||
msgid "Troubleshoot selected alert"
|
||||
msgstr "对选定的警报进行故障排除"
|
||||
diff --git a/po/zh_TW.po b/po/zh_TW.po
|
||||
index 51bb39f..f731926 100644
|
||||
--- a/po/zh_TW.po
|
||||
+++ b/po/zh_TW.po
|
||||
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
-"POT-Creation-Date: 2022-01-13 11:30+0100\n"
|
||||
+"POT-Creation-Date: 2022-03-03 14:09+0100\n"
|
||||
"PO-Revision-Date: 2018-08-23 05:41-0400\n"
|
||||
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fedora/"
|
||||
--
|
||||
2.30.2
|
||||
|
@ -1,95 +0,0 @@
|
||||
From def9fd0c22e43e437f867eb1f4bafc7c4a68898b Mon Sep 17 00:00:00 2001
|
||||
From: Petr Lautrbach <plautrba@redhat.com>
|
||||
Date: Tue, 18 Jan 2022 11:59:40 +0100
|
||||
Subject: [PATCH] util.py: Improve doctest tests
|
||||
|
||||
Usage:
|
||||
# python3 -m doctest -v src/setroubleshoot/util.py
|
||||
---
|
||||
src/setroubleshoot/util.py | 32 +++++++++++++++++---------------
|
||||
1 file changed, 17 insertions(+), 15 deletions(-)
|
||||
|
||||
diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py
|
||||
index 02c4f752e690..de10c7319138 100755
|
||||
--- a/src/setroubleshoot/util.py
|
||||
+++ b/src/setroubleshoot/util.py
|
||||
@@ -321,7 +321,7 @@ def default_date_text(date):
|
||||
|
||||
def get_standard_directories():
|
||||
"""
|
||||
->>> get_standard_directories()
|
||||
+>>> get_standard_directories() # doctest: +ELLIPSIS
|
||||
[...'/bin'...]
|
||||
"""
|
||||
lst = []
|
||||
@@ -347,8 +347,8 @@ def get_rpm_nvr_from_header(hdr):
|
||||
|
||||
def get_package_nvr_by_name(name):
|
||||
"""
|
||||
->>> get_package_nvr_by_name("coreutils")
|
||||
-'coreutils-8.30-3+b1:amd64'
|
||||
+>>> get_package_nvr_by_name("coreutils")[0:9]
|
||||
+'coreutils'
|
||||
"""
|
||||
if name is None:
|
||||
return None
|
||||
@@ -369,8 +369,8 @@ def get_package_nvr_by_name(name):
|
||||
|
||||
def get_package_nvr_by_file_path(name):
|
||||
"""
|
||||
->>> get_package_nvr_by_file_path("/bin/ls")
|
||||
-'coreutils-8.30-3+b1:amd64'
|
||||
+>>> get_package_nvr_by_file_path("/bin/ls")[0:9]
|
||||
+'coreutils'
|
||||
"""
|
||||
if name is None:
|
||||
return None
|
||||
@@ -424,11 +424,11 @@ Finds an SELinux module which defines given SELinux type
|
||||
|
||||
##### usage
|
||||
|
||||
->>> get_rpm_nvr_by_type("sshd_t")
|
||||
-'selinux-policy-...
|
||||
+>>> get_rpm_nvr_by_type("sshd_t")[0:14]
|
||||
+'selinux-policy'
|
||||
|
||||
->>> get_rpm_nvr_by_type("mysqld_log_t")
|
||||
-'mysql-selinux-...
|
||||
+>>> get_rpm_nvr_by_type("mysqld_log_t")[0:13]
|
||||
+'mysql-selinux'
|
||||
|
||||
"""
|
||||
|
||||
@@ -511,14 +511,14 @@ Finds an SELinux module which defines given SELinux context
|
||||
|
||||
##### usage
|
||||
|
||||
->>> get_rpm_nvr_by_scontext("system_u:system_r:syslogd_t:s0")
|
||||
-'selinux-policy-...
|
||||
+>>> get_rpm_nvr_by_scontext("system_u:system_r:syslogd_t:s0")[0:14]
|
||||
+'selinux-policy'
|
||||
|
||||
->>> get_rpm_nvr_by_scontext("system_u:system_r:mysqld_log_t:s0")
|
||||
-'mysql-selinux-...
|
||||
+>>> get_rpm_nvr_by_scontext("system_u:system_r:mysqld_log_t:s0")[0:13]
|
||||
+'mysql-selinux'
|
||||
|
||||
->>> get_rpm_nvr_by_scontext("system_u:system_r:timedatex_t:s0", use_dbus=True)
|
||||
-'selinux-policy-...
|
||||
+>>> get_rpm_nvr_by_scontext("system_u:system_r:timedatex_t:s0", use_dbus=True)[0:14]
|
||||
+'selinux-policy'
|
||||
|
||||
"""
|
||||
if use_dbus:
|
||||
@@ -542,6 +542,8 @@ def get_rpm_source_package(name):
|
||||
>>> get_rpm_source_package("selinux-policy-targeted")
|
||||
'selinux-policy'
|
||||
|
||||
+ >>> get_rpm_source_package("selinux-policy-targeted-35.8-1.fc35.noarch")
|
||||
+ 'selinux-policy'
|
||||
"""
|
||||
if name is None:
|
||||
return None
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1,54 +0,0 @@
|
||||
From 93a63babd44e8fc7652b4e6c3c078133f234310f Mon Sep 17 00:00:00 2001
|
||||
From: Petr Lautrbach <plautrba@redhat.com>
|
||||
Date: Tue, 18 Jan 2022 15:59:09 +0100
|
||||
Subject: [PATCH] Look for modules in /usr/share/selinux/packages
|
||||
|
||||
Not all packages shipping SELinux modules own their directory in
|
||||
/var/lib/selinux/... Some of them own just .pp.bz2 file in
|
||||
/usr/share/selinux/packages. Lets look there when we try to detect the
|
||||
right component for the report.
|
||||
---
|
||||
src/setroubleshoot/util.py | 20 +++++++++++++++++++-
|
||||
1 file changed, 19 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py
|
||||
index de10c7319138..1405bb84c342 100755
|
||||
--- a/src/setroubleshoot/util.py
|
||||
+++ b/src/setroubleshoot/util.py
|
||||
@@ -430,6 +430,9 @@ Finds an SELinux module which defines given SELinux type
|
||||
>>> get_rpm_nvr_by_type("mysqld_log_t")[0:13]
|
||||
'mysql-selinux'
|
||||
|
||||
+>>> get_rpm_nvr_by_type("spc_t")[0:17]
|
||||
+'container-selinux'
|
||||
+
|
||||
"""
|
||||
|
||||
if module_type_cache is None:
|
||||
@@ -439,7 +442,22 @@ Finds an SELinux module which defines given SELinux type
|
||||
|
||||
path = module_type_cache.get(selinux_type, None)
|
||||
|
||||
- return get_package_nvr_by_file_path(path)
|
||||
+ if path is None:
|
||||
+ return None
|
||||
+
|
||||
+ package = get_package_nvr_by_file_path(path)
|
||||
+
|
||||
+ if package is None:
|
||||
+ module_name = path.split('/')[-1]
|
||||
+ path = '/usr/share/selinux/packages/' + module_name + '.pp'
|
||||
+ package = get_package_nvr_by_file_path(path)
|
||||
+ if package is None:
|
||||
+ path += '.bz2'
|
||||
+ package = get_package_nvr_by_file_path(path)
|
||||
+
|
||||
+ return package
|
||||
+
|
||||
+
|
||||
|
||||
# check if given string represents an integer
|
||||
def __str_is_int(str):
|
||||
--
|
||||
2.34.1
|
||||
|
41192
0002-Update-translations.patch
Normal file
41192
0002-Update-translations.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
||||
From 2dbf243d535c3b8dca5fa3b4e360ca8c6959f68d Mon Sep 17 00:00:00 2001
|
||||
From: Petr Lautrbach <plautrba@redhat.com>
|
||||
Date: Tue, 18 Jan 2022 12:01:03 +0100
|
||||
Subject: [PATCH] Always use rpm source package for reporting
|
||||
|
||||
Originally when a module wasn't owned by any package policy_rpm, e.g.
|
||||
selinux-policy-targeted..., was used. In Red Hat bugzilla there's no
|
||||
component selinux-policy-targeted therefore we need to use source
|
||||
package name when reporting a problem.
|
||||
|
||||
Fixes:
|
||||
fatal: RPC failed at server. There is no component named 'selinux-policy-targeted-35.8-1.fc35.noarch' in the 'Fedora' product.
|
||||
---
|
||||
src/setroubleshoot/browser.py | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py
|
||||
index 3203f75e0c17..48015834fe57 100644
|
||||
--- a/src/setroubleshoot/browser.py
|
||||
+++ b/src/setroubleshoot/browser.py
|
||||
@@ -1002,9 +1002,10 @@ class BugReport:
|
||||
text_buf = self.error_submit_text.get_buffer()
|
||||
content = text_buf.get_text(text_buf.get_start_iter(),
|
||||
text_buf.get_end_iter(), False)
|
||||
- local_policy_package = get_rpm_source_package(self.alert.environment.local_policy_rpm)
|
||||
- if local_policy_package is None:
|
||||
- local_policy_package = self.alert.environment.policy_rpm
|
||||
+ local_policy_rpm = self.alert.environment.local_policy_rpm
|
||||
+ if not local_policy_rpm:
|
||||
+ local_policy_rpm = self.alert.environment.policy_rpm
|
||||
+ local_policy_package = get_rpm_source_package(local_policy_rpm)
|
||||
signature = report.createAlertSignature(str(local_policy_package),
|
||||
"setroubleshoot",
|
||||
self.alert.get_hash(),
|
||||
--
|
||||
2.34.1
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.28
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://gitlab.com/setroubleshoot/setroubleshoot
|
||||
Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz
|
||||
@ -12,7 +12,8 @@ Source1: %{name}.tmpfiles
|
||||
Source2: %{name}.sysusers
|
||||
# git format-patch -N 3.3.28
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
Patch001: 0001-Update-translations.patch
|
||||
Patch0001: 0001-Fix-couple-of-typos.patch
|
||||
Patch0002: 0002-Update-translations.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: libcap-ng-devel
|
||||
@ -190,6 +191,10 @@ to user preference. The same tools can be run on existing log files.
|
||||
%doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Wed Sep 07 2022 Vit Mojzis <vmojzis@redhat.com> - 3.3.28-4
|
||||
- Update translations (#2062661)
|
||||
- Fix couple of typos
|
||||
|
||||
* Wed Mar 09 2022 Vit Mojzis <vmojzis@redhat.com> - 3.3.28-3
|
||||
- Update translations (#2017386)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user