- Obsolete composer-cli < 35.0 instead of 34.0

Patch until next upstream release
This commit is contained in:
Brian C. Lane 2021-04-22 14:40:19 -07:00
parent 56314e6ef7
commit 3d9a709ae8

View File

@ -5,7 +5,7 @@
Name: weldr-client
Version: 35.1
Release: 1%{?dist}
Release: 2%{?dist}
# Upstream license specification: Apache-2.0
License: ASL 2.0
Summary: Command line utility to control osbuild-composer
@ -14,7 +14,7 @@ Source0: https://github.com/osbuild/weldr-client/releases/download/v%{version}
Source1: https://github.com/osbuild/weldr-client/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/117E8C168EFE3A7F#/gpg-117E8C168EFE3A7F.key
Obsoletes: composer-cli < 34.0
Obsoletes: composer-cli < 35.0
Provides: composer-cli = %{version}-%{release}
%gometa
@ -121,6 +121,10 @@ composer-cli package.
%changelog
* Thu Apr 22 2021 Brian C. Lane <bcl@redhat.com> - 35.1-2
- Obsolete composer-cli < 35.0 instead of 34.0
Patch until next upstream release
* Mon Apr 12 2021 Brian C. Lane <bcl@redhat.com> - 35.1-1
- New release: 35.1 (bcl)
- spec: Change release back to 1 (bcl)
@ -137,4 +141,4 @@ composer-cli package.
- spec: Add gpg signature verification (bcl)
- spec: Use git-core instead of git (bcl)
- spec: Set License to Apache 2.0 (bcl)
- spec: Update Source urls with new project location (bcl)
- spec: Update Source urls with new project location (bcl)