2.33-0.1: upgrade, ldconfig
This commit is contained in:
parent
59614e3019
commit
a3884eaf3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
||||
/util-linux-2.32-rc1.tar.xz
|
||||
/util-linux-2.32.tar.xz
|
||||
/util-linux-2.32.1.tar.xz
|
||||
/util-linux-2.33-rc2.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (util-linux-2.32.1.tar.xz) = 267fedae24a874ee4dc558081f6b8d07b33b955b0635f3348f021c111c17f2e95c01b2cbf909fe13c6ca448cbcf23c658c75f72f25749aa65e99f68fabb94698
|
||||
SHA512 (util-linux-2.33-rc2.tar.xz) = 7a38a7408a42a47f4e67ead068b5418490c8871ed452613cd2459bd7af64b1a218dc4e826197730b2de60d5d757c02ef79dc7e0f8aeb3f24be9cf8934e40a5ad
|
||||
|
@ -1,14 +1,14 @@
|
||||
### Header
|
||||
Summary: A collection of basic system utilities
|
||||
Name: util-linux
|
||||
Version: 2.32.1
|
||||
Release: 1%{?dist}
|
||||
Version: 2.33
|
||||
Release: 0.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}
|
||||
%define upstream_version %{version}-rc2
|
||||
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
||||
|
||||
%define compldir %{_datadir}/bash-completion/completions/
|
||||
@ -459,20 +459,6 @@ for I in /etc/blkid.tab /etc/blkid.tab.old \
|
||||
fi
|
||||
done
|
||||
|
||||
%postun -n libblkid -p /sbin/ldconfig
|
||||
|
||||
%post -n libuuid -p /sbin/ldconfig
|
||||
%postun -n libuuid -p /sbin/ldconfig
|
||||
|
||||
%post -n libmount -p /sbin/ldconfig
|
||||
%postun -n libmount -p /sbin/ldconfig
|
||||
|
||||
%post -n libsmartcols -p /sbin/ldconfig
|
||||
%postun -n libsmartcols -p /sbin/ldconfig
|
||||
|
||||
%post -n libfdisk -p /sbin/ldconfig
|
||||
%postun -n libfdisk -p /sbin/ldconfig
|
||||
|
||||
%pre -n uuidd
|
||||
getent group uuidd >/dev/null || groupadd -r uuidd
|
||||
getent passwd uuidd >/dev/null || \
|
||||
@ -529,6 +515,7 @@ fi
|
||||
%{_bindir}/colcrt
|
||||
%{_bindir}/colrm
|
||||
%{_bindir}/column
|
||||
%{_bindir}/choom
|
||||
%{_bindir}/chmem
|
||||
%{_bindir}/dmesg
|
||||
%{_bindir}/eject
|
||||
@ -582,6 +569,7 @@ fi
|
||||
%{_bindir}/wdctl
|
||||
%{_bindir}/whereis
|
||||
%{_mandir}/man1/cal.1*
|
||||
%{_mandir}/man1/choom.1*
|
||||
%{_mandir}/man1/chrt.1*
|
||||
%{_mandir}/man1/col.1*
|
||||
%{_mandir}/man1/colcrt.1*
|
||||
@ -634,6 +622,7 @@ fi
|
||||
%{_mandir}/man1/wall.1*
|
||||
%{_mandir}/man1/whereis.1*
|
||||
%{_mandir}/man1/write.1*
|
||||
%{_mandir}/man5/adjtime_config.5*
|
||||
%{_mandir}/man5/fstab.5*
|
||||
%{_mandir}/man5/terminal-colors.d.5*
|
||||
%{_mandir}/man8/addpart.8*
|
||||
@ -853,7 +842,7 @@ fi
|
||||
|
||||
%files -n uuidd
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.GPLv2
|
||||
%license Documentation/licenses/COPYING.GPL-2.0-or-later
|
||||
%{_mandir}/man8/uuidd.8*
|
||||
%{_sbindir}/uuidd
|
||||
%{_unitdir}/uuidd.*
|
||||
@ -864,7 +853,7 @@ fi
|
||||
|
||||
%files -n libfdisk
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.LGPLv2.1 libfdisk/COPYING
|
||||
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libfdisk/COPYING
|
||||
%{_libdir}/libfdisk.so.*
|
||||
|
||||
%files -n libfdisk-devel
|
||||
@ -875,7 +864,7 @@ fi
|
||||
|
||||
%files -n libsmartcols
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.LGPLv2.1 libsmartcols/COPYING
|
||||
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libsmartcols/COPYING
|
||||
%{_libdir}/libsmartcols.so.*
|
||||
|
||||
%files -n libsmartcols-devel
|
||||
@ -886,7 +875,7 @@ fi
|
||||
|
||||
%files -n libmount
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.LGPLv2.1 libmount/COPYING
|
||||
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libmount/COPYING
|
||||
%{_libdir}/libmount.so.*
|
||||
|
||||
%files -n libmount-devel
|
||||
@ -909,7 +898,7 @@ fi
|
||||
|
||||
%files -n libuuid
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.BSD-3 libuuid/COPYING
|
||||
%license Documentation/licenses/COPYING.BSD-3-Clause libuuid/COPYING
|
||||
%{_libdir}/libuuid.so.*
|
||||
|
||||
%files -n libuuid-devel
|
||||
@ -931,10 +920,15 @@ fi
|
||||
|
||||
%files -n %{pypkg}-libmount
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license Documentation/licenses/COPYING.LGPLv2.1 libmount/COPYING
|
||||
%license Documentation/licenses/COPYING.LGPL-2.1-or-later libmount/COPYING
|
||||
%{_libdir}/python*/site-packages/libmount/
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2018 Karel Zak <kzak@redhat.com> - 2.33-0.1
|
||||
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc [James Antill]
|
||||
- upgrade to v2.33-rc2
|
||||
http://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33-ReleaseNotes
|
||||
|
||||
* Mon Jul 16 2018 Karel Zak <kzak@redhat.com> - 2.32.1-1
|
||||
- upgrade to v2.32.1
|
||||
http://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes
|
||||
|
Loading…
Reference in New Issue
Block a user