update to 1.13.0

(cherry picked from commit 46c5dba95410ceddab4005b5937670b284a6308a)
This commit is contained in:
wangkerong 2021-12-03 14:34:58 +08:00 committed by openeuler-sync-bot
parent 7785397b51
commit 39ff665d13
3 changed files with 12 additions and 6 deletions

Binary file not shown.

BIN
augeas-1.13.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: augeas Name: augeas
Version: 1.12.0 Version: 1.13.0
Release: 7 Release: 1
Summary: Augeas is a configuration editing tool for changing configuration files Summary: Augeas is a configuration editing tool for changing configuration files
License: LGPLv2+ License: LGPLv2+
URL: https://augeas.net/ URL: https://augeas.net/
Source0: http://download.augeas.net/%{name}-%{version}.tar.gz Source0: https://github.com/hercules-team/augeas/archive/refs/tags/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc libselinux-devel libxml2-devel readline-devel BuildRequires: gcc libselinux-devel libxml2-devel readline-devel
BuildRequires: autoconf automake libtool git gnulib flex
Provides: bundled(gnulib) Provides: bundled(gnulib)
Provides: augeas-libs = %{version}-%{release} augeas-libs%{?_isa} = %{version}-%{release} Provides: augeas-libs = %{version}-%{release} augeas-libs%{?_isa} = %{version}-%{release}
Obsoletes: augeas-libs < %{version}-%{release} Obsoletes: augeas-libs < %{version}-%{release}
@ -37,10 +38,12 @@ Provide header files and libraries for the use of building a extension library f
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-release-%{version} -p1
%build %build
git init
cp /usr/bin/gnulib-tool %{_builddir}/%{name}-release-%{version}/.gnulib
./autogen.sh
%configure %configure
%make_build %make_build
@ -83,6 +86,9 @@ make check
%doc %{_mandir}/man1/au*.1.gz %doc %{_mandir}/man1/au*.1.gz
%changelog %changelog
* Fri Dec 03 2021 wangkerong <wangkerong@huawei.com> - 1.13.0-1
- update to 1.13.0
* Tue Mar 18 2021 chengguipeng <chengguipeng1@huawei.com> - 1.12.0-7 * Tue Mar 18 2021 chengguipeng <chengguipeng1@huawei.com> - 1.12.0-7
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA