spec: add notes to remove the lines related to renaming in F34
The packaging guidelines requires that these provides and obsoletes stays in the spec file for 2 fedora versions. The name change was introduced in Fedora 32, there the lines should be removed in F34.
This commit is contained in:
parent
247e8cb205
commit
0d5c2d141c
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ Requires: osbuild >= 7
|
|||
|
||||
Provides: weldr
|
||||
|
||||
# remove in F34
|
||||
Obsoletes: golang-github-osbuild-composer < %{version}-%{release}
|
||||
Provides: golang-github-osbuild-composer = %{version}-%{release}
|
||||
|
||||
|
|
@ -162,6 +163,7 @@ export GOPATH=$PWD/_build:%{gopath}
|
|||
Summary: RCM-specific version of osbuild-composer
|
||||
Requires: osbuild-composer
|
||||
|
||||
# remove in F34
|
||||
Obsoletes: golang-github-osbuild-composer-rcm < %{version}-%{release}
|
||||
Provides: golang-github-osbuild-composer-rcm = %{version}-%{release}
|
||||
|
||||
|
|
@ -185,6 +187,7 @@ Summary: The worker for osbuild-composer
|
|||
Requires: systemd
|
||||
Requires: osbuild
|
||||
|
||||
# remove in F34
|
||||
Obsoletes: golang-github-osbuild-composer-worker < %{version}-%{release}
|
||||
Provides: golang-github-osbuild-composer-worker = %{version}-%{release}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue