Add conflicts with tracker3-miners to help with the upgrade path
RHEL gating checks for file conflicts for upgrade path. This adds explicit conflicts for the renamed package so we don't get file conflicts.
This commit is contained in:
parent
9b83149fa4
commit
d4cacb582d
@ -20,7 +20,7 @@
|
||||
|
||||
Name: tracker-miners
|
||||
Version: 3.1.0~rc
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tracker miners and metadata extractors
|
||||
|
||||
# libtracker-extract and libtracker-miner libraries are LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
||||
@ -70,6 +70,7 @@ BuildRequires: pkgconfig(vorbisfile)
|
||||
|
||||
# renamed in F34
|
||||
Obsoletes: tracker3-miners < 3.1.0~rc-2
|
||||
Conflicts: tracker3-miners < 3.1.0~rc-2
|
||||
Provides: tracker3-miners = %{version}-%{release}
|
||||
Provides: tracker3-miners%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -137,6 +138,9 @@ This package contains various miners and metadata extractors for tracker.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-3
|
||||
- Add conflicts with tracker3-miners to help with the upgrade path
|
||||
|
||||
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-2
|
||||
- Update to 3.1.0.rc, based on earlier tracker3-miners packaging
|
||||
- Obsolete separate tracker3-miners package
|
||||
|
Loading…
Reference in New Issue
Block a user