import augeas-1.13.0-1.el9
This commit is contained in:
parent
88d6afdb62
commit
0f1008e5be
@ -1 +1 @@
|
|||||||
b849a32496332acd152317891387654901c2dfdd SOURCES/augeas-18558bb.tar.gz
|
22c15195bf6c7e71b4cfa2cc387b30a65ce75e65 SOURCES/augeas-1.13.0.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/augeas-18558bb.tar.gz
|
SOURCES/augeas-1.13.0.tar.gz
|
||||||
|
@ -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
|
Name: augeas
|
||||||
Version: 1.12.1
|
Version: 1.13.0
|
||||||
Release: 0.2.git%{shortcommit}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for changing configuration files
|
Summary: A library for changing configuration files
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://augeas.net/
|
URL: http://augeas.net/
|
||||||
# Upstream tarballs.
|
|
||||||
#Source0: http://download.augeas.net/%%{name}-%%{version}.tar.gz
|
# The upstream release tarballs on github don't work, see:
|
||||||
# Upstream git repo.
|
# https://github.com/hercules-team/augeas/pull/744
|
||||||
#Source0: https://github.com/hercules-team/augeas/archive/%%{commit}/%%{name}-%%{shortcommit}.tar.gz
|
# The website release tarballs were not created for 1.13:
|
||||||
# However because of gnulib stupidity we can't use either with
|
# http://download.augeas.net/
|
||||||
# pre-releases. Instead I had to build a tarball from the prerelease
|
#Source0: https://github.com/hercules-team/augeas/archive/refs/tags/release-%{version}.tar.gz
|
||||||
# commit:
|
# So I had to create a tarball myself using make dist.
|
||||||
Source0: augeas-18558bb.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
@ -72,7 +66,7 @@ static builds using %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-1.12.0
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -136,16 +130,15 @@ rm -f $RPM_BUILD_ROOT/usr/bin/dump
|
|||||||
%{_libdir}/libfa.a
|
%{_libdir}/libfa.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.1-0.2.git18558bb
|
* Wed Jan 12 2022 Richard W.M. Jones <rjones@redhat.com> - 1.13.0-1
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- New upstream version 1.13.0
|
||||||
Related: rhbz#1991688
|
|
||||||
|
* 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
|
* 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.
|
- 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
|
* Thu Apr 15 2021 Richard W.M. Jones <rjones@redhat.com> - 1.12.0-6
|
||||||
- Add upstream patch to parse chrony configuration.
|
- Add upstream patch to parse chrony configuration.
|
||||||
- Use %%autosetup.
|
- Use %%autosetup.
|
||||||
|
Loading…
Reference in New Issue
Block a user