[packages/augeas] Up to 1.14.1
arekm
arekm at pld-linux.org
Mon Apr 13 00:25:34 CEST 2026
commit b07a8bae1b28fa525762939d9177ee22e0e2a24b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Apr 13 00:25:19 2026 +0200
Up to 1.14.1
augeas-pld_interfaces.patch | 4 ++--
augeas.spec | 31 +++++++++++++++++++++++++++----
2 files changed, 29 insertions(+), 6 deletions(-)
---
diff --git a/augeas.spec b/augeas.spec
index 06ec12a..35ec828 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,14 +1,15 @@
Summary: Augeas - configuration editing tool
Summary(pl.UTF-8): Augeas - narzędzie do modyfikowania konfiguracji
Name: augeas
-Version: 1.12.0
-Release: 2
+Version: 1.14.1
+Release: 1
License: LGPL v2.1+
Group: Applications/System
-Source0: http://download.augeas.net/%{name}-%{version}.tar.gz
-# Source0-md5: 74f1c7b8550f4e728486091f6b907175
+Source0: https://github.com/hercules-team/augeas/releases/download/release-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: ac31216268b4b64809afd3a25f2515e5
Patch0: %{name}-pld_interfaces.patch
URL: http://augeas.net/
+BuildRequires: bash-completion-devel >= 1:2.0
BuildRequires: libselinux-devel
BuildRequires: libxml2-devel >= 2.0
BuildRequires: pkgconfig
@@ -79,6 +80,20 @@ Augeas syntax rules for Vim.
%description -n vim-syntax-augeas -l pl.UTF-8
Reguły składni Augeasa dla Vima.
+%package -n bash-completion-augeas
+Summary: Bash completion for augeas tools
+Summary(pl.UTF-8): Bashowe dopełnianie poleceń dla narzędzi augeasa
+Group: Applications/Shells
+Requires: %{name} = %{version}-%{release}
+Requires: bash-completion >= 1:2.0
+
+%description -n bash-completion-augeas
+Bash completion for augeas tools (augtool, augmatch, augprint).
+
+%description -n bash-completion-augeas -l pl.UTF-8
+Bashowe dopełnianie poleceń dla narzędzi augeasa (augtool, augmatch,
+augprint).
+
%prep
%setup -q
%patch -P0 -p1
@@ -105,11 +120,13 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/augmatch
%attr(755,root,root) %{_bindir}/augparse
+%attr(755,root,root) %{_bindir}/augprint
%attr(755,root,root) %{_bindir}/augtool
%attr(755,root,root) %{_bindir}/fadot
%{_datadir}/augeas
%{_mandir}/man1/augmatch.1*
%{_mandir}/man1/augparse.1*
+%{_mandir}/man1/augprint.1*
%{_mandir}/man1/augtool.1*
%files libs
@@ -134,6 +151,12 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/libaugeas.a
%attr(755,root,root) %{_libdir}/libfa.a
+%files -n bash-completion-augeas
+%defattr(644,root,root,755)
+%{bash_compdir}/augmatch
+%{bash_compdir}/augprint
+%{bash_compdir}/augtool
+
%files -n vim-syntax-augeas
%defattr(644,root,root,755)
%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
diff --git a/augeas-pld_interfaces.patch b/augeas-pld_interfaces.patch
index 3a31129..f5472cf 100644
--- a/augeas-pld_interfaces.patch
+++ b/augeas-pld_interfaces.patch
@@ -1,5 +1,5 @@
---- augeas-1.0.0/lenses/shellvars.aug.orig 2013-01-07 19:43:51.945798396 +0100
-+++ augeas-1.0.0/lenses/shellvars.aug 2013-01-07 20:06:02.779103989 +0100
+--- augeas-1.14.1/lenses/shellvars.aug.orig 2023-06-27 12:00:00.000000000 +0200
++++ augeas-1.14.1/lenses/shellvars.aug 2023-06-27 12:00:01.000000000 +0200
@@ -188,6 +188,7 @@
sc_incl "network/providers/*" .
sc_excl "network-scripts" .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/augeas.git/commitdiff/b07a8bae1b28fa525762939d9177ee22e0e2a24b
More information about the pld-cvs-commit
mailing list