shadow rebuild
This commit is contained in:
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system("sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs")
|
||||||
autotools.configure("--enable-shadowgrp \
|
autotools.configure("--enable-shadowgrp \
|
||||||
--without-selinux \
|
--without-selinux \
|
||||||
--without-audit \
|
--without-audit \
|
||||||
@@ -17,7 +18,6 @@ def setup():
|
|||||||
--with-libpam \
|
--with-libpam \
|
||||||
--with-sha-crypt \
|
--with-sha-crypt \
|
||||||
--enable-nls \
|
--enable-nls \
|
||||||
--disable-account-tools-setuid \
|
|
||||||
--with-group-name-max-length=32 \
|
--with-group-name-max-length=32 \
|
||||||
--disable-shared")
|
--disable-shared")
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -80,6 +80,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2021-02-18</Date>
|
||||||
|
<Version>4.8.1</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2020-12-09</Date>
|
<Date>2020-12-09</Date>
|
||||||
<Version>4.8.1</Version>
|
<Version>4.8.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user