Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=77ca0535316f10342c2e599adf8dac2748a1ad50

commit 77ca0535316f10342c2e599adf8dac2748a1ad50
Author: crazy <cr...@frugalware.org>
Date:   Sun Oct 29 04:44:38 2017 +0100

util-linux-2.31-1-x86_64

* Version bump
* enabled kill,wall,write
* rfkill moved to here now  ( added replaces for it )
* added TODO for login && su* .. we should use the utils from
here since they seems to be much better maintained

diff --git a/source/base/util-linux/FrugalBuild 
b/source/base/util-linux/FrugalBuild
index 82a0834..f29dbce 100644
--- a/source/base/util-linux/FrugalBuild
+++ b/source/base/util-linux/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Vajna <vmik...@frugalware.org>

pkgname=util-linux
-pkgver=2.30.2
+pkgver=2.31
pkgrel=1
pkgdesc="Miscellaneous system utilities for Linux"
url="http://www.kernel.org/pub/linux/utils/util-linux/";
@@ -18,7 +18,7 @@ up2date="lynx -dump 
http://git.kernel.org/cgit/utils/util-linux/util-linux.git/r
source=($url/v${pkgver%%.?}/util-linux-$pkgver.tar.xz \
frugalwaregetty numlock \
README.Frugalware)
-sha1sums=('a90e1e7e30e342862d062a885d2dfb8eb8a1f596' \
+sha1sums=('4ebb8a2c1da21a6da08b553abd0f4dd3dbc55b4e' \
'29c664063cce384e855f9af93df9ea71b88f0742' \
'cf32c54ca7f4ca3b7a91ebe309f114ed4d296a09' \
'9c85fa0556553a6982d0db66e24298fe95e1dd20')
@@ -26,9 +26,9 @@ sha1sums=('a90e1e7e30e342862d062a885d2dfb8eb8a1f596' \
_F_cross32_delete=('usr/share/bash-completion')
Finclude python cross32

-replaces=('eject')
-provides=('eject')
-conflicts=('eject')
+replaces=('eject' 'rfkill')
+provides=('eject' 'rfkill')
+conflicts=('eject' 'rfkill')

subpkgs=("libblkid")
subdescs=('Block device id library')
@@ -84,15 +84,13 @@ suboptions+=('force')

rodepends+=("libblkid libuuid")

+## FIXME: Move su and friends to util-linux
Fconfopts="     --enable-raw \
--enable-partx \
--disable-login \
--disable-nologin \
--disable-su \
--disable-chfn-chsh \
-               --disable-kill \
-               --disable-wall \
-               --disable-write \
--enable-static=no \
--disable-static"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to