Accepting request 265847 from devel:libraries:c_c++
- restore keyring and .sig file, as this is checked by the OBS source service - Update to version 1.3.0 + General changes/additions * Add missing cp entry in manpage (GH issue #78) * Add seq to vim syntax highlight (Robert Drake) * Update augtool.1 man page with new commands and --span, RHBZ#1100077 * augtool autocomplete includes command aliases, RHBZ#1100184 * Remove unused "filename" argument from dump-xml command, RHBZ#1100106 * aug_save returns non-zero result when unable to delete files, RHBZ#1091143 + Lens changes/additions * Aliases: permit missing whitespace between colon and recipients * AptPreferences: Support spaces in origin fields * Cgconfig: handle additional valid controllers (Andy Grimm) * Chrony: New lens to parse /etc/chrony.conf (Pat Riehecky) * CPanel: New lens to parse cpanel.config files * Desktop: Allow @ in keys (GH issue #92) * Device_map: Parse all device.map files under /boot (Mike Latimer) * Dhclient: Add support for option modifiers (Robert Drake, GH issue #95) Parse hash statements with dhcp-eval strings * Dhcpd: stmt_string quoted blocks no longer store quote marks (incompatible change), many changes to support more record types (Robert Drake) * Group: NIS support (KaMichael) * Grub: handle "foreground" option, RHBZ#1059383 (Miguel Armas) * Gshadow: New lens (Lorenzo Catucci) * Httpd: Allow eol comments after section tags OBS-URL: https://build.opensuse.org/request/show/265847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=37
This commit is contained in:
commit
b1cb296b74
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4aeb28ebe0b0921920fe1c9b4c016739c25261a15de04cb97db02d669f481e0
|
||||
size 1957910
|
Binary file not shown.
3
augeas-1.3.0.tar.gz
Normal file
3
augeas-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80763031af76515a8ea66013ddc3c466742a15d2e907c7c8e2e3b7410262e2af
|
||||
size 1983656
|
BIN
augeas-1.3.0.tar.gz.sig
Normal file
BIN
augeas-1.3.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
Look for device.map in any directory beneath /boot. (This is required
|
||||
to find device.map in /boot/grub2 in addition to /boot/grub.)
|
||||
|
||||
Index: augeas-1.1.0/lenses/device_map.aug
|
||||
===================================================================
|
||||
--- augeas-1.1.0.orig/lenses/device_map.aug
|
||||
+++ augeas-1.1.0/lenses/device_map.aug
|
||||
@@ -21,7 +21,7 @@ module Device_map =
|
||||
|
||||
let lns = ( empty | comment | map ) *
|
||||
|
||||
- let xfm = transform lns (incl "/boot/grub/device.map")
|
||||
+ let xfm = transform lns (incl "/boot/*/device.map")
|
||||
|
||||
(* Local Variables: *)
|
||||
(* mode: caml *)
|
@ -1,3 +1,92 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 19:59:50 UTC 2014 - meissner@suse.com
|
||||
|
||||
- restore keyring and .sig file, as this is checked by the OBS
|
||||
source service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 11:03:43 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.3.0
|
||||
+ General changes/additions
|
||||
* Add missing cp entry in manpage (GH issue #78)
|
||||
* Add seq to vim syntax highlight (Robert Drake)
|
||||
* Update augtool.1 man page with new commands and --span, RHBZ#1100077
|
||||
* augtool autocomplete includes command aliases, RHBZ#1100184
|
||||
* Remove unused "filename" argument from dump-xml command, RHBZ#1100106
|
||||
* aug_save returns non-zero result when unable to delete files,
|
||||
RHBZ#1091143
|
||||
+ Lens changes/additions
|
||||
* Aliases: permit missing whitespace between colon and recipients
|
||||
* AptPreferences: Support spaces in origin fields
|
||||
* Cgconfig: handle additional valid controllers (Andy Grimm)
|
||||
* Chrony: New lens to parse /etc/chrony.conf (Pat Riehecky)
|
||||
* CPanel: New lens to parse cpanel.config files
|
||||
* Desktop: Allow @ in keys (GH issue #92)
|
||||
* Device_map: Parse all device.map files under /boot (Mike Latimer)
|
||||
* Dhclient: Add support for option modifiers (Robert Drake,
|
||||
GH issue #95)
|
||||
Parse hash statements with dhcp-eval strings
|
||||
* Dhcpd: stmt_string quoted blocks no longer store quote marks
|
||||
(incompatible change),
|
||||
many changes to support more record types (Robert Drake)
|
||||
* Group: NIS support (KaMichael)
|
||||
* Grub: handle "foreground" option, RHBZ#1059383 (Miguel Armas)
|
||||
* Gshadow: New lens (Lorenzo Catucci)
|
||||
* Httpd: Allow eol comments after section tags
|
||||
Allow continued lines inside quoted value (GH issue #104)
|
||||
Allow comparison operators in tags (GH issue #154)
|
||||
* IPRoute2: handle "/" in protocol name, swap ID and name fields
|
||||
(incompatible change), RHBZ#1063968,
|
||||
handle hex IDs and hyphens, as present in
|
||||
rt_dsfield, RHBZ#1063961
|
||||
* Iptables: parse /etc/sysconfig/iptables.save, RHBZ#1144651
|
||||
* Kdump: parse new options, permit EOL comments, refactor, RHBZ#1139298
|
||||
* Keepalived: Add more virtual/real server settings and checks, RHBZ#1064388
|
||||
* Known_Hosts: New lens for SSH known hosts files
|
||||
* Krb5: permit braces in values when not in sub-section, RHBZ#1066419
|
||||
* Ldso: handle "hwcap" lines (GH issue #100)
|
||||
* Lvm: support negative numbers, parse /etc/lvm/lvm.conf (Pino Toscano)
|
||||
* Multipath: add support for rr_min_io_rq (Joel Loudermilk)
|
||||
* NagiosConfig and NagiosObjects: Fix documentation (Simon Sehier)
|
||||
* NetworkManager: Use the Quote module, support # in values (no eol comments)
|
||||
* OpenVPN: Add support for fragment, mssfix, and script-security
|
||||
(Frank Grötzner)
|
||||
* Pagekite: New lens (Michael Pimmer)
|
||||
* Pam: Add partial support for arguments enclosed in [] (Vincent Brillault)
|
||||
* Passwd: Refactor lens (Lorenzo Catucci)
|
||||
* Redis: Allow empty quoted values (GH issue #115)
|
||||
* Rmt: New lens to parse /etc/default/rmt, RHBZ#1100549
|
||||
* Rsyslog: support complex $template lines, property filters and file
|
||||
actions with templates, RHBZ#1083016
|
||||
* Services: permit colons in service name, RHBZ#1121263
|
||||
* Shadow: New lens (Lorenzo Catucci)
|
||||
* Shellvars: Handle case statements with same-line ';;', RHBZ#1033799
|
||||
Allow any kind of quoted values in block
|
||||
conditions (GH issue #118)
|
||||
Support $(( .. )) arithmetic expansion in variable
|
||||
assignment, RHBZ#1100550
|
||||
* Simplevars: Support flags and empty values
|
||||
* Sshd: Allow all types of entries in Match groups (GH issue #75)
|
||||
* Sssd: Allow ; for comments
|
||||
* Squid: Support configuration files for squid 3 (Mykola Nikishov)
|
||||
* Sudoers: Allow wuoted string in default str/bool params (Nick Piacentine)
|
||||
* Syslog: Support "# !" style comments (Robert Drake, GH issue #65)
|
||||
Permit IPv6 loghost addresses, RHBZ#1129388
|
||||
* Systemd: Allow quoted Environment key=value pairs, RHBZ#1100547
|
||||
Parse /etc/sysconfig/*.systemd, RHBZ#1083022
|
||||
Parse semicolons inside entry values, RHBZ#1139498
|
||||
* Tuned: New lens for /etc/tuned/tuned-main.conf (Pat Riehecky)
|
||||
* UpdateDB: New lens to parse /etc/updatedb.conf
|
||||
(incompatible change as this file used to be processed with
|
||||
Simplevars)
|
||||
* Xml: Allow backslash in #attribute values (GH issue #145)
|
||||
Parse CDATA elements (GH issue #80)
|
||||
* Xymon_Alerting: refactor lens (GH issue #89)
|
||||
- Remove the sig and the keyring file as there is no gpg verification
|
||||
anyway
|
||||
- Remove augeas-device_map-grub2.patch, fixed on upstream release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 16:01:35 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname lib%{name}0
|
||||
Name: augeas
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: An utility for changing configuration files
|
||||
License: GPL-3.0+ and LGPL-2.1+
|
||||
@ -26,10 +26,9 @@ Group: System/Libraries
|
||||
Url: http://augeas.net/
|
||||
Source0: http://download.augeas.net/augeas-%{version}.tar.gz
|
||||
Source1: http://download.augeas.net/augeas-%{version}.tar.gz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source2: %name.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch0: augeas-modprobe-lense.patch
|
||||
Patch1: augeas-device_map-grub2.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: readline-devel
|
||||
@ -99,7 +98,6 @@ modifying the official lenses, or when creating new ones.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="-Wno-error %{optflags}"
|
||||
|
Loading…
Reference in New Issue
Block a user