Compare commits

...
Sign in to create a new pull request.

27 commits

Author SHA1 Message Date
Orion Poplawski
bf93936679 Update to 3.2.2-13 2022-08-25 06:45:28 -06:00
Orion Poplawski
269a307b49 Update to 3.2.2-11 2022-03-23 07:12:06 -06:00
Orion Poplawski
a00617e5f9 Update to 3.2.2-10 2022-03-01 18:07:49 -07:00
Orion Poplawski
5ed2d66357 Update to 3.2.2-9 take 2 2022-02-28 21:45:12 -07:00
Orion Poplawski
83963f7fd7 Update to 3.2.2-9 2022-02-28 21:08:46 -07:00
Orion Poplawski
7135700f06 Update to 3.2.2-8 2022-01-23 19:09:57 -07:00
Orion Poplawski
bfdaf74121 Try again 2022-01-05 19:11:07 -07:00
Orion Poplawski
fc899ef5f7 Update to cobbler 3.2.2-6 2021-12-23 15:48:25 -07:00
Orion Poplawski
e9f3d968dc Update to cobbler 3.2.2-5 2021-12-08 20:27:48 -07:00
Orion Poplawski
db2d776433 Update to cobbler 3.2.2-4 2021-11-22 19:57:03 -07:00
Orion Poplawski
0c35600948 Update koan to 3.0.1, fix cobbler EL8 deps 2021-10-07 22:30:36 -06:00
Orion Poplawski
dcec26de29 Update to 3.2.2-2 2021-09-24 07:03:16 -06:00
Orion Poplawski
41306a06b0 Update to 3.2.2-2 2021-09-23 22:15:50 -06:00
Orion Poplawski
400e10187a Reference koan 2.9.0-0.12.20200917git 2021-09-22 22:16:15 -06:00
Orion Poplawski
fa692e3ab8 Update to 3.2.2-1 2021-09-22 22:03:24 -06:00
Orion Poplawski
796aa3170f Update to 3.2.0-2 2020-10-25 14:48:04 -06:00
Orion Poplawski
4ef8e3ea0f Rebuild 2020-10-25 11:20:28 -06:00
Orion Poplawski
3c1e2e9163 Update to 3.2.0 2020-10-24 21:39:05 -06:00
Orion Poplawski
def73d4952 Only build for el8 2020-07-07 21:32:42 -06:00
Orion Poplawski
b0d01b421f Only build for epel8 2020-07-07 21:31:16 -06:00
Orion Poplawski
7dc257de38 Fix apache configuration 2020-07-07 21:28:26 -06:00
Orion Poplawski
46bf8ca94d Update to 3.1.2 2020-05-30 20:18:41 -06:00
Orion Poplawski
cbd2e01ff0 rebuild 2020-04-15 16:43:54 -06:00
Fedora Release Engineering
b2eed70957 Branching f32 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-12 03:26:12 +00:00
Fedora Release Engineering
8637d204cd Branching f32 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-11 23:58:36 +00:00
Fedora Release Engineering
bc10bc2cfd - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-05 17:25:21 +00:00
Orion Poplawski
5f82b766dd Initial module 2020-01-13 21:46:10 -07:00

45
cobbler.yaml Normal file
View file

@ -0,0 +1,45 @@
---
document: modulemd
version: 2
data:
summary: Versatile Linux deployment server
description: >-
Cobbler is a Linux installation server that allows for rapid setup of network
installation environments. It glues together and automates many associated Linux tasks
so you do not have to hop between lots of various commands and applications when
rolling out new systems, and, in some cases, changing existing ones. It can help with
installation, DNS, DHCP, package updates, power management, configuration management
orchestration, and much more.
Read more at https://cobbler.github.io
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: https://github.com/cobbler/cobbler
documentation: https://cobbler.github.io/
tracker: https://github.com/cobbler/cobbler/issues
profiles:
default:
rpms:
- cobbler
- cobbler-web
api:
rpms:
- cobbler
- cobbler-web
components:
rpms:
cobbler:
rationale: Provides the core functionality
ref: 3
koan:
rationale: Tool for local re-installs or installing VMs from cobbler
ref: 6a44707a9052f12ed97f840a20d30fb5c017ea55
...