Ok, updated the pull request.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1451#issuecomment-738846111___
Rpm-maint mailing li
@mlschroe pushed 1 commit.
fd3d77af5152a6edea7e7f3b9bb008b36baf7050 Allow database probing if _db_backend
is not set
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1451/files/dba89ff2c2134f951115181dd
@dmnks approved this pull request.
> @@ -383,12 +385,22 @@ static char * getTarSpec(const char *arg)
if (!gotspec) {
rpmlog(RPMLOG_ERR, _("Failed to read spec file from %s\n"), arg);
- specFile = NULL;
+} else {
+ /* remove trailing \n */
+ tarbuf[strlen(tarb
Merged #1455 into master.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1455#event-4071285756___
Rpm-maint mailing list
Rpm-mai
@pmatilai approved this pull request.
Ack, we even have a test-report in #1433.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1455#pullrequestreview-544698029_