Re: [Rpm-maint] [rpm-software-management/rpm] Allow database probing if _db_backend is not set (#1451)

2020-12-04 Thread Michael Schroeder
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 list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Allow database probing if _db_backend is not set (#1451)

2020-12-04 Thread Michael Schroeder
@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/dba89ff2c2134f951115181ddf2beee7b42d8d64..fd3d77af5152a6edea7e7f3b9bb008b36baf7050
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Fix 4.16.0 regression causing invalid spec file name on rpmbuild -ts (#1453)

2020-12-04 Thread Michal Domonkos
@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(tarbuf)-1] = '\0';
+   specFinal = rpmExpand("%{_specdir}/%{basename:", tarbuf, "}", NULL);

Elegant! :smiley: 

-- 
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/1453#pullrequestreview-544981744___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Really disable OpenMP if too old (#1455)

2020-12-04 Thread Panu Matilainen
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-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Really disable OpenMP if too old (#1455)

2020-12-04 Thread Panu Matilainen
@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___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint