[arch-commits] Commit in util-linux/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Mon Dec 12 13:16:52 UTC 2016


    Date: Monday, December 12, 2016 @ 13:16:52
  Author: dreisner
Revision: 283056

upgpkg: util-linux 2.29-1

- fix wrong pkgrel
- drop tailf
- remove no-longer-valid configure options

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-12 12:01:16 UTC (rev 283055)
+++ PKGBUILD	2016-12-12 13:16:52 UTC (rev 283056)
@@ -7,7 +7,7 @@
 pkgname=(util-linux libutil-linux)
 _pkgmajor=2.29
 pkgver=${_pkgmajor}
-pkgrel=2
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/"
 arch=('i686' 'x86_64')
@@ -57,7 +57,6 @@
               --enable-chfn-chsh \
               --enable-write \
               --enable-mesg \
-              --enable-libmount-force-mountinfo \
               --disable-tailf \
               --with-python=3
 
@@ -102,6 +101,12 @@
 
   ### runtime libs are shipped as part of libutil-linux
   rm "$pkgdir"/usr/lib/lib*.{a,so}*
+
+  ### tailf has been deprecated for a while. let's not include it anymore.
+  rm \
+    "$pkgdir"/usr/bin/tailf \
+    "$pkgdir"/usr/share/bash-completion/completions/tailf \
+    "$pkgdir"/usr/share/man/man1/tailf.1
 }
 
 package_libutil-linux() {



More information about the arch-commits mailing list