-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate spec/srpm (dynamic) build requires as a separate build mode #1358
Labels
enhancement
feature request, rfe
Comments
This was referenced Jun 4, 2024
This would certainly be useful for implementing the support for dynamic build requires in csmock (without the need to reimplement everything from scratch). |
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Jun 26, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Jun 26, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Jul 1, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Jul 2, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Jul 3, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Aug 19, 2024
When specified, the ".buildreqs.nosrc.rpm" file is provided in the results directory. Fixes: rpm-software-management#1358
In progress, see PR |
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 3, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 3, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 3, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 3, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 3, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 4, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 4, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 6, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
praiskup
added a commit
to praiskup/mock
that referenced
this issue
Sep 10, 2024
There are new options, --calculate-build-dependencies and --isolated-build. New buildroot_lock plugin added. Fixes: rpm-software-management#1358 Merges: rpm-software-management#1393 Relates: rpm-software-management#1380
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a Mock mode that provides just the src.rpm with expanded BuildRequires, after successfully iterating the %generate_buildrequires specfile section.
The point is to not perform the whole package build, just %prep and %generate_buildrequires.
The text was updated successfully, but these errors were encountered: