diff --git a/system/base/baselayout/comar/package.py b/system/base/baselayout/comar/package.py index c3420fd6..83f444a0 100644 --- a/system/base/baselayout/comar/package.py +++ b/system/base/baselayout/comar/package.py @@ -119,7 +119,8 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease): (22, "sshd"), (30, "squid"), (32, "rpc"), - #(46, "plugdev"), + # libftdi need plugdev + (46, "plugdev"), (50, "named"), # For systemd/var-lock.mount (54, "lock"), @@ -128,7 +129,7 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease): (80, "apache"), (90, "dovecot"), (100, "users"), - (102, "hal"), + (102, "input"), (103, "polkitd"), (104, "postfix"), (105, "postdrop"), @@ -221,7 +222,6 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease): (70, "postgres", "PostgreSQL", "/var/lib/postgresql", "/bin/false", "", ["postgres"], [], []), (80, "apache", "Apache", "/dev/null", "/bin/false", "", ["apache", "svn"], [], []), (90, "dovecot", "Dovecot", "/dev/null", "/bin/false", "", ["dovecot"], [], []), - (102, "hal", "HAL", "/dev/null", "/bin/false", "", ["hal"], [], []), (103, "polkitd", "PolicyKit", "/var/lib/polkit-1", "/bin/false", "", ["polkitd"], [], []), (104, "postfix", "Postfix", "/var/spool/postfix", "/bin/false", "", ["postfix"], [], []), (106, "smmsp", "smmsp", "/var/spool/mqueue", "/bin/false", "", ["smmsp"], [], []), @@ -259,7 +259,6 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease): (162, "privoxy", "Privoxy", "/etc/privoxy", "/sbin/nologin", "", ["privoxy"], [], []), (163, "qemu", "qemu user", "/", "/sbin/nologin", "", ["qemu", "kvm"], [], []), (164, "polipo", "polipo user", "/", "/sbin/nologin", "", ["polipo"], [], []), - (165, "kdm", "kdm", "/var", "/sbin/nologin", "", ["kdm"], [], []), (166, "nginx", "nginx user", "/etc/nginx", "/sbin/nologin", "", ["nginx"], [], []), (167, "ntop", "ntop user", "/var/lib/ntop", "/sbin/nologin", "", ["ntop"], [], []), (168, "smolt", "smolt user", "/dev/null", "/bin/false", "", [], [], []), diff --git a/system/base/baselayout/files/os-release b/system/base/baselayout/files/os-release new file mode 100644 index 00000000..b9b604b1 --- /dev/null +++ b/system/base/baselayout/files/os-release @@ -0,0 +1,8 @@ +NAME=PisiLinux +ID=pisilinux +VERSION="2" +VERSION_CODENAME=Atatürk +VERSION_ID="2.0" +PRETTY_NAME="PisiLinux 2.0 Atatürk" +HOME_URL="https://www.pisilinux.org/" +BUG_REPORT_URL="https://github.com/pisilinux/main/issues" diff --git a/system/base/baselayout/pspec.xml b/system/base/baselayout/pspec.xml index 2f04cd14..8d8b1ea3 100644 --- a/system/base/baselayout/pspec.xml +++ b/system/base/baselayout/pspec.xml @@ -54,6 +54,8 @@ pisilinux-release + + os-release start-stop-daemon.8 @@ -67,6 +69,13 @@ + + 2018-11-28 + 3.10.1 + add new group; input - plugdev. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-11-14 3.10.1