2.38-0.1: upgrade to v2.38-rc1
This commit is contained in:
parent
b3ca809df8
commit
93b5e7b623
@ -1,13 +1,13 @@
|
|||||||
### Header
|
### Header
|
||||||
Summary: Collection of basic system utilities
|
Summary: Collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.37.2
|
Version: 2.38
|
||||||
Release: 2%{?dist}
|
Release: 0.1%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
URL: https://en.wikipedia.org/wiki/Util-linux
|
URL: https://en.wikipedia.org/wiki/Util-linux
|
||||||
|
|
||||||
### Macros
|
### Macros
|
||||||
%define upstream_version %{version}
|
%define upstream_version %{version}-rc1
|
||||||
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
||||||
|
|
||||||
%define compldir %{_datadir}/bash-completion/completions/
|
%define compldir %{_datadir}/bash-completion/completions/
|
||||||
@ -540,6 +540,7 @@ fi
|
|||||||
%{_bindir}/look
|
%{_bindir}/look
|
||||||
%{_bindir}/lsblk
|
%{_bindir}/lsblk
|
||||||
%{_bindir}/lscpu
|
%{_bindir}/lscpu
|
||||||
|
%{_bindir}/lsfd
|
||||||
%{_bindir}/lsipc
|
%{_bindir}/lsipc
|
||||||
%{_bindir}/lsirq
|
%{_bindir}/lsirq
|
||||||
%{_bindir}/lslocks
|
%{_bindir}/lslocks
|
||||||
@ -583,6 +584,7 @@ fi
|
|||||||
%{_mandir}/man1/login.1*
|
%{_mandir}/man1/login.1*
|
||||||
%{_mandir}/man1/look.1*
|
%{_mandir}/man1/look.1*
|
||||||
%{_mandir}/man1/lscpu.1*
|
%{_mandir}/man1/lscpu.1*
|
||||||
|
%{_mandir}/man1/lsfd.1*
|
||||||
%{_mandir}/man1/lsipc.1*
|
%{_mandir}/man1/lsipc.1*
|
||||||
%{_mandir}/man1/lsirq.1*
|
%{_mandir}/man1/lsirq.1*
|
||||||
%{_mandir}/man1/lslogins.1*
|
%{_mandir}/man1/lslogins.1*
|
||||||
@ -697,6 +699,7 @@ fi
|
|||||||
%{compldir}/irqtop
|
%{compldir}/irqtop
|
||||||
%{compldir}/isosize
|
%{compldir}/isosize
|
||||||
%{compldir}/last
|
%{compldir}/last
|
||||||
|
%{compldir}/lastb
|
||||||
%{compldir}/ldattach
|
%{compldir}/ldattach
|
||||||
%{compldir}/look
|
%{compldir}/look
|
||||||
%{compldir}/lsblk
|
%{compldir}/lsblk
|
||||||
@ -946,6 +949,9 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/libmount/
|
%{_libdir}/python*/site-packages/libmount/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 31 2022 Karel Zak <kzak@redhat.com> - 2.38-0.1
|
||||||
|
- upgrade to v2.38-rc1
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.37.2-2
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.37.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user