Re: [Rpm-maint] [rpm-software-management/rpm] Fix --noprep regression from introducing %mkbuilddir (PR #3122)

2024-05-23 Thread Panu Matilainen
Merged #3122 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3122#event-12906903427
You are receiving this because you are subscribed to this thread.

Message ID: 
___
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 --noprep regression from introducing %mkbuilddir (PR #3122)

2024-05-23 Thread Panu Matilainen
@pmatilai pushed 2 commits.

67a2f8fe7c8ae7488d4485b4c0475f3816e57860  Fix --noprep regression from 
introducing %mkbuilddir
2542a424cb90a7cab24fd240221eb5a3e238fd47  Drop an accidentally added duplicated 
test

-- 
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3122/files/3df37d50f4633a8319623aa1606547780a428939..2542a424cb90a7cab24fd240221eb5a3e238fd47
You are receiving this because you are subscribed to this thread.

Message ID: 
___
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 --noprep regression from introducing %mkbuilddir (PR #3122)

2024-05-22 Thread Panu Matilainen
@pmatilai pushed 1 commit.

3df37d50f4633a8319623aa1606547780a428939  Drop an accidentally added duplicated 
test

-- 
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3122/files/36bcf4f817636b1ac36c994da85e72787d891780..3df37d50f4633a8319623aa1606547780a428939
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Fix --noprep regression from introducing %mkbuilddir (PR #3122)

2024-05-22 Thread Panu Matilainen
Commit 9d35c8df497534e1fbd806a4dc78802bcf35d7cb added a new step into the build 
process but I literally wasnt even aware we have a --noprep switch in 
rpmbuild, much less that its used. Quite widely even, by mock.

Luckily this seems simple to fix, just skip %mkbuilddir in --noprep. Extend the 
dynamic buildrequires test to mimick what mock does.

Fixes: #3121
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/3122

-- Commit Summary --

  * Fix --noprep regression from introducing %mkbuilddir

-- File Changes --

M tests/rpmbuild.at (27)
M tools/rpmbuild.c (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/3122.patch
https://github.com/rpm-software-management/rpm/pull/3122.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3122
You are receiving this because you are subscribed to this thread.

Message ID: rpm-software-management/rpm/pull/3...@github.com
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint