import augeas-1.13.0-1.el9

This commit is contained in:
CentOS Sources 2022-02-01 12:49:02 -05:00 committed by Stepan Oksanichenko
parent 88d6afdb62
commit 0f1008e5be
3 changed files with 18 additions and 25 deletions

View File

@ -1 +1 @@
b849a32496332acd152317891387654901c2dfdd SOURCES/augeas-18558bb.tar.gz
22c15195bf6c7e71b4cfa2cc387b30a65ce75e65 SOURCES/augeas-1.13.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/augeas-18558bb.tar.gz
SOURCES/augeas-1.13.0.tar.gz

View File

@ -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 <mboddu@redhat.com> - 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 <rjones@redhat.com> - 1.13.0-1
- New upstream version 1.13.0
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-0.2.git18558bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jul 06 2021 Richard W.M. Jones <rjones@redhat.com> - 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 <mboddu@redhat.com> - 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 <rjones@redhat.com> - 1.12.0-6
- Add upstream patch to parse chrony configuration.
- Use %%autosetup.