OBS User unknown 2008-11-02 14:38:31 +00:00 committed by Git OBS Bridge
parent 2f4beaff87
commit fbb8bb9fa0
4 changed files with 48 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Thu Oct 9 20:44:10 CDT 2008 - hpj@novell.com

View File

@ -37,8 +37,16 @@ BuildRequires: audit-devel
BuildRequires: libselinux-devel
%endif
Version: 1.2.4
Release: 2
Release: 3
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: dbus-1-64bit
%endif
%ifarch %ix86 ppc
Obsoletes: dbus-1-32bit
%endif
#
Source0: dbus-%{version}.tar.bz2
Source1: rc.boot.dbus
Source2: dbus-1.desktop
@ -130,7 +138,9 @@ rm -rf $tdir
%{_mandir}/man1/dbus-launch.1*
%changelog
* Thu Oct 09 2008 hpj@novell.com
* Thu Oct 30 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Fri Oct 10 2008 hpj@novell.com
- Add dbus-allow-root-access-to-session-bus.patch (bnc#428963).
* Tue Oct 07 2008 thoenig@suse.de
- Update to D-Bus 1.2.4
@ -317,7 +327,7 @@ rm -rf $tdir
* Thu Nov 09 2006 thoenig@suse.de
- start service for D-Bus system bus also in run level 2 (b.n.c
[#216805])
* Fri Nov 03 2006 thoenig@suse.de
* Sat Nov 04 2006 thoenig@suse.de
- remove patch
dbus-send-do-not-close-shared-connection-thoenig-01.patch (fix
is now upstream)
@ -410,7 +420,7 @@ rm -rf $tdir
* Thu Aug 31 2006 dkukawka@suse.de
- added patch dbus-display_DBUS_DAEMONDIR_in_configure.diff to
expand the complete path of DBUS_DAEMONDIR (b.n.c. #202854)
* Wed Aug 23 2006 thoenig@suse.de
* Thu Aug 24 2006 thoenig@suse.de
- add patch dbus-unref-connections-on-close-thoenig-01.patch: Unref
connections on dbus_connection_close (b.n.c. #201164).
* Sat Aug 19 2006 thoenig@suse.de
@ -544,7 +554,7 @@ rm -rf $tdir
- Remove unneeded BuildRequires.
* Sun Jan 29 2006 aj@suse.de
- Splitup packages dbus-1-qt3-devel, dbus-1-qt-devel (#144857).
* Thu Jan 26 2006 mls@suse.de
* Fri Jan 27 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 thoenig@suse.de
- Fixed D-BUS to restart on `rcdbus restart` id session busses
@ -570,7 +580,7 @@ rm -rf $tdir
- removed patches:
* dbus-dnotify_configure-01.diff (fixed upstream)
* dbus-dnotify_watchdirs-01.diff (fixed upstream)
* Thu Dec 08 2005 ro@suse.de
* Fri Dec 09 2005 ro@suse.de
- disable selinux
* Tue Nov 22 2005 coolo@suse.de
- make libdbus-1-qt self containing lib
@ -658,7 +668,7 @@ rm -rf $tdir
* Sun Mar 13 2005 thoenig@suse.de
- applied `dbus-mono-leak.diff` which fixes memory leaks of the
mono bindings.
* Fri Mar 11 2005 thoenig@suse.de
* Sat Mar 12 2005 thoenig@suse.de
- new upstream version 0.23.4
* Thu Mar 10 2005 thoenig@suse.de
- new upstream version 0.23.3
@ -736,7 +746,7 @@ rm -rf $tdir
- start depends on boot.localfs
- changed spec-file, now insserv instead of chkconfig
- fixed bug #49410
* Mon Jan 10 2005 ro@suse.de
* Tue Jan 11 2005 ro@suse.de
- added /usr/lib/qt3/bin to PATH (for moc)
* Mon Jan 10 2005 adrian@suse.de
- fix build, qt developer tools aren't in default PATH anymore
@ -772,5 +782,5 @@ rm -rf $tdir
* Fri Nov 05 2004 thoenig@suse.de
- dynamic allocation of user id user messagebus
- dynamic allocation of group id for group messagebus
* Wed Oct 20 2004 thoenig@suse.de
* Thu Oct 21 2004 thoenig@suse.de
- init

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Thu Oct 9 20:44:10 CDT 2008 - hpj@novell.com

View File

@ -35,8 +35,16 @@ BuildRequires: audit-devel
BuildRequires: libselinux-devel
%endif
Version: 1.2.4
Release: 2
Release: 3
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: dbus-1-64bit
%endif
%ifarch %ix86 ppc
Obsoletes: dbus-1-32bit
%endif
#
Source0: dbus-%{version}.tar.bz2
Source1: rc.boot.dbus
Source2: dbus-1.desktop
@ -276,7 +284,9 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
%{_datadir}/susehelp
%changelog
* Thu Oct 09 2008 hpj@novell.com
* Thu Oct 30 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Fri Oct 10 2008 hpj@novell.com
- Add dbus-allow-root-access-to-session-bus.patch (bnc#428963).
* Tue Oct 07 2008 thoenig@suse.de
- Update to D-Bus 1.2.4
@ -463,7 +473,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
* Thu Nov 09 2006 thoenig@suse.de
- start service for D-Bus system bus also in run level 2 (b.n.c
[#216805])
* Fri Nov 03 2006 thoenig@suse.de
* Sat Nov 04 2006 thoenig@suse.de
- remove patch
dbus-send-do-not-close-shared-connection-thoenig-01.patch (fix
is now upstream)
@ -556,7 +566,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
* Thu Aug 31 2006 dkukawka@suse.de
- added patch dbus-display_DBUS_DAEMONDIR_in_configure.diff to
expand the complete path of DBUS_DAEMONDIR (b.n.c. #202854)
* Wed Aug 23 2006 thoenig@suse.de
* Thu Aug 24 2006 thoenig@suse.de
- add patch dbus-unref-connections-on-close-thoenig-01.patch: Unref
connections on dbus_connection_close (b.n.c. #201164).
* Sat Aug 19 2006 thoenig@suse.de
@ -690,7 +700,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
- Remove unneeded BuildRequires.
* Sun Jan 29 2006 aj@suse.de
- Splitup packages dbus-1-qt3-devel, dbus-1-qt-devel (#144857).
* Thu Jan 26 2006 mls@suse.de
* Fri Jan 27 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 thoenig@suse.de
- Fixed D-BUS to restart on `rcdbus restart` id session busses
@ -716,7 +726,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
- removed patches:
* dbus-dnotify_configure-01.diff (fixed upstream)
* dbus-dnotify_watchdirs-01.diff (fixed upstream)
* Thu Dec 08 2005 ro@suse.de
* Fri Dec 09 2005 ro@suse.de
- disable selinux
* Tue Nov 22 2005 coolo@suse.de
- make libdbus-1-qt self containing lib
@ -804,7 +814,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
* Sun Mar 13 2005 thoenig@suse.de
- applied `dbus-mono-leak.diff` which fixes memory leaks of the
mono bindings.
* Fri Mar 11 2005 thoenig@suse.de
* Sat Mar 12 2005 thoenig@suse.de
- new upstream version 0.23.4
* Thu Mar 10 2005 thoenig@suse.de
- new upstream version 0.23.3
@ -882,7 +892,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
- start depends on boot.localfs
- changed spec-file, now insserv instead of chkconfig
- fixed bug #49410
* Mon Jan 10 2005 ro@suse.de
* Tue Jan 11 2005 ro@suse.de
- added /usr/lib/qt3/bin to PATH (for moc)
* Mon Jan 10 2005 adrian@suse.de
- fix build, qt developer tools aren't in default PATH anymore
@ -918,5 +928,5 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
* Fri Nov 05 2004 thoenig@suse.de
- dynamic allocation of user id user messagebus
- dynamic allocation of group id for group messagebus
* Wed Oct 20 2004 thoenig@suse.de
* Thu Oct 21 2004 thoenig@suse.de
- init