2.27-1: upgrade to stable v2.27
This commit is contained in:
parent
1dd1b6a182
commit
1a7e2063fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/util-linux-2.26.2.tar.xz
|
||||
/util-linux-2.27-rc1.tar.xz
|
||||
/util-linux-2.27-rc2.tar.xz
|
||||
/util-linux-2.27.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
2fbd1d2a3f856155dd3231c2a61c2e98 util-linux-2.27-rc2.tar.xz
|
||||
5b06bbda9309624ee7add15bc8d8ca22 util-linux-2.27.tar.xz
|
||||
|
@ -2,13 +2,13 @@
|
||||
Summary: A collection of basic system utilities
|
||||
Name: util-linux
|
||||
Version: 2.27
|
||||
Release: 0.4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||
Group: System Environment/Base
|
||||
URL: http://en.wikipedia.org/wiki/Util-linux
|
||||
|
||||
### Macros
|
||||
%define upstream_version %{version}-rc2
|
||||
%define upstream_version %{version}
|
||||
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
||||
|
||||
%define compldir %{_datadir}/bash-completion/completions/
|
||||
@ -894,6 +894,9 @@ exit 0
|
||||
%{_libdir}/python*/site-packages/libmount/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 7 2015 Karel Zak <kzak@redhat.com> - 2.27
|
||||
- upgrade to v2.27
|
||||
|
||||
* Mon Aug 24 2015 Karel Zak <kzak@redhat.com> - 2.27-0.4
|
||||
- upgrade to v2.27-rc2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user