Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2014-06-19 13:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/biosdevname (Old)
 and      /work/SRC/openSUSE:Factory/.biosdevname.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "biosdevname"

Changes:
--------
--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2014-05-18 
06:50:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes     
2014-06-19 13:07:44.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 13 11:13:27 UTC 2014 - [email protected]
+
+- For some reason /usr/lib/udev/rules.d/99-systemd.rules seem not to exist
+  anymore. This is used to determine which udev rules.d to use.
+  Use 95-udev-late.rules instead.
+  Modified: udev-rule-path.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ biosdevname.spec ++++++
--- /var/tmp/diff_new_pack.vQZwQo/_old  2014-06-19 13:07:45.000000000 +0200
+++ /var/tmp/diff_new_pack.vQZwQo/_new  2014-06-19 13:07:45.000000000 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           biosdevname
 Version:        0.5.0
 Release:        0
@@ -43,7 +42,7 @@
 # to figure out how to name/location of the rules file
 BuildRequires:  libudev-devel
 BuildRequires:  suse-module-tools
-# for ownership of /lib/udev/rules.d
+# for ownership of /usr/lib/udev/rules.d
 Requires:       udev
 Supplements:    modalias(dmi:*svnDell*)
 

++++++ udev-rule-path.patch ++++++
--- /var/tmp/diff_new_pack.vQZwQo/_old  2014-06-19 13:07:45.000000000 +0200
+++ /var/tmp/diff_new_pack.vQZwQo/_new  2014-06-19 13:07:45.000000000 +0200
@@ -7,7 +7,7 @@
  RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
  
 -if [[ -e /etc/udev/rules.d/60-net.rules ]]; then
-+if [[ -e /usr/lib/udev/rules.d/99-systemd.rules ]]; then
++if [[ -e /usr/lib/udev/rules.d/95-udev-late.rules ]]; then
 +    # openSUSE 12.3+
 +    RULEDEST=/usr/lib/udev/rules.d/71-biosdevname.rules
 +elif [[ -e /etc/udev/rules.d/60-net.rules ]]; then

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to