|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: A text file browser similar to more, but better
|
|
|
|
|
Name: less
|
|
|
|
|
Version: 661
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: GPL-3.0-only AND BSD-2-Clause
|
|
|
|
|
Source0: https://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: lesspipe.sh
|
|
|
|
@ -69,6 +69,10 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 661-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Sat Aug 10 2024 Michal Hlavinka <mhlavink@redhat.com> - 661-2
|
|
|
|
|
- fix post-v590 regression in file-types check
|
|
|
|
|
|
|
|
|
|