Temporarily hard depend on tracker-miners
This makes sure that tracker-miners is pulled in for F27 Beta; once the freeze is over we'll update comps and change this back to recommends.
This commit is contained in:
parent
c939920104
commit
a177418c36
@ -27,7 +27,12 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
|
||||||
|
%if 0
|
||||||
Recommends: tracker-miners%{?_isa}
|
Recommends: tracker-miners%{?_isa}
|
||||||
|
%else
|
||||||
|
# Hard depend on tracker-miners for F27 Beta until comps is updated
|
||||||
|
Requires: tracker-miners%{?_isa}
|
||||||
|
%endif
|
||||||
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Obsoletes: compat-tracker018 < 0.17.2-2
|
Obsoletes: compat-tracker018 < 0.17.2-2
|
||||||
@ -175,6 +180,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-2
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-2
|
||||||
- Fix vala and gir-1.0 directory ownership
|
- Fix vala and gir-1.0 directory ownership
|
||||||
|
- Temporarily hard depend on tracker-miners
|
||||||
|
|
||||||
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
||||||
- Update to 2.0.0
|
- Update to 2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user