Hello community,

here is the log from the commit of package live-fat-stick for openSUSE:Factory 
checked in at 2015-03-09 10:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live-fat-stick (Old)
 and      /work/SRC/openSUSE:Factory/.live-fat-stick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live-fat-stick"

Changes:
--------
--- /work/SRC/openSUSE:Factory/live-fat-stick/live-fat-stick.changes    
2014-11-18 22:44:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.live-fat-stick.new/live-fat-stick.changes       
2015-03-09 10:09:30.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 26 07:45:36 UTC 2015 - cyber...@opensuse.org
+
+- use by-path instead of by-id to detect usb storage devices 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ live-fat-stick.spec ++++++
--- /var/tmp/diff_new_pack.CE8vGN/_old  2015-03-09 10:09:31.000000000 +0100
+++ /var/tmp/diff_new_pack.CE8vGN/_new  2015-03-09 10:09:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package live-fat-stick
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           live-fat-stick
 Version:       0.3.1
 Release:       0
-License:       GPL-2.0+
 Summary:       Create live usb stick on fat partition
-Url:           https://github.com/cyberorg/live-fat-stick
+License:        GPL-2.0+
 Group:         System/Management
+Url:            https://github.com/cyberorg/live-fat-stick
 Source0:       live-fat-stick
 Source1:       live-usb-gui        
 Source2:        live-usb-gui.desktop
-Requires:      syslinux
-Requires:      parted
-Requires:       util-linux
 Requires:              dd_rescue 
 Requires:              fuseiso 
+Requires:       parted
+Requires:       syslinux
+Requires:       util-linux
 BuildRequires:  update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch

++++++ live-fat-stick ++++++
--- /var/tmp/diff_new_pack.CE8vGN/_old  2015-03-09 10:09:31.000000000 +0100
+++ /var/tmp/diff_new_pack.CE8vGN/_new  2015-03-09 10:09:31.000000000 +0100
@@ -135,7 +135,7 @@
 if [ "$1" == "-l" -o "$1" == "--list" ]; then
         echo "Here is the list of possible usb storage devices on your 
computer,"
         echo "use the correct one, usually the one with a number at the end:"
-        echo "$(for i in $(find /dev/disk/by-id/ |grep usb); do readlink -f 
$i;done)"
+        echo "$(for i in $(find /dev/disk/by-path/ |grep usb); do readlink -f 
$i;done)"
         exit
 fi
 if [[ x"$1" == x ]]; then
@@ -148,7 +148,7 @@
        need_help
        echo "Here is the list of possible usb storage devices on your 
computer, "
        echo "use the correct one, usually the one with a number at the end: "
-       echo "$(for i in $(find /dev/disk/by-id/ |grep usb); do readlink -f 
$i;done)"
+       echo "$(for i in $(find /dev/disk/by-path/ |grep usb); do readlink -f 
$i;done)"
        exit 1
 fi
 if [[ ! -e /usr/bin/syslinux ]]; then

++++++ live-usb-gui ++++++
--- /var/tmp/diff_new_pack.CE8vGN/_old  2015-03-09 10:09:31.000000000 +0100
+++ /var/tmp/diff_new_pack.CE8vGN/_new  2015-03-09 10:09:31.000000000 +0100
@@ -48,7 +48,7 @@
 usbselecttitle="Select the target USB device"
 distributionlist="suse fedora mint ubuntu isohybrid"
 distrotitle="Select the distribution of the iso"
-usbdevicelist=$(for i in `echo $(for i in $(find /dev/disk/by-id/ |grep usb); 
do readlink -f $i;done)`
+usbdevicelist=$(for i in `echo $(for i in $(find /dev/disk/by-path/ |grep 
usb); do readlink -f $i;done)`
        do
         #      if [[ $(blkid -s TYPE -o value $i) == vfat ]];then
                        echo $i

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to