From d1f5aedd76df437a08f3283fa00bc8a9dab7fa2b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Jul 2014 14:46:20 +0200 Subject: "Fedora Support", step 1 -> Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules. --- remote/modules/printergui/module.conf | 2 -- remote/modules/printergui/module.conf.fedora | 5 +++++ remote/modules/printergui/module.conf.opensuse | 8 +++----- remote/modules/printergui/module.conf.ubuntu | 4 +--- 4 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 remote/modules/printergui/module.conf.fedora (limited to 'remote/modules/printergui') diff --git a/remote/modules/printergui/module.conf b/remote/modules/printergui/module.conf index 17203d3e..39e64b16 100644 --- a/remote/modules/printergui/module.conf +++ b/remote/modules/printergui/module.conf @@ -4,6 +4,4 @@ REQUIRED_BINARIES=" printergui printpwgui " -REQUIRED_SYSTEM_FILES=" -" diff --git a/remote/modules/printergui/module.conf.fedora b/remote/modules/printergui/module.conf.fedora new file mode 100644 index 00000000..f1f55014 --- /dev/null +++ b/remote/modules/printergui/module.conf.fedora @@ -0,0 +1,5 @@ +REQUIRED_INSTALLED_PACKAGES=" + cups-devel + qt-devel +" + diff --git a/remote/modules/printergui/module.conf.opensuse b/remote/modules/printergui/module.conf.opensuse index 2d4c7a95..478d0a71 100644 --- a/remote/modules/printergui/module.conf.opensuse +++ b/remote/modules/printergui/module.conf.opensuse @@ -1,7 +1,5 @@ REQUIRED_INSTALLED_PACKAGES=" -cups-devel -libqt4-devel -" -REQUIRED_CONTENT_PACKAGES=" -cups-devel + cups-devel + libqt4-devel " + diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index 54123003..73c89910 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -2,6 +2,4 @@ REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev " -REQUIRED_CONTENT_PACKAGES=" - libcups2-dev -" + -- cgit v1.2.3-55-g7522