Changes between Initial Version and Version 1 of RpmBuilding
- Timestamp:
- 08/12/18 10:30:18 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmBuilding
v1 v1 1 = Building RPMs with Mock = 2 3 I'll try to write down what I need to do to set-up a simple rpm build system using mock, whereby some packages have dependencies on my own builds. 4 5 == Requirements for the build system == 6 7 {{{ 8 yum install mock 9 you install createrepo 10 }}} 11 12 Make sure the right target release is specified in /etc/mock/default.cfg 13