lenses/tmpfiles.aug: Permit '$' character in /usr/lib/tmpfiles.d/*.conf
resolves: RHEL-76283 lenses/multipath.aug: Support all possible values for find_multipaths lenses/systemd.aug: Allow "+"(fullprivileges) command flag
This commit is contained in:
parent
36b650ad41
commit
d6e6ca412e
22
augeas.spec
22
augeas.spec
@ -3,11 +3,21 @@ Version: 1.14.2
|
||||
Summary: A library for changing configuration files
|
||||
License: LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND Kazlib AND GPL-2.0-or-later AND BSD-2-Clause AND LicenseRef-Fedora-Public-Domain
|
||||
|
||||
%global forgeurl https://github.com/hercules-team/%{name}
|
||||
%global commit 2de06e0519bb8daf047191e46a9672e1d16b1955
|
||||
# Upstream Augeas is missing several important fixes which affect
|
||||
# Fedora. For this reason I have taken the regrettable but hopefully
|
||||
# temporary step of forking upstream with some extra patches, here:
|
||||
# https://github.com/rwmjones/augeas/tree/fedora-43
|
||||
|
||||
# Based on:
|
||||
#%%global forgeurl https://github.com/hercules-team/%%{name}
|
||||
#%%global commit cd37b0945385705afb936caa9d2fd9a7388bb441
|
||||
|
||||
# But actually:
|
||||
%global forgeurl https://github.com/rwmjones/%{name}
|
||||
%global commit 6ee1282259f46e5e44e5bb69d9fa0cf2a255b07d
|
||||
%forgemeta
|
||||
|
||||
Release: 0.2%{?dist}
|
||||
Release: 0.3%{?dist}
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
@ -190,6 +200,12 @@ rm -f $RPM_BUILD_ROOT/usr/bin/dump
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2025 Richard W.M. Jones <rjones@redhat.com> - 1.14.2-0.3
|
||||
- lenses/tmpfiles.aug: Permit '$' character in /usr/lib/tmpfiles.d/*.conf
|
||||
resolves: RHEL-76283
|
||||
- lenses/multipath.aug: Support all possible values for find_multipaths
|
||||
- lenses/systemd.aug: Allow "+"(fullprivileges) command flag
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.14.2-0.2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (augeas-2de06e0519bb8daf047191e46a9672e1d16b1955.tar.gz) = 9ebd2b6d55b71561567d170fcc4532ea259ec33c0dd8e1386a0687861c5e4d50b512d1760f4586ac2e5a2ee968b157db6eae91cd6322cd1f7d71b8a5efef12d7
|
||||
SHA512 (augeas-6ee1282259f46e5e44e5bb69d9fa0cf2a255b07d.tar.gz) = 80b57a354c08ca8f9ffa47d7ec2e17121cfe336b1d24306d4c5a2b1c0198dc430ca7e5aec7044b623f5f77e61f690ba87fa1210457b20cb920c2e5a4a2395c18
|
||||
SHA512 (gnulib-2f7479a16a.tar.gz) = 59aa31b534dcf15c816296699c625bf60e90a108091f09709ef9341707821fb407c22167cf489aa44ee5b62cf3f44aa75892cfbaa078056dfbd9728847fe83ee
|
||||
|
Loading…
Reference in New Issue
Block a user