Hello community,

here is the log from the commit of package augeas.2028 for openSUSE:12.3:Update 
checked in at 2013-09-30 12:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/augeas.2028 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.augeas.2028.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "augeas.2028"

Changes:
--------
New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.augeas.2028.new/augeas.changes      
2013-09-30 12:44:09.000000000 +0200
@@ -0,0 +1,649 @@
+-------------------------------------------------------------------
+Fri Sep 20 22:49:27 UTC 2013 - [email protected]
+
+- Remove kernel and bootloader entries from Shellvars, as they are
+  handled by Shellvars_list.aug (bnc#841331)
+  + added bnc-841331-delete-duplicates.patch
+
+-------------------------------------------------------------------
+Wed Oct 10 16:50:19 UTC 2012 - [email protected]
+
+- license update: GPL-3.0+ and LGPL-2.1+
+  semicolon is ambiguous
+
+-------------------------------------------------------------------
+Fri Jul 27 06:57:31 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------
+Sat Mar 17 14:54:10 UTC 2012 - [email protected]
+
+- Ensure libxml2 is present in .pc file
+
+-------------------------------------------------------------------
+Wed Feb 29 10:19:56 UTC 2012 - [email protected]
+
+- update to 0.10.0
+  - support relative paths by taking them relative to the value of
+    /augeas/context in all API functions where paths are used
+  - add aug_to_xml to API: transform tree(s) into XML, exposed as dump-xml in
+    aug_srun and augtool. Introduces dependency on libxml2
+  - fix regular expression escaping. Previously, /[/]/ match either a backslash
+    or a slash. Now it only matches a slash
+  - path expressions: add function 'int' to convert a node value (string) to an
+    integer
+  - path expressions: make sure the regexp produced by empty nodesets from
+    regexp() and glob() matches nothing, rather than the empty word
+  - fix --autosave when running single command from command line, BZ 743023
+  - aug_srun: support 'insert' and 'move' as aliases for 'ins' and 'mv'
+  - aug_srun: allow escaping of spaces, quotes and brackets with \
+  - aug_init: accept AUG_NO_ERR_CLOSE flag; return augeas handle even when
+    initialization fails so that caller gets some details about why
+    initialization failed
+  - aug_srun: tolerate trailing white space in commands
+  - much improved, expanded documentation of many lenses
+  - always interpret lens filter paths as absolute, bug #238
+  - fix bug in libfa that would incorrectly calculate the difference of a case
+    sensistive and case insensitive regexp (/[a-zA-Z]+/ - /word/i would match
+    'worD')
+  - new builtin 'regexp_match' for .aug files to make testing regexp matching
+    easier during development
+  - fix 'span' command, bug #220
+  - Lens changes/additions
+    * Access: parse user@host and (group) in users field; field separator need
+      not be surrounded by spaces
+    * Aliases: allow spaces before colons
+    * Aptconf: new lens for /etc/apt/apt.conf
+    * Aptpreferences: support origin entries
+    * Backuppchosts: new lens for /etc/backuppc/hosts, bug 233 (Adam Helms)
+    * Bbhosts: various fixes
+    * Cgconfig: id allowed too many characters
+    * Cron: variables aren't set like shellvars, semicolons are allowed in
+      email addresses; fix parsing of numeric fields, previously upper case
+      chars were allowed; support ranges in time specs
+    * Desktop: new lens for .desktop files
+    * Dhcpd: slashes must be double-quoted; add Red Hat's dhcpd.conf locations
+    * Exports: allow empty options
+    * Fai_diskconfig: new lens for FAI disk_config files
+    * Fstab: allow ',' in file names, BZ 751342
+    * Host_access: new lens for /etc/hosts.{allow,deny}
+    * Host_conf: new lens for /etc/host.conf
+    * Hostname: new lens for /etc/hostname
+    * Hosts: also load /etc/mailname by default
+    * Iptables: allow digits in ipt_match keys, bug #224
+    * Json: fix whitespace handling, removing some cf ambiguities
+    * Kdump: new lens for /etc/kdump.conf (Roman Rakus)
+    * Keepalived: support many more flags, fields and blocks
+    * Krb5: support [pam] section, bug #225
+    * Logrotate: be more tolerant of whitespace in odd places
+    * Mdadm_conf: new lens for /etc/mdadm.conf
+    * Modprobe: Parse commands in install/remove stanzas (this introduces a
+      backwards incompatibility); Drop support for include as it is not 
documented
+      in manpages and no unit tests are shipped.
+    * Modules: new lens for /etc/modules
+    * Multipath: add support for seveal options in defaults section, bug #207
+    * Mysql: includedir statements are not part of sections; support !include;
+      allow indentation of entries and flags
+    * Networks: new lens for /etc/networks
+    * Nrpe: allow '=' in commands, bug #218 (Marc Fournier)
+    * Php: allow indented entries
+    * Phpvars: allow double quotes in variable names; accept case insensitive
+      PHP tags; accept 'include_once'; allow empty lines at EOF; support 
define()
+      and bash-style and end-of-line comments
+    * ostfix_master: allow a lot more chars in words/commands, including commas
+    * PuppetFileserver: support same-line comments and trailing whitespace,
+      bug #214
+    * Reprepo_uploaders: new lens for reprepro's uploaders files
+    * Resolv: permit end-of-line comments
+    * Schroot: new lens for /etc/schroot/schroot.conf
+    * Shellvars: greatly expand shell syntax understood; support
+      various syntactic constructs like if/then/elif/else, for, while,
+      until, case, and select; load /etc/blkid.conf by default
+    * Spacevars: add toplevel lens 'lns' for consistency
+    * Ssh: new lens for ssh_config (Jiri Suchomel)
+    * Stunnel: new lens for /etc/stunnel/stunnel.conf (Oliver Beattie)
+    * Sudoers: support more parameter flags/options, bug #143
+    * Xendconfsxp: lens for Xen configuration (Tom Limoncelli)
+    * Xinetd: allow spaces after '{'
+- update modprobe lens patch to apply on 0.10.0
+- update shellvars lens patch to add some missing files on SUSE
+  distros mentioned in bnc#729491
+
+-------------------------------------------------------------------
+Sat Feb 11 03:09:32 UTC 2012 - [email protected]
+
+- Remove rednudant tags/sections from specfile
+
+-------------------------------------------------------------------
+Thu Jan 26 12:38:03 UTC 2012 - [email protected]
+
+- Patch shellvars.aug to recognize SUSE specific files in 
+  sysconfig (bnc#729491)
+
+-------------------------------------------------------------------
+Thu Sep 22 08:50:38 UTC 2011 - [email protected]
+
+- move lenses from /usr/share/libaugeas0/augeas
+  to /usr/share/augeas (bnc#719199)
+- move vim lenses syntax files from -lenses to -devel package
+
+-------------------------------------------------------------------
+Sat Sep 17 13:40:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Add augeas-devel to baselibs
+
+-------------------------------------------------------------------
+Wed Aug 24 01:49:37 CEST 2011 - [email protected]
+
+- update to 0.9.0:
+  - augtool: keep history in ~/.augeas/history
+  - add aug_srun API function; this makes it possible to run a sequence of
+    commands through the API
+  - aug_mv: report error AUG_EMVDESC on attempts to move a node into one of
+    its descendants
+  - path expressions: allow whitespace inside names, making '/files/etc/foo
+    bar/baz' a legal path, but parse [expr1 or expr2] and [expr1 and expr2]
+    as the logical and/or of expr1 and expr2
+  - path expressions: interpret escape sequences in regexps; since '.' does
+    not match newlines, it has to be possible to write '.|\n' to match any
+    character
+  - path expressions: allow concatenating strings and regexps; add
+    comparison operator '!~'; add function 'glob'; allow passing a nodeset
+    to function 'regexp'
+  - store the names of the functions available in path expressions under
+    /augeas/version
+  - fix several smaller memory leaks
+  - Lens changes/additions
+    * Aliases: allow spaces and commas in aliases (Mathieu Arnold)
+    * Grub: allow "bootfs" Solaris/ZFS extension for dataset name, bug #201
+      (Dominic Cleal); allow kernel path starting with a BIOS device,
+      bug #199
+    * Inifile: allow multiline values
+    * Php: include files from Zend community edition, bug #210
+    * Properties: new lens for Java properties files, bug #194 (Craig Dunn)
+    * Spacevars: autoload two ldap files, bug #202 (John Morrissey)
+    * Sudoers: support users:groups format in a Runas_Spec line, bug #211;
+      add CSW paths (Dominic Cleal)
+    * Util: allow comment_or_eol to match whitespace-only comments,
+      bug #205 (Dominic Cleal)
+    * Xorg: accept InputClass section; autoload from /etc/X11/xorg.conf.d,
+      bug #197
+
+-------------------------------------------------------------------
+Fri May  6 10:32:57 UTC 2011 - [email protected]
+
+- fate#311042: Update augeas packages for latest puppet support 
+  in SLE-11
+- update to 0.8.1
+  * augtool: respect autosave flag in oneshot mode, bug #193;
+    fix segfault caused by unmatched bracket in path expression,
+    bug #186
+  * eliminate a global variable in the lexer, fixes BZ 690286
+  * replace an erroneous assert(0) with a proper error message when
+    none of the alternatives in a union match during saving,
+    bug #183
+  * improve AIX support
+  * Lens changes/additions
+    * Access: support the format @netgroup@@nisdomain, bug #190
+    * Fstab: fix parsing of SELinux labels in the fscontext option
+    * Grub: support 'device' directive for UEFI boot, bug #189; support
+      'configfile' and 'background'
+    * Httpd: handle continuation lines; autoload httpd.conf on
+      Fedora/RHEL, BZ 688149; fix support for single-quoted
+      strings
+    * Iptables: support --tcp-flags, bug #157; allow blank and comment
+      lines anywhere
++++ 452 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:12.3:Update/.augeas.2028.new/augeas.changes

New:
----
  augeas-0.10.0.tar.gz
  augeas-modprobe-lense.patch
  augeas-pkgdeps.diff
  augeas-stdio.h.patch
  augeas.changes
  augeas.spec
  baselibs.conf
  bnc-729491-recognize-suse-sysconfig-files.patch
  bnc-841331-delete-duplicates.patch

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

Other differences:
------------------
++++++ augeas.spec ++++++
#
# spec file for package augeas
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           augeas
Version:        0.10.0
Release:        0
Summary:        A library for changing configuration files
License:        GPL-3.0+ and LGPL-2.1+
Group:          System/Libraries
Url:            http://augeas.net/
Source0:        http://augeas.net/download/augeas-%{version}.tar.gz
Source1:        baselibs.conf
Patch0:         augeas-modprobe-lense.patch
# PATCH-FIX-OPENSUSE bnc-729491-recognize-suse-sysconfig-files.patch 
[bnc#729491]
Patch1:         bnc-729491-recognize-suse-sysconfig-files.patch
Patch2:         augeas-pkgdeps.diff
Patch3:         augeas-stdio.h.patch
# PATCH-FIX-OPENSUSE bnc-841331-delete-duplicates.patch [bnc#841331]
Patch4:         bnc-841331-delete-duplicates.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  glib2-devel
BuildRequires:  libxml2-devel
BuildRequires:  readline-devel

%description
A library for programmatically editing configuration files. Augeas
parses configuration files into a tree structure, which it exposes
through its public API. Changes made through the API are written back
to the initially read files.

The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the
file format and the transformation into a tree.

%define __shrlibname lib%{name}0

%package        devel
Summary:        A library for changing configuration files
Group:          Development/Libraries/C and C++
Requires:       %{__shrlibname} = %{version}

%description    devel
A library for programmatically editing configuration files. Augeas
parses configuration files into a tree structure, which it exposes
through its public API. Changes made through the API are written back
to the initially read files.

The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the
file format and the transformation into a tree.

%package        -n %{__shrlibname}
Summary:        A library for changing configuration files
Group:          Development/Libraries/C and C++
Recommends:     %{name}-lenses = %{version}

%description    -n %{__shrlibname}
A library for programmatically editing configuration files. Augeas
parses configuration files into a tree structure, which it exposes
through its public API. Changes made through the API are written back
to the initially read files.

The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the
file format and the transformation into a tree.

%package        lenses
Summary:        Official set of lenses for use by %{__shrlibname}
Group:          Development/Libraries/Other
Requires:       %{__shrlibname} = %{version}

%description    lenses
Augeas parses configuration files described in lenses into a tree
structure, which it exposes through its public API. Lenses are the
building blocks of the file <-> tree transformation. The transformation
is controlled by ``lens'' definitions that describe the file format and
mapping of its contents into a tree. This package includes the official
set of lenses.

%package        lense-tests
Summary:        Set of tests for official Augeas lenses
Group:          Development/Libraries/Other
Requires:       %{name}-lenses = %{version}

%description    lense-tests
Set of tests for official Augeas lenses. These can be used when
modifying the official lenses, or when creating new ones.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch -P 2 -p1
%patch3 -p1
%patch4 -p1

%build
export CFLAGS="-Wno-error $RPM_OPT_FLAGS"
%configure --disable-static
make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -delete
# move vim files to the right location
mv $RPM_BUILD_ROOT/%{_datadir}/vim/vimfiles $RPM_BUILD_ROOT/%{_datadir}/vim/site

%post -n %{__shrlibname} -p /sbin/ldconfig

%postun -n %{__shrlibname} -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_bindir}/augtool
%{_bindir}/augparse
%{_bindir}/fadot
%{_mandir}/man1/*
%doc AUTHORS COPYING NEWS

%files -n %{__shrlibname}
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/augeas.pc
# vim support files
%dir %{_datadir}/vim
%dir %{_datadir}/vim/site
%dir %{_datadir}/vim/site/ftdetect
%{_datadir}/vim/site/ftdetect/augeas.vim
%dir %{_datadir}/vim/site/syntax
%{_datadir}/vim/site/syntax/augeas.vim

%files lenses
%defattr(-,root,root,-)
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lenses
%dir %{_datadir}/%{name}/lenses/dist
%{_datadir}/%{name}/lenses/dist/*.aug

%files lense-tests
%defattr(-,root,root,-)
%dir %{_datadir}/%{name}/lenses/dist/tests
%{_datadir}/%{name}/lenses/dist/tests/*.aug

%changelog
++++++ augeas-modprobe-lense.patch ++++++
diff --git a/lenses/modprobe.aug b/lenses/modprobe.aug
index f4bb27b..6b02b9c 100644
--- a/lenses/modprobe.aug
+++ b/lenses/modprobe.aug
@@ -70,6 +70,11 @@ let blacklist = Build.key_value_line_comment "blacklist" 
sep_space
                        sto_no_spaces
                        comment
 
+(* View: allow_unsupported_modules *)
+let allow_unsupported_modules = Build.key_value_line_comment 
"allow_unsupported_modules" sep_space
+                       sto_no_spaces
+                       comment
+
 (* View: config *)
 let config = Build.key_value_line_comment "config" sep_space
                        (store /binary_indexes|yes|no/)
@@ -80,6 +85,7 @@ let entry = alias
           | options
           | kv_line_command /install|remove/
           | blacklist
+          | allow_unsupported_modules
           | config
 
 (************************************************************************
++++++ augeas-pkgdeps.diff ++++++
From: Jan Engelhardt <[email protected]>
Date: 2012-03-17 15:49:17.431507472 +0100

Public augeas header files (for use by 3rd party programs) include
<libxml/tree.h>, so the .pc file must require xml2 for it to work.

---
 augeas.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: augeas-0.10.0/augeas.pc.in
===================================================================
--- augeas-0.10.0.orig/augeas.pc.in
+++ augeas-0.10.0/augeas.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: augeas
 Version: @VERSION@
 Description: Augeas configuration editing library
-Requires:
+Requires: libxml-2.0
 Libs: -L${libdir} -laugeas @LIBS@
 Cflags: -I${includedir}
++++++ augeas-stdio.h.patch ++++++
Index: augeas-0.10.0/gnulib/lib/stdio.in.h
===================================================================
--- augeas-0.10.0.orig/gnulib/lib/stdio.in.h
+++ augeas-0.10.0/gnulib/lib/stdio.in.h
@@ -162,7 +162,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
++++++ baselibs.conf ++++++
libaugeas0
augeas-devel
        requires -augeas-<targettype>
        requires "libaugeas0-<targettype> = <version>"
++++++ bnc-729491-recognize-suse-sysconfig-files.patch ++++++
diff --git a/lenses/shellvars.aug b/lenses/shellvars.aug
index faa0e72..722ab4b 100644
--- a/lenses/shellvars.aug
+++ b/lenses/shellvars.aug
@@ -189,6 +189,156 @@ module Shellvars =
       sc_incl "xend" .
       sc_incl "xendomains"
 
+  let filter_sysconfig_suse = 
+      sc_incl "apcupsd" .
+      sc_incl "arpd" .
+      sc_incl "atftpd" .
+      sc_incl "automatic_online_update" .
+      sc_incl "debugfs" .
+      sc_incl "libvirt-guests" .
+      sc_incl "mcelog" .
+      sc_incl "oracle" .
+      sc_incl "pciback" .
+      sc_incl "puppetmasterd" .
+      sc_incl "racoon" .
+      sc_incl "snapper" .
+      sc_incl "tomcat6" .
+      sc_incl "xencommons" .
+      sc_incl "xsp2" .
+      sc_incl "abuild" .
+      sc_incl "add-on-creator" .
+      sc_incl "amavis" .
+      sc_incl "amazon" .
+      sc_incl "apache2" .
+      sc_incl "argus" .
+      sc_incl "arpwatch" .
+      sc_incl "atd" .
+      sc_incl "auditd" .
+      sc_incl "autoinstall" .
+      sc_incl "autoupdate" .
+      sc_incl "backup" .
+      sc_incl "bigsister" .
+      sc_incl "bluetooth" .
+      sc_incl "boot" .
+      sc_incl "bootloader" .
+      sc_incl "bootsplash" .
+      sc_incl "cgred" .
+      sc_incl "console" .
+      sc_incl "cron" .
+      sc_incl "ctdb" .
+      sc_incl "cups" .
+      sc_incl "ddclient" .
+      sc_incl "dhcpd" .
+      sc_incl "dhcrelay" .
+      sc_incl "displaymanager" .
+      sc_incl "dmraid" .
+      sc_incl "dracd" .
+      sc_incl "esound" .
+      sc_incl "fam" .
+      sc_incl "festival" .
+      sc_incl "fetchmail" .
+      sc_incl "fonts-config" .
+      sc_incl "git-daemon" .
+      sc_incl "gpsd" .
+      sc_incl "hardware" .
+      sc_incl "hardware/*" .
+      sc_incl "icecream" .
+      sc_incl "ide" .
+      sc_incl "infiniband" .
+      sc_incl "inputattach" .
+      sc_incl "ipmi" .
+      sc_incl "ipvsadm" .
+      sc_incl "ispell" .
+      sc_incl "joystick" .
+      sc_incl "kernel" .
+      sc_incl "kernel-tunables" .
+      sc_incl "language" .
+      sc_incl "ldap" .
+      sc_incl "lighttpd" .
+      sc_incl "lirc" .
+      sc_incl "locate" .
+      sc_incl "lvm" .
+      sc_incl "mail" .
+      sc_incl "mailman" .
+      sc_incl "mdadm" .
+      sc_incl "media-changer" .
+      sc_incl "memcached" .
+      sc_incl "mouse" .
+      sc_incl "mpi-selector" .
+      sc_incl "mysql" .
+      sc_incl "nagios" .
+      sc_incl "named" .
+      sc_incl "ncpfs" .
+      sc_incl "net-snmp" .
+      sc_incl "network/config" .
+      sc_incl "network/dhcp" .
+      sc_incl "network/dhcp6r" .
+      sc_incl "network/dhcp6s" .
+      sc_incl "network/ifcfg-*" .
+      sc_incl "network/if-down.d/*" .
+      sc_incl "network/ifroute-*" .
+      sc_incl "network/if-up.d/*" .
+      sc_incl "network/providers/*" .
+      sc_incl "news" .
+      sc_incl "ntp" .
+      sc_incl "obs-server" .
+      sc_incl "obs-worker" .
+      sc_incl "openldap" .
+      sc_incl "opensm" .
+      sc_incl "osa-dispatcher" .
+      sc_incl "pm-profiler" .
+      sc_incl "portmap" .
+      sc_incl "postfix" .
+      sc_incl "postgresql" .
+      sc_incl "product-creator" .
+      sc_incl "proxy" .
+      sc_incl "ptpd" .
+      sc_incl "radvd" .
+      sc_incl "readonlyroot" .
+      sc_incl "rpcbind" .
+      sc_incl "sapconf" .
+      sc_incl "scpm" .
+      sc_incl "seccheck" .
+      sc_incl "security" .
+      sc_incl "services" .
+      sc_incl "shutdown" .
+      sc_incl "smt-client" .
+      sc_incl "sound" .
+      sc_incl "spamd" .
+      sc_incl "squid" .
+      sc_incl "ssh" .
+      sc_incl "storage" .
+      sc_incl "SuSEfirewall2" .
+      sc_incl "SuSEfirewall2.d/cobbler" .
+      sc_incl "SuSEfirewall2.d/services/*" .
+      sc_incl "susehelp" .
+      sc_incl "suse_register" .
+      sc_incl "sysctl" .
+      sc_incl "syslog" .
+      sc_incl "texlive" .
+      sc_incl "ulimit" .
+      sc_incl "websphere-as_ce-2.1" .
+      sc_incl "windowmanager" .
+      sc_incl "wondershaper" .
+      sc_incl "words" .
+      sc_incl "yast2" .
+      sc_incl "ypbind" .
+      sc_incl "ypserv"
+
+  let filter_sysconfig_rhn =
+      sc_incl "rhn/allowed-actions/*" .
+      sc_incl "rhn/allowed-actions/script/*" .
+      sc_incl "rhn/clientCaps.d/*" .
+      sc_incl "rhn/osad-auth.conf" .
+      sc_incl "rhn/osad.conf" .
+      sc_incl "rhn/rhncfg-client.conf" .
+      sc_incl "rhn/rhncfg-manager.conf" .
+      sc_incl "rhn/rhnpushrc" .
+      sc_incl "rhn/rhnsd" .
+      sc_incl "rhn/up2date" .
+      sc_incl "rhn/virt" .
+      sc_incl "rhn/virt/auto"
+
   let filter_ifcfg   = incl "/etc/sysconfig/network-scripts/ifcfg-*"
                      . incl "/etc/sysconfig/network/ifcfg-*"
   let filter_default = incl "/etc/default/*"
@@ -198,6 +348,8 @@ module Shellvars =
                      . incl "/etc/blkid.conf"
 
   let filter = filter_sysconfig
+             . filter_sysconfig_suse
+             . filter_sysconfig_rhn
              . filter_ifcfg
              . filter_default
              . filter_misc
++++++ bnc-841331-delete-duplicates.patch ++++++
Index: augeas-0.10.0/lenses/shellvars.aug
===================================================================
--- augeas-0.10.0.orig/lenses/shellvars.aug
+++ augeas-0.10.0/lenses/shellvars.aug
@@ -220,7 +220,6 @@ module Shellvars =
       sc_incl "bigsister" .
       sc_incl "bluetooth" .
       sc_incl "boot" .
-      sc_incl "bootloader" .
       sc_incl "bootsplash" .
       sc_incl "cgred" .
       sc_incl "console" .
@@ -250,7 +249,6 @@ module Shellvars =
       sc_incl "ipvsadm" .
       sc_incl "ispell" .
       sc_incl "joystick" .
-      sc_incl "kernel" .
       sc_incl "kernel-tunables" .
       sc_incl "language" .
       sc_incl "ldap" .
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to