Re: [Users] Fedora-3x template packages

2020-08-05 Thread Peter Schultze
On Thu, 6 Aug 2020, Denis Silakov wrote: You clone the repo inside the rpmbuild/SOURCES folder, so you get all sources inside rpmbuild/SOURCES/fedora-32-x86_64-ez folder, not inside rpmbuild/SOURCES itself. Just copy the files to the SOURCES folder directly, e.g.: vrpmbuild/SOURCES # cd

Re: [Users] Fedora-3x template packages

2020-08-05 Thread Denis Silakov
I guess there are no docs, but the process is rather simple - clone the repo, checkout a branch corresponding to the development version (dist-vz7-u15 atm), copy all files to your ~/rpmbuild/SOURCES folder and launch rpmbuild -bb *spec. From:

[Users] Fedora-3x template packages

2020-08-05 Thread Peter Schultze
Hello, https://src.openvz.org/projects/OVZT has entries for Fedora-30 and Fedora-32. However, the most recent rpm package available in the normal OpenVZ 7.0 repository is fedora-23-x86_64-ez Does documentation exist on how to build a template from the available sources? Peter S.

Re: [Users] Fedora-3x template packages

2020-08-05 Thread Peter Schultze
On Wed, 5 Aug 2020, Denis Silakov wrote: I guess there are no docs, but the process is rather simple - clone the repo, checkout a branch corresponding to the development version (dist-vz7-u15 atm), copy all files to your ~/rpmbuild/SOURCES folder and launch rpmbuild -bb *spec. I am

Re: [Users] Fedora-3x template packages

2020-08-05 Thread Denis Silakov
You clone the repo inside the rpmbuild/SOURCES folder, so you get all sources inside rpmbuild/SOURCES/fedora-32-x86_64-ez folder, not inside rpmbuild/SOURCES itself. Just copy the files to the SOURCES folder directly, e.g.: vrpmbuild/SOURCES # cd rpmbuild/SOURCES # git clone -b dist-vz7-u15