Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
rpmbuild -bs --nodeps ~/rpmbuild/SPECS/something.spec
Warning

Make sure your user is in the 'mock' group so you don't get prompted to build as root. Usually, if you have to build an RPM as root, something is wrong.

5. rebuild rpm using mock

...