Rebase riscv64 noaudit patch

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-07-01 07:59:18 +03:00
parent be80c831dd
commit 9ccee19ef4
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
diff --git a/dnf/db/history.py b/dnf/db/history.py
index f4158ec..d336046 100644
index 844609f..5dd96c0 100644
--- a/dnf/db/history.py
+++ b/dnf/db/history.py
@@ -445,7 +445,7 @@ class SwdbInterface(object):
@@ -469,7 +469,7 @@ class SwdbInterface(object):
int(calendar.timegm(time.gmtime())),
str(rpmdb_version),
cmdline or "",
- int(misc.getloginuid())
- int(misc.getloginuid()),
+ 0
)
comment)
self.swdb.setReleasever(self.releasever)
self._tid = tid