diff --git a/python-semantic_version.changes b/python-semantic_version.changes index a6fa982..d067b32 100644 --- a/python-semantic_version.changes +++ b/python-semantic_version.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 10 07:01:40 UTC 2021 - Steve Kowalik + +- Add the package suffix to Name to have multibuild work correctly. + ------------------------------------------------------------------- Mon Dec 6 07:58:52 UTC 2021 - Dirk Müller diff --git a/python-semantic_version.spec b/python-semantic_version.spec index 9aa9a31..0ffe9ba 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -1,5 +1,5 @@ # -# spec file for package python-semantic_version +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -25,7 +25,7 @@ %define psuffix %{nil} %bcond_with test %endif -Name: python-semantic_version +Name: python-semantic_version%{psuffix} Version: 2.8.5 Release: 0 Summary: A library implementing the 'SemVer' scheme