diff --git a/util/misc/augeas/actions.py b/util/misc/augeas/actions.py index 4fad381e51..02125ee90a 100644 --- a/util/misc/augeas/actions.py +++ b/util/misc/augeas/actions.py @@ -11,14 +11,14 @@ from pisi.actionsapi import get j = ''.join([ ' --prefix=/usr', - ' --with-pdfdocs=no', + ' --without-pdfdoc', ' --with-threads=posix', ' --without-selinux', ' --disable-static ' ]) def setup(): - shelltools.system("sh ./autogen.sh") + # shelltools.system("sh ./autogen.sh") autotools.configure(j) def build(): diff --git a/util/misc/augeas/pspec.xml b/util/misc/augeas/pspec.xml index 2c4806a4e3..b8ade3330f 100644 --- a/util/misc/augeas/pspec.xml +++ b/util/misc/augeas/pspec.xml @@ -13,9 +13,8 @@ library A library for changing configuration files augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API. - https://github.com/hercules-team/augeas/archive/refs/tags/release-1.14.1.tar.gz + https://github.com/hercules-team/augeas/releases/download/release-1.14.1/augeas-1.14.1.tar.gz - git libxml2-devel readline-devel @@ -32,6 +31,7 @@ /usr/lib /usr/share/augeas /usr/share/vim/vimfiles + /usr/share/bash-completion /usr/share/doc /usr/share/man