summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13Add kdbus transportsubmit/tizen/20160114.014200accepted/tizen/wearable/20160114.064410accepted/tizen/tv/20160114.064349accepted/tizen/mobile/20160114.064325Adrian Szyndela3-0/+14
This reverts commit 197db0df78e0a9f82df4162885854f99ff749505, which reverts commit 771f5155c9a393a242329988d56661a51fc04e6c. Change-Id: I4133020c585a6f9b42f487ffae4d2005b25a1d08
2015-12-30dbus:MOVe:modify license IDsubmit/tizen/20151231.023706accepted/tizen/wearable/20151231.073319accepted/tizen/tv/20151231.073257accepted/tizen/mobile/20151231.073235sanghyeok.oh3-3/+3
Change-Id: Iea6db9311c918f99059bb98e8bd396b36387d902 Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
2015-12-16Revert "Add kdbus transport"submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151216.111722accepted/tizen/wearable/20151217.022613accepted/tizen/tv/20151217.022431accepted/tizen/mobile/20151217.022738Hyotaek, Shim3-14/+0
This reverts commit 771f5155c9a393a242329988d56661a51fc04e6c. Change-Id: I73b6adc6b76b63e972f7228c88c18dabda81b006
2015-12-11Add kdbus transportsubmit/tizen/20151214.100146accepted/tizen/wearable/20151214.233848accepted/tizen/tv/20151214.233825accepted/tizen/mobile/20151214.233808Adrian Szyndela3-0/+14
This commit introduces ABI break due to size change of DBusMessageIter structure. Consequently, all packages depending on libdbus need to be rebuilt. Other authors: Paweł Szewczyk <p.szewczyk@samsung.com> Karol Lewandowski <k.lewandowsk@samsung.com> and possibly others Change-Id: Ie04b34295c38e5aaac63982996fa9eddc97dd696
2015-04-29packaging: remove character class negation for sedJosé Bollo1-1/+1
When running the command sed provided by toybox, the expression [^[:cntrl:]] is not understood, what forbids to detect DBUS and cause further errors. This patch removes this expression. Change-Id: If30543fadddf8b6811e14b548a747be99612894b Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2015-03-20Do not package libdbus-1.la filetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150331.014458submit/tizen_tv/20150331.014430submit/tizen_mobile/20150331.014445submit/tizen_common/20150323.122331submit/tizen/20150331.114854accepted/tizen/wearable/20150403.074639accepted/tizen/tv/20150403.074411accepted/tizen/mobile/20150403.074745accepted/tizen/common/20150403.125748tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commonJacek Bukarewicz1-2/+1
Change-Id: I8de1d91e6ab3c891de9549bfb94ae637d7ff664a
2015-03-09Add missing security manifestssubmit/tizen_common/20150319.120133Jacek Bukarewicz4-1/+19
Change-Id: I765c1f189a4496620e5edc8c02b3055db5b45c09
2014-12-12Integration of asynchronous security checksJacek Bukarewicz1-1/+4
This commit introduces basic framework for asynchronous policy checks and Cynara integration code. Functions for checking security policy can now return third value - BUS_RESULT_LATER denoting check result unavailability. Whenever policy checker cannot decide on the result of the check it is supposed to allocate DeferredMessage structure that will be passed to the upper layers which can decide what should be done in such situation. Proper handling of such case will be implemented in subsequent commits. Currently such return value results in message denial. Change-Id: I324b6ab68442e493853d8fe219c7a37fbd831872
2014-11-20Merge "Update packaging to 1.8.2" into tizentizen_3.0_ivi_releasesubmit/tizen_mobile/20150302.000000submit/tizen_mobile/20150223.000000submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150129.000000submit/tizen/20141120.114104accepted/tizen/mobile/20150304.131105accepted/tizen/ivi/20141202.084859accepted/tizen/common/20141121.180650tizen_3.0_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonKarol Lewandowski3-3/+11
2014-11-18Drop capabilities in user dbus sessionsubmit/tizen/20141119.114111submit/tizen/20141119.113951Rafal Krypa1-0/+1
In the systemd user service file, drop all process capabilities. The capabilities will be inherited from parent process (systemd --user). They are meant to be inherited by launcher process, but are of no use for dbus. Since they would give unneeded privileges to dbus, they should be dropped. Change-Id: I89a1a1b21d07380f68c9933aab272ebe2b08a889 Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
2014-11-13Update packaging to 1.8.2Patrick Ohly3-3/+11
Change-Id: I8c0bdcaa11802e992c43c629d3f413d21bd9d159
2014-11-13add a small script in /etc/profile.d/dbus.sh to export DBUS_SESSION_BUS_ADDRESSStephane Desneux2-1/+18
If the dbus session address is not defined, this small script will try to pick the address from the environment of the systemd --user process for the current user. Typically, this allows to log on a target through ssh, then run su - <user> and have the same environment as the shells inside the user session. Change-Id: Id6133077bf9943c4203f7d993b8942dc1455bef5 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-13Make dbus-1 dependency provided by dbusJacek Bukarewicz2-1/+1
dbus-1 was originally provided by dbus package. Commit 8eeae5fd70 fixed circular dependency between dbus and systemd. It also moved dbus-1 provision from dbus to dbus-devel probably by mistake. Certain packages like gumd or polkit have explicit dependency on dbus-1 which makes them install dbus-devel unnecessarily. Change-Id: I77a6561eff6f8c6ce84d849df936dda2c290a4d2 Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
2014-11-13dbus-x11 should not try to build into a pure wayland platform.Ronan Le Martret1-0/+6
This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: I1495b66a2e32b580223229ead6bc66426ff680a6 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-11-13libdbus:build-require pkg-configAdrian Negreanu1-0/+1
otherwise, configure fails to find libsmack, which happens to be the first lib searched with pkg-config checking for _NSGetEnviron... no checking for LIBSMACK... configure: error: libsmack is required to enable smack support error: Bad exit status from /var/tmp/rpm-tmp.VUiY9N Change-Id: Ibf01a52ae6274503e2490f835fbd686e985807e8 Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
2014-11-13packaging: enable Smack supportPatrick McCarty4-3/+14
Change-Id: Ib400feec8193bb5c98347b778e0aa92a30d954c3 Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
2014-11-13Install dbus directoriesChengwei Yang1-0/+7
At previous, these directories owned by libdbus. However, the previous commit 8eeae5f split libdbus into a separate .spec and doesn't install these directoris. These directoris are critical to dbus, for example, without /etc/dbus-1/{system.d,session.d}, the dbus-daemon system bus and session bus can not launch. Change-Id: Ia98bd56171492c90e4a078b39adf08cc802cb955
2014-11-13fix systemd->dbus->systemd circular dependencyAdrian Negreanu2-58/+124
extract libdbus and dbus-devel as separate packages Change-Id: Ia097a2b3fee2911ee89000dd2d5762a112bf17f6 Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
2014-11-13updating changelogMichael Leibowitz1-0/+5
2014-11-13resetting manifest requested domain to floorAlexandru Cornea2-0/+8
2014-11-13Update to dbus 1.6.12Anas Nashif3-6/+5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2014-11-13update changelogSimon McVittie1-0/+4
- TZPC-3044, CVE-2013-2168: fix local denial of service (backport from 1.6.12) - TZPC-1971: make libdbus thread-safe by default (backport from 1.7.4/1.7.6)
2014-11-13packaging: ensure ownership for /var/lib/dbusPatrick McCarty2-4/+7
For x86_64 builds, %{_localstatedir}%{_libdir}/dbus expands to /var/usr/lib64/dbus, which is incorrect. This commit fixes the path in the spec to make sure the intended directory, /var/lib/dbus, is created and owned by this package. Change-Id: I60947c4e2c221ad2f83d01bd87dc76fc8f5e4433
2014-11-13Update to 1.6.10Anas Nashif1-0/+3
2014-11-13update to 1.6.10Anas Nashif2-3/+3
2014-11-13Adapt for rebase onto upstream dbus-1.6.8 git tagSimon McVittie2-0/+5
When building from git we need a BuildRequires on xmlto, since we can no longer rely on the pre-generated HTML documentation from the tarball. That pulls in libxslt-tools, which means dbus.devhelp is generated, so the build fails because we weren't accounting for that; so explicitly require libxslt-tools too (dbus uses it both via xmlto, and directly), and package dbus.devhelp. Change-Id: I7505fc6fd1e7c4fc23a53f349a4fdd18d88237ec
2014-11-13Cleanup lib name in specAnas Nashif1-0/+3
2014-11-13use libname directlyAnas Nashif1-7/+6
2014-11-13Fixed package groupsAnas Nashif4-7/+9
2014-11-13No OOMScoreAdjust for user sessionAnas Nashif2-2/+3
2014-11-13add user session unitsAnas Nashif1-1/+3
2014-11-13add user session unitsAnas Nashif4-3/+35
2014-11-13initial changelogSimon McVittie1-0/+5
2014-11-13regenerate packaging/dbus-x11.spec with ( cd packaging && sh pre_checkin.sh )Simon McVittie1-5/+1
Otherwise, local builds with 'gbs build' try to apply the nonexistent patch 0001-fix-sba-for-dbus-activation.patch, and fail.
2014-11-13fixed splittingAnas Nashif1-1/+1
2014-11-13fixed splittingAnas Nashif1-1/+1
2014-11-13fixed splittingAnas Nashif1-1/+1
2014-11-13Fixed package splittingAnas Nashif4-36/+18
split dbus-x11 correctly
2014-11-13spec cleanup and removed patchesAnas Nashif1-27/+1
2014-11-13add packagingAnas Nashif7-0/+564