From 8bd74c9cbc204547d7490f8eb8401d43d7e48e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 26 Oct 2017 10:51:48 +0200 Subject: [PATCH] Drop the explicit dependnecy on rubypick. Better then depend on rubypick would be dependency on %{_bindir}/ruby. But rubypick is pulled in via transitive dependencies anyway, so drop the dependnecy altogether. --- android-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android-tools.spec b/android-tools.spec index 5e98ef1..7af3ae6 100644 --- a/android-tools.spec +++ b/android-tools.spec @@ -14,7 +14,7 @@ Name: android-tools Version: %{date}git%{git_commit} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Android platform tools(adb, fastboot) Group: Applications/System @@ -56,7 +56,7 @@ BuildRequires: f2fs-tools-devel BuildRequires: gtest-devel BuildRequires: libusbx-devel BuildRequires: systemd -BuildRequires: ruby rubypick rubygems +BuildRequires: ruby rubygems Provides: adb Provides: fastboot @@ -134,6 +134,9 @@ install -p -D -m 0644 %{SOURCE6} \ %changelog +* Thu Oct 26 2017 Vít Ondruch - 20170311gite7195be7725a-5 +- Drop the explicit dependnecy on rubypick. + * Wed Aug 02 2017 Fedora Release Engineering - 20170311gite7195be7725a-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild