Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2014-08-11 10:07:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autofs (Old)
 and      /work/SRC/openSUSE:Factory/.autofs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autofs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autofs/autofs.changes    2014-05-18 
21:36:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes       2014-08-11 
10:07:03.000000000 +0200
@@ -1,0 +2,40 @@
+Mon Aug  4 14:36:56 CEST 2014 - [email protected]
+
+- add autofs-debuginfo-fix.patch to fix building of debuginfo
+  package
+
+-------------------------------------------------------------------
+Mon Jul 21 15:01:47 UTC 2014 - [email protected]
+
+- Do not depend on insserv if the system use systemd; it's useless
+- Update to version 5.1.0
+  + fix mistake in assignment.
+  + add amd map format parser.
+  + check for non existent negative entries in lookup_ghost().
+  + fix reset flex scan buffer on init.
+  + fix fix negative status being reset on map read.
+  + amd lookup update lookup ldap to handle amd keys.
+    - inadvertantly dropped from initial series.
+  + amd lookup update lookup hesiod to handle amd keys.
+    - inadvertantly dropped from initial series.
+  + fix wildcard key lookup.
+  + fix out of order amd timestamp lookup.
+  + fix ldap default schema config.
+  + fix ldap default master map name config.
+  + fix map format init in lookup_init().
+  + fix incorrect max key length in defaults get_hash().
+  + fix xfn sets incorrect lexer state.
+  + fix old style key lookup.
+  + fix expire when server not responding.
+  + fix ldap_uri config update.
+  + fix typo in conf_load_autofs_defaults().
+  + fix hash on confg option add and delete.
+  + add plus to path match pattern.
+  + fix multi entry ldap option handling.
+  + cleanup options in amd_parse.c
+  + allow empty value for some map options.
+  + allow empty value in macro selectors.
+- Adapt autofs-5.0.9-dbus-udisks-monitor.patch to upstream changes,
+  rename to autofs-5.1.0-dbus-udisks-monitor.patch
+
+-------------------------------------------------------------------

Old:
----
  autofs-5.0.9-dbus-udisks-monitor.patch
  autofs-5.0.9.tar.xz

New:
----
  autofs-5.1.0-dbus-udisks-monitor.patch
  autofs-5.1.0.tar.xz
  autofs-debuginfo-fix.patch

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

Other differences:
------------------
++++++ autofs.spec ++++++
--- /var/tmp/diff_new_pack.9md0Vj/_old  2014-08-11 10:07:04.000000000 +0200
+++ /var/tmp/diff_new_pack.9md0Vj/_new  2014-08-11 10:07:04.000000000 +0200
@@ -60,7 +60,7 @@
 %if %{with_systemd}
 BuildRequires:  systemd
 %endif
-Version:        5.0.9
+Version:        5.1.0
 Release:        0
 Summary:        A Kernel-Based Automounter
 License:        GPL-2.0+
@@ -77,17 +77,19 @@
 Source8:        get-upstream-patches
 Source42:       org.freedesktop.AutoMount.conf
 Source100:      autofs-rpmlintrc
-# PATCH-FIX-UPSTREAM autofs-5.0.9-task-use-after-free.patch [bnc#727392]
+# PATCH-FIX-UPSTREAM autofs-5.1.0-task-use-after-free.patch [bnc#727392]
 Patch82:        autofs-5.0.9-task-use-after-free.patch
 # PATCH-FIX-OPENSUSE autofs-5.0.9-suse-auto_master_default.patch
 Patch100:       autofs-5.0.9-suse-auto_master_default.patch
 # PATCH-EXTEND-OPENSUSE autofs-5.0.8-dbus-udisks-monitor.patch
-Patch102:       autofs-5.0.9-dbus-udisks-monitor.patch
+Patch102:       autofs-5.1.0-dbus-udisks-monitor.patch
+Patch200:       autofs-debuginfo-fix.patch
 Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
 Requires(pre):  aaa_base
 %if %{with_systemd}
 %{?systemd_requires}
+%else
+Requires(pre):  %insserv_prereq
 %endif
 Recommends:     nfs-client
 
@@ -106,6 +108,7 @@
 %patch82 -p1
 %patch100 -p1
 %patch102 -p0 -b .udisks
+%patch200 -p1
 
 %build
 
@@ -150,30 +153,32 @@
 %endif
 
 %post
+%if %{with_systemd}
+%service_add_post %{name}.service
+%else
 if /sbin/chkconfig -c autofs 3; then
        %{insserv_force_if_yast autofs}
 fi
 %{fillup_only -n autofs}
-%if %{with_systemd}
-%service_add_post %{name}.service
 %endif
-
 %preun
 %{stop_on_removal autofs}
 %if %{with_systemd}
 %service_del_preun %{name}.service
+%fillup_only
 %endif
 
 %postun
-%{restart_on_update autofs}
-%{insserv_cleanup}
 %if %{with_systemd}
 %service_del_postun %{name}.service
+%else
+%{restart_on_update autofs}
+%{insserv_cleanup}
 %endif
-
 %files
 %defattr (-, root, root)
 %{_localstatedir}/adm/fillup-templates/sysconfig.autofs
+%config(noreplace) %{_sysconfdir}/autofs.conf
 %config(noreplace) %{_sysconfdir}/auto.master
 %config(noreplace) %{_sysconfdir}/auto.misc
 %config(noreplace) %{_sysconfdir}/auto.net

++++++ autofs-5.0.9-dbus-udisks-monitor.patch -> 
autofs-5.1.0-dbus-udisks-monitor.patch ++++++
--- /work/SRC/openSUSE:Factory/autofs/autofs-5.0.9-dbus-udisks-monitor.patch    
2014-05-18 21:36:50.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.autofs.new/autofs-5.1.0-dbus-udisks-monitor.patch   
    2014-08-11 10:07:02.000000000 +0200
@@ -444,12 +444,12 @@
 ===================================================================
 --- lib/master_tok.l.orig
 +++ lib/master_tok.l
-@@ -119,7 +119,7 @@ DNNAMESTR2 ([[:alnum:]_.\-]+)
+@@ -119,7 +119,7 @@
  INTMAP                (-hosts|-null)
  MULTI         ((multi)(,(sun|hesiod))?(:{OPTWS}|{WS}))
  MULTISEP      ([\-]{2}[[:blank:]]+)
--MTYPE         
((file|program|sss|yp|nis|nisplus|ldap|ldaps|hesiod|userdir)(,(sun|hesiod))?(:{OPTWS}|{WS}))
-+MTYPE         
((file|program|sss|yp|nis|nisplus|udisks|udisks2|ldap|ldaps|hesiod|userdir)(,(sun|hesiod))?(:{OPTWS}|{WS}))
+-MTYPE         
((file|program|exec|sss|yp|nis|nisplus|ldap|ldaps|hesiod|userdir)(,(sun|hesiod|amd))?(:{OPTWS}|{WS}))
++MTYPE         
((file|program|exec|sss|yp|nis|nisplus|udisks|udisks2|ldap|ldaps|hesiod|userdir)(,(sun|hesiod|amd))?(:{OPTWS}|{WS}))
  
  
  OPTTOUT               
(-t{OPTWS}|-t{OPTWS}={OPTWS}|--timeout{OPTWS}|--timeout{OPTWS}={OPTWS})
@@ -457,11 +457,11 @@
 ===================================================================
 --- lib/parse_subs.c.orig
 +++ lib/parse_subs.c
-@@ -31,6 +31,8 @@ static struct types map_type[] = {
+@@ -98,6 +98,8 @@
        { "yp", 2 },
        { "nis", 3 },
        { "nisplus", 7 },
-+      { "udisks", 6 },
++   { "udisks", 6 },
 +      { "udisks2", 7 },
        { "ldap", 4 },
        { "ldaps", 5 },

++++++ autofs-5.0.9.tar.xz -> autofs-5.1.0.tar.xz ++++++
++++ 13414 lines of diff (skipped)

++++++ autofs-debuginfo-fix.patch ++++++
---
 Makefile.rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile.rules
+++ b/Makefile.rules
@@ -27,7 +27,7 @@ CFLAGS    ?= -g -Wall -DDEBUG
 LDFLAGS   ?= -g
 else
 CFLAGS    ?= -O2 -Wall
-LDFLAGS   ?= -s
+LDFLAGS   ?= -g
 endif
 
 ifdef DONTSTRIP

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

Reply via email to