dbus-vl.spec 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define _unpackaged_files_terminate_build 1
  3. %bcond_with systemd
  4. %define gettext_package dbus
  5. %define expat_version 2.0.1
  6. %define dbus_user_uid 81
  7. %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
  8. %define _localstatedir %{_var}
  9. Summary: D-BUS message bus
  10. Summary(ja): D-BUS メッセージバスシステム
  11. Name: dbus
  12. Version: 1.10.22
  13. Release: 1%{?_dist_release}
  14. URL: http://www.freedesktop.org/software/dbus/
  15. License: AFL/GPLv2
  16. Group: System Environment/Libraries
  17. Source0: %{name}-%{version}.tar.gz
  18. Source1: 00-start-message-bus.sh
  19. # from fedora package
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. Requires(post): chkconfig >= 1.3.34
  22. Requires(preun): chkconfig >= 1.3.34
  23. Requires(pre): shadow-utils
  24. BuildRequires: libtool
  25. BuildRequires: expat-devel >= %{expat_version}
  26. BuildRequires: libxml2-devel
  27. BuildRequires: python-devel
  28. BuildRequires: doxygen
  29. BuildRequires: xmlto
  30. BuildRequires: libxslt
  31. BuildRequires: gettext
  32. BuildRequires: libX11-devel
  33. BuildRequires: libSM-devel
  34. Vendor: Project Vine
  35. Distribution: Vine Linux
  36. %description
  37. D-BUS is a system for sending messages between applications. It is
  38. used both for the systemwide message bus service, and as a
  39. per-user-login-session messaging facility.
  40. %description -l ja
  41. D-BUS はアプリケーション間でメッセージを送受信するためのシステムです。
  42. システム全体のメッセージバスサービスとしても利用されますが、同様に
  43. ユーザ毎のログインセッションにおけるメッセージ基盤としても利用されます。
  44. %package devel
  45. Summary: Libraries and headers for D-BUS
  46. Summary(ja): D-BUS 用のライブラリとヘッダファイル
  47. Group: Development/Libraries
  48. Requires: %{name} = %{version}-%{release}
  49. %description devel
  50. Headers and static libraries for D-BUS.
  51. %package x11
  52. Summary: X11-requiring add-ons for D-BUS
  53. Summary(ja): X11 を利用する D-BUS 用ツール
  54. Group: Applications/System
  55. Requires: %{name} = %{version}-%{release}
  56. %description x11
  57. D-BUS contains some tools that require Xlib to be installed, those are
  58. in this separate package so server systems need not install X.
  59. %package doc
  60. Summary: Developer documentation for D-BUS
  61. Group: Documentation
  62. Requires: %{name} = %{version}-%{release}
  63. BuildArch: noarch
  64. %description doc
  65. This package contains developer documentation for D-Bus along with
  66. other supporting documentation such as the introspect dtd file.
  67. # compat32
  68. %package -n compat32-%{name}
  69. Summary: D-BUS message bus
  70. Summary(ja): D-BUS メッセージバスシステム
  71. Group: System Environment/Libraries
  72. %description -n compat32-%{name}
  73. D-BUS is a system for sending messages between applications. It is
  74. used both for the systemwide message bus service, and as a
  75. per-user-login-session messaging facility.
  76. %description -n compat32-%{name} -l ja
  77. D-BUS はアプリケーション間でメッセージを送受信するためのシステムです。
  78. システム全体のメッセージバスサービスとしても利用されますが、同様に
  79. ユーザ毎のログインセッションにおけるメッセージ基盤としても利用されます。
  80. %package -n compat32-%{name}-devel
  81. Summary: Libraries and headers for D-BUS
  82. Summary(ja): D-BUS 用のライブラリとヘッダファイル
  83. Group: Development/Libraries
  84. Requires: compat32-%{name} = %{version}-%{release}
  85. Requires: %{name}-devel = %{version}-%{release}
  86. %description -n compat32-%{name}-devel
  87. Headers and static libraries for D-BUS.
  88. %prep
  89. %setup -q
  90. %build
  91. # Avoid rpath.
  92. if test -f autogen.sh; then env NOCONFIGURE=1 ./autogen.sh; else autoreconf --ve
  93. rbose --force --install; fi
  94. COMMON_ARGS="--enable-selinux=no \
  95. --disable-libaudit \
  96. --with-init-scripts=redhat \
  97. --with-system-pid-file=%{_localstatedir}/run/messagebus.pid \
  98. --with-dbus-user=dbus \
  99. --libdir=/%{_lib} --bindir=/bin \
  100. --libexecdir=/%{_lib}/dbus-1 \
  101. --docdir=%{_pkgdocdir} \
  102. --sysconfdir=%{_sysconfdir} --exec-prefix=/"
  103. %configure $COMMON_ARGS --disable-tests --disable-verbose-mode --disable-asserts --enable-doxygen-docs --enable-xml-docs
  104. make V=1 %{?_smp_mflags}
  105. %install
  106. rm -rf %{buildroot}
  107. %__make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  108. find %{buildroot} -name '*.a' -type f -delete
  109. find %{buildroot} -name '*.la' -type f -delete
  110. install -Dp -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
  111. # Obsolete, but still widely used, for drop-in configuration snippets.
  112. install --directory %{buildroot}%{_sysconfdir}/dbus-1/session.d
  113. install --directory %{buildroot}%{_sysconfdir}/dbus-1/system.d
  114. install --directory %{buildroot}%{_datadir}/dbus-1/interfaces
  115. %if %{with systemd}
  116. # Make sure that when somebody asks for D-Bus under the name of the
  117. # old SysV script, that he ends up with the standard dbus.service name
  118. # now.
  119. ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service
  120. ## %find_lang %{gettext_package}
  121. # Delete the old legacy sysv init script
  122. rm -rf %{buildroot}%{_initrddir}
  123. %else
  124. rm -rf %{buildroot}%{_sysconfdir}/systemd
  125. %endif
  126. install --directory %{buildroot}/var/lib/dbus
  127. install --directory %{buildroot}%{_pkgdocdir}
  128. install -pm 644 -t %{buildroot}%{_pkgdocdir} \
  129. doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
  130. # Make sure that the documentation shows up in Devhelp.
  131. install --directory %{buildroot}%{_datadir}/gtk-doc/html
  132. ln -s %{_pkgdocdir} %{buildroot}%{_datadir}/gtk-doc/html/dbus
  133. # Shell wrapper for installed tests, modified from Debian package.
  134. cat > dbus-run-installed-tests <<EOF
  135. #!/bin/sh
  136. # installed-tests wrapper for dbus. Outputs TAP format because why not
  137. set -e
  138. timeout="timeout 300s"
  139. ret=0
  140. i=0
  141. tmpdir=\$(mktemp --directory --tmpdir dbus-run-installed-tests.XXXXXX)
  142. for t in /%{_lib}/dbus-1/installed-tests/dbus/test-*; do
  143. i=\$(( \$i + 1 ))
  144. echo "# \$i - \$t ..."
  145. echo "x" > "\$tmpdir/result"
  146. ( set +e; \$timeout \$t; echo "\$?" > "\$tmpdir/result" ) 2>&1 | sed 's/^/#/'
  147. e="\$(cat "\$tmpdir/result")"
  148. case "\$e" in
  149. (0)
  150. echo "ok \$i - \$t"
  151. ;;
  152. (77)
  153. echo "ok \$i # SKIP \$t"
  154. ;;
  155. (*)
  156. echo "not ok \$i - \$t (\$e)"
  157. ret=1
  158. ;;
  159. esac
  160. done
  161. rm -rf tmpdir
  162. echo "1..\$i"
  163. exit \$ret
  164. EOF
  165. install -pm 755 -t %{buildroot}/%{_lib}/dbus-1 dbus-run-installed-tests
  166. ## vine stuff
  167. mkdir -p $RPM_BUILD_ROOT/%{_bindir}
  168. mv -f $RPM_BUILD_ROOT/bin/dbus-launch $RPM_BUILD_ROOT/%{_bindir}/
  169. mkdir -p %{buildroot}/%{_libdir}/dbus-1.0
  170. mv %{buildroot}/%{_lib}/dbus-1.0/include %{buildroot}/%{_libdir}/dbus-1.0/
  171. mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
  172. #change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
  173. sed -e 's@-I${libdir}@-I${prefix}/%{_lib}@' $RPM_BUILD_ROOT/%{_lib}/pkgconfig/dbus-1.pc > $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/dbus-1.pc
  174. rm -f $RPM_BUILD_ROOT/%{_lib}/pkgconfig/dbus-1.pc
  175. rm -f $RPM_BUILD_ROOT/%{_lib}/dbus-1/dbus-run-installed-tests
  176. %clean
  177. rm -rf %{buildroot}
  178. %pre
  179. # Add the "dbus" user
  180. /usr/sbin/useradd -c 'System message bus' -u %{dbus_user_uid} \
  181. -s /sbin/nologin -r -d '/' dbus 2> /dev/null || :
  182. %post
  183. /sbin/ldconfig
  184. /sbin/chkconfig --add messagebus
  185. /sbin/chkconfig messagebus resetpriorities
  186. %preun
  187. if [ $1 = 0 ]; then
  188. service messagebus stop > /dev/null 2>&1
  189. /sbin/chkconfig --del messagebus
  190. fi
  191. %postun
  192. /sbin/ldconfig
  193. %post -n compat32-%{name} -p /sbin/ldconfig
  194. %postun -n compat32-%{name} -p /sbin/ldconfig
  195. %files
  196. %defattr(-,root,root)
  197. %{!?_licensedir:%global license %%doc}
  198. %license COPYING
  199. %doc AUTHORS ChangeLog HACKING NEWS README
  200. %dir %{_sysconfdir}/dbus-1
  201. %config %{_sysconfdir}/dbus-1/*.conf
  202. %ghost %dir /run/%{name}
  203. %{_sysconfdir}/rc.d/init.d/*
  204. %dir %{_sysconfdir}/dbus-1/system.d
  205. %dir %{_sysconfdir}/dbus-1/session.d
  206. %dir %{_localstatedir}/run/dbus
  207. %dir %{_localstatedir}/lib/dbus/
  208. /bin/dbus-daemon
  209. /bin/dbus-send
  210. /bin/dbus-cleanup-sockets
  211. /bin/dbus-monitor
  212. /bin/dbus-run-session
  213. /bin/dbus-test-tool
  214. /bin/dbus-update-activation-environment
  215. /bin/dbus-uuidgen
  216. /%{_lib}/*dbus-1*.so.*
  217. %{_mandir}/man*/dbus-cleanup-sockets.1.gz
  218. %{_mandir}/man*/dbus-daemon.1.gz
  219. %{_mandir}/man*/dbus-monitor.1.gz
  220. %{_mandir}/man*/dbus-run-session.1.gz
  221. %{_mandir}/man*/dbus-send.1.gz
  222. %{_mandir}/man1/dbus-test-tool.1.gz
  223. %{_mandir}/man1/dbus-update-activation-environment.1.gz
  224. %{_mandir}/man*/dbus-uuidgen.1.gz
  225. %dir %{_datadir}/dbus-1
  226. %{_datadir}/dbus-1/session.conf
  227. %{_datadir}/dbus-1/system.conf
  228. %{_datadir}/dbus-1/services
  229. %{_datadir}/dbus-1/system-services
  230. %{_datadir}/dbus-1/interfaces
  231. %dir /%{_lib}/dbus-1
  232. %attr(4750,root,dbus) /%{_lib}/dbus-1/dbus-daemon-launch-helper
  233. %files devel
  234. %defattr(-,root,root)
  235. /%{_lib}/lib*.so
  236. %{_libdir}/dbus-1.0/include
  237. %{_libdir}/pkgconfig/*
  238. %{_includedir}/*
  239. %files x11
  240. %defattr(-,root,root)
  241. %{_bindir}/dbus-launch
  242. %{_datadir}/man/man*/dbus-launch.1.gz
  243. %{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
  244. %files doc
  245. %defattr(-,root,root)
  246. %{_pkgdocdir}/*
  247. %{_datadir}/gtk-doc
  248. %exclude %{_pkgdocdir}/AUTHORS
  249. %exclude %{_pkgdocdir}/ChangeLog
  250. %exclude %{_pkgdocdir}/HACKING
  251. %exclude %{_pkgdocdir}/NEWS
  252. %exclude %{_pkgdocdir}/README
  253. # compat32
  254. %if %{build_compat32}
  255. %files -n compat32-%{name}
  256. /%{_lib}/*dbus-1*.so.*
  257. %files -n compat32-%{name}-devel
  258. %defattr(-,root,root)
  259. /%{_lib}/lib*.so
  260. %{_libdir}/dbus-1.0/include
  261. %endif
  262. %changelog
  263. * Sun Sep 10 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.22-1
  264. - new upstream release.
  265. * Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.20-1
  266. - new upstream release
  267. * Sun Jun 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.18-1
  268. - new upstream release
  269. * Sun Mar 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.16-1
  270. - new upstream release
  271. * Sat Jan 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.14-1
  272. - new upstream release
  273. * Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.28-1
  274. - new upstream release
  275. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.24-1
  276. - new upstream release
  277. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.22-1
  278. - new upstream release
  279. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.20-1
  280. - new upstream release
  281. * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.18-1
  282. - new upstream release
  283. * Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.14-1
  284. - new upstream release
  285. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.10-1
  286. - new upstream release
  287. * Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.8-2
  288. - remove BuildRequires: audit-libs-devel, libcap-ng-devel
  289. * Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.8-1
  290. - new upstream release
  291. - remove old patches
  292. * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.20-1
  293. - new upstream release
  294. - add BuildRequires: audit-libs-devel, libcap-ng-devel
  295. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.18-1
  296. - new upstream release
  297. - remove Requires: libxml2-python
  298. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.16-1
  299. - new upstream release
  300. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.14-1
  301. - new upstream release
  302. - drop Patch1
  303. - create -doc sub package
  304. * Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
  305. - new upstream release
  306. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  307. - new upstream release
  308. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.24-3
  309. - add BuildRequires: libSM-devel
  310. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.24-2
  311. - rebuilt with rpm-4.8.1
  312. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.24-1
  313. - new upstream release
  314. - drop Patch0
  315. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.16-2
  316. - rebuilt with new toolchain
  317. * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.16-1
  318. - new upstream release
  319. * Mon Jul 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.14-1
  320. - new upstream release
  321. - do not restart dbus on upgrade
  322. * Sun May 10 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.2.12-3
  323. - added compat32 package for x86_64 arch support
  324. * Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.12-2
  325. - add Patch10 for workaround deny send_interface
  326. http://bugs.freedesktop.org/show_bug.cgi?id=18961
  327. Bug 18961: Skip bare <deny send_interface=""/> for not (method_call|signal)
  328. Bare <deny send_interface=""/> rules have a far larger impact than one would think.
  329. It's really always wrong to use them without also using send_destination.
  330. - XXX: this should be fixed in each dbus configuration.
  331. * Tue Mar 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.12-1
  332. - new upstream release with security fix (CVE-2008-4311)
  333. * Fri Oct 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.2.4-1
  334. - new upstream release with security fix (CVE-2008-3834)
  335. * Fri Aug 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
  336. - new upstream release
  337. * Thu Aug 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-3
  338. - own the directories /usr/share/dbus-1/{system-services,interfaces}
  339. - set 'dbus' instead of '81' to --with-dbus-user
  340. * Sun Aug 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
  341. - import some patches from fedora
  342. - move dbus-daemon-launch-helper to /%%{_lib}/dbus-1/
  343. * Wed May 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-1
  344. - new upstream release
  345. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.20-1vl5
  346. - new upstream release
  347. * Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0.2-0vl4
  348. - rebuild with expat-2.0.1
  349. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl3
  350. - rebuild with new environment/toolchain
  351. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl2
  352. - require new chkconfig to reset initscript priorities
  353. * Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  354. - new upstream release
  355. - split out bindings
  356. - move base binaries and libraries to /bin and /%{_lib}
  357. * Wed Dec 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.62-0vl2
  358. - rebuilt for VineSeed
  359. * Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.62-0vl1.2
  360. - add Vendor/Distribution tag
  361. * Thu Dec 14 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.62-0vl1.1
  362. - add patch100 for fix CVE-2006-6107
  363. * Wed Nov 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.62-0vl1
  364. - new upstream release
  365. * Sat Jun 10 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.61-0vl2
  366. - disabled dbus-qt
  367. - added BuildConflicts: qt-devel
  368. - removed work around for 64 bit archs
  369. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.61-0vl1
  370. - new upstream release
  371. * Fri Jan 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.60-0vl1
  372. - new upstream release
  373. * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.50-0vl1
  374. - new upstream release
  375. * Sun Jul 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.34-0vl1
  376. - new upstream release
  377. - enable python bindings
  378. * Sat Mar 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.23-4vl1
  379. - initial build for Vine Linux based on FC package
  380. - disable python bindings
  381. - disable selinux
  382. * Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
  383. - Explicitly pass in the pid file location to ./configure instead of
  384. letting it guess based on the build enviornment
  385. * Mon Jan 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-3
  386. - Add patch to fix random users from connecting to a users session bus
  387. * Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-2
  388. - Add Steve Grubb's SE-Linux audit patch (Bug# 144920)
  389. * Fri Jan 21 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-1
  390. - Update to upstream version 0.23
  391. - Drop all patches except for the UDI patch as they have been
  392. integrated upstream
  393. - List of API changes:
  394. * add setgroups() to drop supplementary groups
  395. * removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get
  396. * added support for int64 and uint64 to the python bindings
  397. * use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted
  398. * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 0.22-12
  399. - rebuild against python 2.4
  400. * Tue Nov 02 2004 John (J5) Palmieri <johnp@redhat.com>
  401. - Add a requires for glib2-devel in the devel package
  402. - Add SE-Linux backport from Colin Walters that fixes
  403. messages getting lost in SE-Linux contexts
  404. * Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com>
  405. - Bump up release and rebuild
  406. * Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com>
  407. - Run /sbin/ldconfig for glib sub-package (bug #134062).
  408. * Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
  409. - Fixed patch to use dbus-1 instead of dbus-1.0
  410. - (configure.in): Exported just the datadir instead of
  411. the full path to the dbus datadir for consistency
  412. * Wed Sep 22 2004 John (J5) Palmieri <johnp@redhat.com>
  413. - Adding patch to move /usr/lib/dbus-1.0/services to
  414. /usr/share/dbus-1.0/services
  415. * Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
  416. - reverting BuildRequires: redhat-release because of issues with build system
  417. - added precompiled version of the messagebus init script
  418. * Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
  419. - changed /etc/redhat-release to the package redhat-release
  420. * Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
  421. - added python int64 patch from davidz
  422. * Thu Sep 16 2004 John (J5) Palmieri <johnp@redhat.com>
  423. - added BuildRequires: /etc/redhat-release (RH Bug #132436)
  424. * Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com>
  425. - Added Steve Grubb's spec file patch (RH Bug #130201)
  426. * Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
  427. - Disabled dbus-gtk since dbus-viewer doesn't do anything right now
  428. * Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
  429. - Moved dbus-viewer to new dbus-gtk package so that dbus-glib
  430. no longer requires X or GTK libraries. (RH Bug #130029)
  431. * Thu Aug 12 2004 John (J5) Palmieri <johnp@redhat.com>
  432. - Update to new 0.22 release
  433. * Thu Aug 05 2004 John (J5) Palmieri <johnp@redhat.com>
  434. - Added BuildRequires for libselinux-devel and Requires for libselinux
  435. * Mon Aug 02 2004 Colin Walters <walters@redhat.com>
  436. - Add SE-DBus patch
  437. * Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
  438. - Added lib64 workaround for python bindings installing to
  439. the wrong lib directory on 64 bit archs
  440. * Fri Jul 30 2004 John (J5) Palmieri <johnp@redhat.com>
  441. - Updated console-auth patch
  442. - rebuild
  443. * Thu Jul 22 2004 John (J5) Palmieri <johnp@redhat.com>
  444. - Update to upstream CVS build
  445. - Added console-auth patch
  446. * Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
  447. - Workaround added to fix gcc-3.4 bug on ia64
  448. * Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
  449. - require new Pyrex version and see if it builds this time
  450. * Fri Jun 25 2004 John (J5) Palmieri <johnp@redhat.com>
  451. - rebuild with updated Pyrex (0.9.2.1)
  452. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  453. - rebuilt
  454. * Fri Jun 04 2004 John (J5) Palmieri <johnp@redhat.com>
  455. - Moved dbus-viewer, dbus-monitor and dbus-glib-tool
  456. into the dbus-glib package so that the main dbus
  457. package does not depend on glib (Bug #125285)
  458. * Thu Jun 03 2004 John (J5) Palmieri <johnp@redhat.com>
  459. - rebuilt
  460. * Thu May 27 2004 John (J5) Palmieri <johnp@redhat.com>
  461. - added my Python patch
  462. - took out the qt build requires
  463. - added a gtk+ build requires
  464. * Fri Apr 23 2004 John (J5) Palmieri <johnp@redhat.com>
  465. - Changed build requirement to version 0.9-3 of Pyrex
  466. to fix problem with builing on x86_64
  467. * Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com>
  468. - update to upstream 0.21
  469. - removed dbus-0.20-varargs.patch patch (fixed upstream)
  470. * Mon Apr 19 2004 John (J5) Palmieri <johnp@redhat.com>
  471. - added a dbus-python package to generate python bindings
  472. - added Pyrex build dependacy
  473. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  474. - rebuilt
  475. * Wed Feb 25 2004 Bill Nottingham <notting@redhat.com> 0.20-4
  476. - fix dbus error functions on x86-64 (#116324)
  477. - add prereq (#112027)
  478. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  479. - rebuilt
  480. * Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com>
  481. - Conflict with cups prior to configuration file change, so that the
  482. %%postun service condrestart works.
  483. * Wed Feb 11 2004 Havoc Pennington <hp@redhat.com> 0.20-2
  484. - rebuild in fc2, cups now updated
  485. * Wed Jan 7 2004 Bill Nottingham <notting@redhat.com> 0.20-1
  486. - update to upstream 0.20
  487. * Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-6
  488. - hmm, dbus doesn't support uids in the config file. fix.
  489. * Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-5
  490. - put uid instead of username in the config file, to keep things working with name change
  491. * Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-4
  492. - make subpackages require the specific release, not just version, of base package
  493. * Thu Oct 16 2003 Havoc Pennington <hp@redhat.com> 0.13-3
  494. - change system user "messagebus" -> "dbus" to be under 8 chars
  495. * Mon Sep 29 2003 Havoc Pennington <hp@redhat.com> 0.13-2
  496. - see if removing qt subpackage for now will get us through the build system,
  497. qt bindings not useful yet anyway
  498. * Sun Sep 28 2003 Havoc Pennington <hp@redhat.com> 0.13-1
  499. - 0.13 fixes a little security oops
  500. * Mon Aug 4 2003 Havoc Pennington <hp@redhat.com> 0.11.91-3
  501. - break the tiny dbus-launch that depends on X into separate package
  502. so a CUPS server doesn't need X installed
  503. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  504. - rebuilt
  505. * Sat May 17 2003 Havoc Pennington <hp@redhat.com> 0.11.91-1
  506. - 0.11.91 cvs snap properly merges system.d
  507. * Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11.90-1
  508. - build a cvs snap with a few more fixes
  509. * Fri May 16 2003 Havoc Pennington <hp@redhat.com> 0.11-2
  510. - fix a crash that was breaking cups
  511. * Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.11-1
  512. - 0.11
  513. * Thu May 15 2003 Havoc Pennington <hp@redhat.com> 0.10.90-1
  514. - use rc.d/init.d not init.d, bug #90192
  515. - include the new man pages
  516. * Fri Apr 11 2003 Havoc Pennington <hp@redhat.com> 0.9-1
  517. - 0.9
  518. - export QTDIR explicitly
  519. - re-enable qt, the problem was most likely D-BUS configure
  520. * Tue Apr 1 2003 Havoc Pennington <hp@redhat.com> 0.6.94-1
  521. - update from CVS with a fix to set uid after gid
  522. * Tue Apr 1 2003 Havoc Pennington <hp@redhat.com> 0.6.93-1
  523. - new cvs snap that actually forks to background and changes
  524. user it's running as and so forth
  525. - create our system user in pre
  526. * Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.92-1
  527. - fix for "make check" test that required a home directory
  528. * Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.91-1
  529. - disable qt for now because beehive hates me
  530. - pull a slightly newer cvs snap that creates socket directory
  531. - cat the make check log after make check fails
  532. * Mon Mar 31 2003 Havoc Pennington <hp@redhat.com> 0.6.90-1
  533. - initial build