mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
Add "Profile" to modulemd format
This commit is contained in:
parent
85ff2d3a60
commit
5f6f402793
@ -73,6 +73,10 @@ type ModuleMd struct {
|
||||
Description string `yaml:"description,omitempty"`
|
||||
Rpms []string `yaml:"rpms,omitempty"`
|
||||
} `yaml:"profiles,omitempty"`
|
||||
Profile map[string]*struct {
|
||||
Description string `yaml:"description,omitempty"`
|
||||
Rpms []string `yaml:"rpms,omitempty"`
|
||||
} `yaml:"profile,omitempty"`
|
||||
API struct {
|
||||
Rpms []string `yaml:"rpms,omitempty"`
|
||||
} `yaml:"api,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user