| |
@@ -0,0 +1,28 @@
|
| |
+ # Document type identifier
|
| |
+ # `document: modulemd-obsoletes` describes information about a stream obsoleting another one or a stream being EOLed
|
| |
+ document: modulemd-obsoletes
|
| |
+ version: 1
|
| |
+ data:
|
| |
+ # A string representing UTC date in ISO 8601 format: YYYY-MM-DDTHH:MMZ
|
| |
+ # When merging, entries with a newer 'modified' value will override any earlier values.
|
| |
+ # MANDATORY
|
| |
+ modified: 2022-07-31T17:00Z
|
| |
+ # A boolean option to cancel/reset all previously specified obsoletes
|
| |
+ # Example: repo 'fedora' has Obsoletes:nodejs:12; we want to bring nodejs:12 back in 'updates'
|
| |
+ # If used, following options will be ignored: eol_date, obsoleted_by
|
| |
+ # OPTIONAL
|
| |
+ reset: false
|
| |
+ # A string representing a Name of a module that is obsoleted
|
| |
+ # MANDATORY
|
| |
+ module: nextcloud
|
| |
+ # A string representing a Stream of a module that is obsoleted
|
| |
+ # MANDATORY
|
| |
+ stream: nextcloud-22
|
| |
+ # A string representing UTC date in ISO 8601 format: YYYY-MM-DDTHH:MMZ
|
| |
+ # It is strongly recommended to keep HH:MM to 00:00.
|
| |
+ # If not specified, the module is EOLed immediately.
|
| |
+ # OPTIONAL
|
| |
+ eol_date: 2022-09-01T00:00Z
|
| |
+ # A string describing the change, reason, etc.
|
| |
+ # MANDATORY
|
| |
+ message: "Nextcloud 22 is EOLed upstream, nextcloud:nextcloud-22 will no longer be supported. It is recommended to switch to nextcloud:23"
|
| |
Add module obsoletes for EOLed nextcloud releases.
18-21 to be EOLed immediately, 22 on 2022-09-01