commit android-tools for openSUSE:Factory
Hello community, here is the log from the commit of package android-tools for openSUSE:Factory checked in at 2015-11-04 15:30:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-tools (Old) and /work/SRC/openSUSE:Factory/.android-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "android-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes 2015-07-16 17:17:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.android-tools.new/android-tools.changes 2015-11-04 15:30:55.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Oct 26 13:53:33 UTC 2015 - dmitry_r@opensuse.org + +- Split udev rules to android-tools-udev package. Use rules from + libmtp-udev by default. [boo#938659] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-tools.spec ++++++ --- /var/tmp/diff_new_pack.WOESQJ/_old 2015-11-04 15:30:55.000000000 +0100 +++ /var/tmp/diff_new_pack.WOESQJ/_new 2015-11-04 15:30:55.000000000 +0100 @@ -48,7 +48,7 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(udev) -Requires: udev +Requires: libmtp-udev %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } %description @@ -56,6 +56,18 @@ Android device over a USB link from a computer. Fastboot is a command line tool used to directly flash the filesystem in Android devices from a host via USB. +%package -n %{name}-udev +Summary: Udev rules for accessing Android devices +Group: Hardware/Mobile +Requires: udev + +%description -n %{name}-udev +This package contains additional udev rules that allow Android Debug Bridge (adb) access to +Android based devices. + +Warning! By default adb uses udev rules from libmtp-udev package. This package can conflict +with other udev rules for different devices. + %prep %setup -q -a1 -a2 -a3 -n core-%{version} mv extras-%{version} extras @@ -74,7 +86,7 @@ install -D -m 0644 %{SOURCE7} %{buildroot}%{_udevrulesdir}/51-android.rules make install DESTDIR=%{buildroot} BINDIR=%{_bindir} -%post +%post -n %{name}-udev %{?udev_rules_update:%{udev_rules_update}} %files @@ -82,6 +94,9 @@ %doc adb/OVERVIEW.TXT adb/SERVICES.TXT adb/NOTICE adb/protocol.txt %{_bindir}/adb %{_bindir}/fastboot + +%files -n %{name}-udev +%defattr(-,root,root) %{_udevrulesdir}/51-android.rules %changelog
participants (1)
-
root@hilbert.suse.de