From 263f24b548172de5ef2f0a1148448e27962ddd5a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 01 2022 17:49:02 +0000 Subject: import augeas-1.13.0-1.el9 --- diff --git a/.augeas.metadata b/.augeas.metadata index 972153e..72b3277 100644 --- a/.augeas.metadata +++ b/.augeas.metadata @@ -1 +1 @@ -b849a32496332acd152317891387654901c2dfdd SOURCES/augeas-18558bb.tar.gz +22c15195bf6c7e71b4cfa2cc387b30a65ce75e65 SOURCES/augeas-1.13.0.tar.gz diff --git a/.gitignore b/.gitignore index b91ad20..6756495 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/augeas-18558bb.tar.gz +SOURCES/augeas-1.13.0.tar.gz diff --git a/SPECS/augeas.spec b/SPECS/augeas.spec index c7e9ad6..03787a8 100644 --- a/SPECS/augeas.spec +++ b/SPECS/augeas.spec @@ -1,24 +1,18 @@ -# Upstream releases have been very infrequent but there is still -# development going on, so for now (July 2021) package up the latest -# git version. -%global commit 18558bbeaeee7f6bed5dba64592aa8b23fa521ee -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - Name: augeas -Version: 1.12.1 -Release: 0.2.git%{shortcommit}%{?dist} +Version: 1.13.0 +Release: 1%{?dist} Summary: A library for changing configuration files License: LGPLv2+ URL: http://augeas.net/ -# Upstream tarballs. -#Source0: http://download.augeas.net/%%{name}-%%{version}.tar.gz -# Upstream git repo. -#Source0: https://github.com/hercules-team/augeas/archive/%%{commit}/%%{name}-%%{shortcommit}.tar.gz -# However because of gnulib stupidity we can't use either with -# pre-releases. Instead I had to build a tarball from the prerelease -# commit: -Source0: augeas-18558bb.tar.gz + +# The upstream release tarballs on github don't work, see: +# https://github.com/hercules-team/augeas/pull/744 +# The website release tarballs were not created for 1.13: +# http://download.augeas.net/ +#Source0: https://github.com/hercules-team/augeas/archive/refs/tags/release-%{version}.tar.gz +# So I had to create a tarball myself using make dist. +Source0: %{name}-%{version}.tar.gz Provides: bundled(gnulib) @@ -72,7 +66,7 @@ static builds using %{name}. %prep -%autosetup -p1 -n %{name}-1.12.0 +%autosetup -p1 %build %configure \ @@ -136,16 +130,15 @@ rm -f $RPM_BUILD_ROOT/usr/bin/dump %{_libdir}/libfa.a %changelog -* Mon Aug 09 2021 Mohan Boddu - 1.12.1-0.2.git18558bb -- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Related: rhbz#1991688 +* Wed Jan 12 2022 Richard W.M. Jones - 1.13.0-1 +- New upstream version 1.13.0 + +* Wed Jul 21 2021 Fedora Release Engineering - 1.12.1-0.2.git18558bb +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jul 06 2021 Richard W.M. Jones - 1.12.1-0.1 - Package up a git pre-release of 1.12.1 or 1.13.0. -* Thu Apr 15 2021 Mohan Boddu - 1.12.0-7.patchwork202104060848 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - * Thu Apr 15 2021 Richard W.M. Jones - 1.12.0-6 - Add upstream patch to parse chrony configuration. - Use %%autosetup.