mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
fix: remove 8 check
This commit is contained in:
parent
16e049c658
commit
ad004a1671
@ -99,13 +99,6 @@ func gitlabify(str string) string {
|
||||
}
|
||||
|
||||
func NewProcessData(req *ProcessDataRequest) (*data.ProcessData, error) {
|
||||
switch req.Version {
|
||||
case 8:
|
||||
break
|
||||
default:
|
||||
return nil, fmt.Errorf("unsupported upstream version %d", req.Version)
|
||||
}
|
||||
|
||||
// Set defaults
|
||||
if req.ModulePrefix == "" {
|
||||
req.ModulePrefix = ModulePrefixCentOS
|
||||
|
Loading…
Reference in New Issue
Block a user