diff --git a/augeas-1.10.1.tar.gz b/augeas-1.10.1.tar.gz new file mode 100644 index 0000000..f43bad3 --- /dev/null +++ b/augeas-1.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d +size 2289207 diff --git a/augeas-1.10.1.tar.gz.sig b/augeas-1.10.1.tar.gz.sig new file mode 100644 index 0000000..15aec8f Binary files /dev/null and b/augeas-1.10.1.tar.gz.sig differ diff --git a/augeas-1.9.0.tar.gz b/augeas-1.9.0.tar.gz deleted file mode 100644 index 0d44fd1..0000000 --- a/augeas-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343 -size 2199534 diff --git a/augeas-1.9.0.tar.gz.sig b/augeas-1.9.0.tar.gz.sig deleted file mode 100644 index a33b6de..0000000 Binary files a/augeas-1.9.0.tar.gz.sig and /dev/null differ diff --git a/augeas.changes b/augeas.changes index 950d6e1..45d8e1a 100644 --- a/augeas.changes +++ b/augeas.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Mar 20 21:02:55 UTC 2018 - jengelh@inai.de + +- Fix RPM groups. + +------------------------------------------------------------------- +Tue Mar 20 09:41:39 UTC 2018 - vcizek@suse.com + +- update to 1.10.1: + General changes/additions + New CLI utility 'augmatch' to print the tree for a file and select + some of its contents + New command 'count' in augtool + New function 'not(bool) -> bool' for path expressions + The path expression 'label[. = "value"]' can now be written more + concisely as 'label["value"]' + API changes + libfa has now a function fa_json to export an FA as a JSON file, and + fa_state_* functions that make it possible to iterate over the FA's + states and transitions. (Pedro Valero Mejia) + Add functions aug_ns_label, aug_ns_value, aug_ns_count, and + aug_ns_path to get the label (with index), the value, the number of + nodes, and the fully qualified path for nodes stored in a nodeset in + a variable efficiently + Lens changes/additions + Grubenv: new lens to process /boot/grub/grubenv (omgold) + Httpd: also read files from /etc/httpd/conf.modules.d/*.conf + (Tomas Meszaros) (Issue #537) + Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517) + Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516) + Properties: accept empty comments with DOS line endings (Issue #161) + Rancid: new lens for RANCiD router databases (Matt Dainty) + Resolv: accept empty comments with DOS line endings (Issue #161) + Systemd: also process /etc/systemd/logind.conf (Pat Riehecky) + YAML: process a document that is just a sequence (John Vandenberg) +- drop chrpath dependency, the offending dump binary is no longer shipped + ------------------------------------------------------------------- Thu Feb 22 15:10:29 UTC 2018 - fvogt@suse.com diff --git a/augeas.spec b/augeas.spec index 0d71c38..5dd765d 100644 --- a/augeas.spec +++ b/augeas.spec @@ -18,22 +18,20 @@ %define libname lib%{name}0 Name: augeas -Version: 1.9.0 +Version: 1.10.1 Release: 0 Summary: An utility for changing configuration files -License: GPL-3.0+ and LGPL-2.1+ -Group: System/Libraries +License: GPL-3.0-or-later AND LGPL-2.1-or-later +Group: Development/Libraries/C and C++ 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 Source3: baselibs.conf Patch0: augeas-modprobe-lense.patch -BuildRequires: chrpath BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: pkgconfig(libxml-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description An utility for programmatically editing configuration files. Augeas @@ -60,7 +58,7 @@ file format and the transformation into a tree. %package -n %{libname} Summary: A library for changing configuration files -Group: Development/Libraries/C and C++ +Group: System/Libraries Recommends: %{name}-lenses = %{version} %description -n %{libname} @@ -75,7 +73,7 @@ file format and the transformation into a tree. %package lenses Summary: Official set of lenses for use by %{libname} -Group: Development/Libraries/Other +Group: System/Libraries Requires: %{libname} = %{version} %description lenses @@ -111,7 +109,6 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print # move vim files to the right location mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site -chrpath --delete %{buildroot}/%{_bindir}/dump %check # Fails 2 thread based tests @@ -121,21 +118,18 @@ make check %{?_smp_mflags} || : %postun -n %{libname} -p /sbin/ldconfig %files -%defattr(-,root,root,-) +%{_bindir}/augmatch %{_bindir}/augtool %{_bindir}/augparse %{_bindir}/fadot -%{_bindir}/dump %{_mandir}/man1/* %license COPYING %doc AUTHORS NEWS %files -n %{libname} -%defattr(-,root,root,-) %{_libdir}/*.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/augeas.pc @@ -148,14 +142,12 @@ make check %{?_smp_mflags} || : %{_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