v2.27: upgrade
This commit is contained in:
parent
6278f8fb46
commit
bfcb468173
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
|||||||
/util-linux-2.26-rc2.tar.xz
|
/util-linux-2.26-rc2.tar.xz
|
||||||
/util-linux-2.26.tar.xz
|
/util-linux-2.26.tar.xz
|
||||||
/util-linux-2.26.2.tar.xz
|
/util-linux-2.26.2.tar.xz
|
||||||
|
/util-linux-2.27-rc1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9bdf368c395f1b70325d0eb22c7f48fb util-linux-2.26.2.tar.xz
|
500b9de1acc3601a69d6a0b2310da471 util-linux-2.27-rc1.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
### Header
|
### Header
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.26.2
|
Version: 2.27
|
||||||
Release: 3%{?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
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://en.wikipedia.org/wiki/Util-linux
|
URL: http://en.wikipedia.org/wiki/Util-linux
|
||||||
|
|
||||||
%define upstream_version %{version}
|
%define upstream_version %{version}-rc1
|
||||||
|
|
||||||
### Macros
|
### Macros
|
||||||
%define compldir %{_datadir}/bash-completion/completions/
|
%define compldir %{_datadir}/bash-completion/completions/
|
||||||
@ -515,6 +515,7 @@ exit 0
|
|||||||
%{_bindir}/look
|
%{_bindir}/look
|
||||||
%{_bindir}/lsblk
|
%{_bindir}/lsblk
|
||||||
%{_bindir}/lscpu
|
%{_bindir}/lscpu
|
||||||
|
%{_bindir}/lsipc
|
||||||
%{_bindir}/lslocks
|
%{_bindir}/lslocks
|
||||||
%{_bindir}/lslogins
|
%{_bindir}/lslogins
|
||||||
%{_bindir}/mcookie
|
%{_bindir}/mcookie
|
||||||
@ -568,6 +569,7 @@ exit 0
|
|||||||
%{_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/lsipc.1*
|
||||||
%{_mandir}/man1/lslogins.1*
|
%{_mandir}/man1/lslogins.1*
|
||||||
%{_mandir}/man1/mcookie.1*
|
%{_mandir}/man1/mcookie.1*
|
||||||
%{_mandir}/man1/mesg.1*
|
%{_mandir}/man1/mesg.1*
|
||||||
@ -716,6 +718,7 @@ exit 0
|
|||||||
%{compldir}/losetup
|
%{compldir}/losetup
|
||||||
%{compldir}/lsblk
|
%{compldir}/lsblk
|
||||||
%{compldir}/lscpu
|
%{compldir}/lscpu
|
||||||
|
%{compldir}/lsipc
|
||||||
%{compldir}/lslocks
|
%{compldir}/lslocks
|
||||||
%{compldir}/mcookie
|
%{compldir}/mcookie
|
||||||
%{compldir}/mesg
|
%{compldir}/mesg
|
||||||
@ -880,6 +883,11 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 31 2015 Karel Zak <kzak@redhat.com> - 2.27-0.1
|
||||||
|
- upgrade to v2.27-rc1
|
||||||
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27-ReleaseNotes
|
||||||
|
- add lsipc
|
||||||
|
|
||||||
* Thu Jul 16 2015 Karel Zak <kzak@redhat.com> - 2.26.2-3
|
* Thu Jul 16 2015 Karel Zak <kzak@redhat.com> - 2.26.2-3
|
||||||
- fix dates in the spec file
|
- fix dates in the spec file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user