2.31-1: upstream ugrade
This commit is contained in:
parent
401fd81490
commit
95b12b7aa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
|||||||
/util-linux-2.30.2.tar.xz
|
/util-linux-2.30.2.tar.xz
|
||||||
/util-linux-2.31-rc1.tar.xz
|
/util-linux-2.31-rc1.tar.xz
|
||||||
/util-linux-2.31-rc2.tar.xz
|
/util-linux-2.31-rc2.tar.xz
|
||||||
|
/util-linux-2.31.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.31-rc2.tar.xz) = d5b882dbe566e5ad4cbf3ea328bc777ae643c271c4db4a119f270222ef50d89bdb2244524093df794caf0ec9a6b5f559c618f0e36f2c1e2ce30e24c60e876a97
|
SHA512 (util-linux-2.31.tar.xz) = 48b668526e96a132736b882090d0e33c20b4b3a0e1760502d83118ed98ccc9423d310848a2bb73f82f85e9c19f6191075ae2c5269b007e76be1fbd7b6b88fbf5
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.31
|
Version: 2.31
|
||||||
Release: 0.4%{?dist}
|
Release: 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
|
||||||
|
|
||||||
### Macros
|
### 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 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/
|
||||||
@ -339,6 +339,9 @@ echo '.so man8/raw.8' > $RPM_BUILD_ROOT%{_mandir}/man8/rawdevices.8
|
|||||||
# sbin -> bin
|
# sbin -> bin
|
||||||
mv ${RPM_BUILD_ROOT}%{_sbindir}/raw ${RPM_BUILD_ROOT}%{_bindir}/raw
|
mv ${RPM_BUILD_ROOT}%{_sbindir}/raw ${RPM_BUILD_ROOT}%{_bindir}/raw
|
||||||
|
|
||||||
|
# bin -> sbin (v2.31 bug, will be fixed in v2.31.1)
|
||||||
|
mv ${RPM_BUILD_ROOT}%{_bindir}/rfkill ${RPM_BUILD_ROOT}%{_sbindir}/rfkill
|
||||||
|
|
||||||
# And a dirs uuidd needs that the makefiles don't create
|
# And a dirs uuidd needs that the makefiles don't create
|
||||||
install -d ${RPM_BUILD_ROOT}/run/uuidd
|
install -d ${RPM_BUILD_ROOT}/run/uuidd
|
||||||
install -d ${RPM_BUILD_ROOT}/var/lib/libuuid
|
install -d ${RPM_BUILD_ROOT}/var/lib/libuuid
|
||||||
@ -559,7 +562,6 @@ exit 0
|
|||||||
%{_bindir}/rename
|
%{_bindir}/rename
|
||||||
%{_bindir}/renice
|
%{_bindir}/renice
|
||||||
%{_bindir}/rev
|
%{_bindir}/rev
|
||||||
%{_bindir}/rfkill
|
|
||||||
%{_bindir}/script
|
%{_bindir}/script
|
||||||
%{_bindir}/scriptreplay
|
%{_bindir}/scriptreplay
|
||||||
%{_bindir}/setarch
|
%{_bindir}/setarch
|
||||||
@ -705,6 +707,7 @@ exit 0
|
|||||||
%{_sbindir}/pivot_root
|
%{_sbindir}/pivot_root
|
||||||
%{_sbindir}/readprofile
|
%{_sbindir}/readprofile
|
||||||
%{_sbindir}/resizepart
|
%{_sbindir}/resizepart
|
||||||
|
%{_sbindir}/rfkill
|
||||||
%{_sbindir}/rtcwake
|
%{_sbindir}/rtcwake
|
||||||
%{_sbindir}/runuser
|
%{_sbindir}/runuser
|
||||||
%{_sbindir}/sulogin
|
%{_sbindir}/sulogin
|
||||||
@ -940,6 +943,10 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 23 2017 Karel Zak <kzak@redhat.com> - 2.31-1
|
||||||
|
- upgrade to final v2.31
|
||||||
|
- move rfkill to sbin (for backward compatibility)
|
||||||
|
|
||||||
* Mon Oct 9 2017 Karel Zak <kzak@redhat.com> - 2.31-0.4
|
* Mon Oct 9 2017 Karel Zak <kzak@redhat.com> - 2.31-0.4
|
||||||
- fix build error
|
- fix build error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user