Created
September 9, 2017 11:49
-
-
Save tonylambiris/c3112a9828679ea2fe94ae02fd347c99 to your computer and use it in GitHub Desktop.
BuildRequires aren't actually required
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11:48:03 csos-builder ~/rpmbuild/SPECS # rpmbuild -ba efivar.spec | |
| error: Failed build dependencies: | |
| libabigail is needed by efivar-31-1.el7.csos.x86_64 | |
| popt-static is needed by efivar-31-1.el7.csos.x86_64 | |
| 11:48:09 csos-builder ~/rpmbuild/SPECS # grep BuildRequires efivar.spec | |
| BuildRequires: popt-devel popt-static git glibc-static libabigail | |
| 11:48:12 csos-builder ~/rpmbuild/SPECS # rpmbuild -ba efivar.spec --nodeps 2>&1 | grep ^Wrote: | |
| Wrote: /root/rpmbuild/SRPMS/efivar-31-1.el7.csos.src.rpm | |
| Wrote: /root/rpmbuild/RPMS/x86_64/efivar-31-1.el7.csos.x86_64.rpm | |
| Wrote: /root/rpmbuild/RPMS/x86_64/efivar-libs-31-1.el7.csos.x86_64.rpm | |
| Wrote: /root/rpmbuild/RPMS/x86_64/efivar-devel-31-1.el7.csos.x86_64.rpm | |
| Wrote: /root/rpmbuild/RPMS/x86_64/efivar-debuginfo-31-1.el7.csos.x86_64.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment