aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.spec
diff options
context:
space:
mode:
authorfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-09 15:30:44 +0000
committerfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-09 15:30:44 +0000
commit7cf9a4803d650a765f8b4623619ae2a4de7155ce (patch)
tree6518494a4108639681a72e67acaa512e4a7308aa /s2u.spec
parentd33c34b5696f8204ded4b8ab9af03a0946b94f4c (diff)
downloads2u-7cf9a4803d650a765f8b4623619ae2a4de7155ce.tar
s2u-7cf9a4803d650a765f8b4623619ae2a4de7155ce.tar.gz
s2u-7cf9a4803d650a765f8b4623619ae2a4de7155ce.tar.bz2
s2u-7cf9a4803d650a765f8b4623619ae2a4de7155ce.tar.xz
s2u-7cf9a4803d650a765f8b4623619ae2a4de7155ce.zip
Remove dbus-x11 dependency
git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179813 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 's2u.spec')
-rw-r--r--s2u.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/s2u.spec b/s2u.spec
index 5177170..0667234 100644
--- a/s2u.spec
+++ b/s2u.spec
@@ -9,7 +9,7 @@ Group: Graphical desktop/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: dbus-devel
BuildRequires: gtk+2-devel
-Requires: dbus-x11 dbus
+Requires: dbus
Requires: initscripts >= 7.06-52mdk
%description
@@ -41,6 +41,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 09 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.5-3mdk
- add new signal to start update-menus if requested by system
+- remove dbus-x11 requires
* Tue Mar 08 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.5-2mdk
- connect to X server, so s2u exits when X exits