From 3ba89416ba4f7e27953f7b4f42cf5f59704186e7 Mon Sep 17 00:00:00 2001 From: Dirk Müller Date: Feb 04 2022 14:22:54 +0000 Subject: fix rpm build warning tumbleweed rpm is adding these warnings to the log: It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl --- diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 6afee9a..071466e 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -205,7 +205,7 @@ BuildRequires: u-boot-tools Conflicts: filesystem < 16 %endif -Obsoletes: microcode_ctl +Obsoletes: microcode_ctl < 1.18 # Force bzip2 instead of lzma compression to # 1) allow install on older dist versions, and