From 5c62271ecdf2b54dc298c3a858c894b7d05972d1 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Feb 10 2010 10:11:34 +0000 Subject: version 1.2.85 --- diff --git a/.cvsignore b/.cvsignore index 3e425f5..596dce8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-samba-1.2.84.tar.bz2 +system-config-samba-1.2.85.tar.bz2 diff --git a/sources b/sources index 08c8406..b13d9d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83e76fb570194627116d59450ca38449 system-config-samba-1.2.84.tar.bz2 +7d2a8e51c77a73fcef725bd688bce599 system-config-samba-1.2.85.tar.bz2 diff --git a/system-config-samba.spec b/system-config-samba.spec index d244929..b6f74f2 100644 --- a/system-config-samba.spec +++ b/system-config-samba.spec @@ -11,7 +11,7 @@ Summary: Samba server configuration tool Name: system-config-samba -Version: 1.2.84 +Version: 1.2.85 Release: 1%{?dist} URL: http://fedorahosted.org/%{name} License: GPLv2+ @@ -31,7 +31,6 @@ Obsoletes: redhat-config-samba < 1.1.5 # earlier versions gives you both the main package and documentation. Obsoletes: system-config-samba < 1.2.68 Requires: dbus-python -Requires: libselinux-python %if %{with polkitauthagent} Requires: PolicyKit-authentication-agent %else @@ -40,6 +39,7 @@ Requires: PolicyKit-gnome Requires: pygtk2 Requires: pygtk2-libglade Requires: python +Requires: python-slip >= 0.2.6 %if %{with polkit1} Requires: python-slip-dbus >= 0.2.7 %else @@ -112,8 +112,14 @@ fi %{python_sitelib}/scsamba.dbus-%{version}-py%{python_version}.egg-info %changelog +* Wed Feb 10 2010 Nils Philippsen - 1.2.85-1 +- don't require libselinux-python directly anymore, this code was moved to + slip.util.files +- actually set neverending timeout (#533743) + * Wed Feb 03 2010 Nils Philippsen - 1.2.84-1 -- use monkey-patched SystemBus if available so that dbus methods don't time out (#533743) +- use monkey-patched SystemBus if available so that dbus methods don't time out + (#533743) * Wed Dec 30 2009 Nils Philippsen - position dialogs centered on parents (#493827)