[system-config-samba] version 1.2.100

Nils Philippsen nphilipp at fedoraproject.org
Fri Feb 1 14:47:25 UTC 2013


commit 11f75c42ef40fd527f985dd0a98308bdb400cced
Author: Nils Philippsen <nils at redhat.com>
Date:   Fri Feb 1 15:47:03 2013 +0100

    version 1.2.100

 .gitignore               |    1 +
 sources                  |    2 +-
 system-config-samba.spec |   11 ++++++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f515605..3de4844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ system-config-samba-1.2.89.tar.bz2
 /system-config-samba-1.2.97.tar.bz2
 /system-config-samba-1.2.98.tar.bz2
 /system-config-samba-1.2.99.tar.bz2
+/system-config-samba-1.2.100.tar.bz2
diff --git a/sources b/sources
index 6548410..6436260 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11cc24be1a60ebab7f066e1f8ee93546  system-config-samba-1.2.99.tar.bz2
+31f28460724553d4741e514462befaa3  system-config-samba-1.2.100.tar.bz2
diff --git a/system-config-samba.spec b/system-config-samba.spec
index eb366c7..8d5dc58 100644
--- a/system-config-samba.spec
+++ b/system-config-samba.spec
@@ -14,7 +14,7 @@
 
 Summary: Samba server configuration tool
 Name: system-config-samba
-Version: 1.2.99
+Version: 1.2.100
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -44,6 +44,8 @@ Requires: python-slip >= 0.2.6
 Requires: python-slip-dbus >= 0.2.9
 Requires: samba
 Requires: samba-common
+# smbpasswd moved into the samba-client subpackage in F-18
+Requires: %{_bindir}/smbpasswd
 Requires: hicolor-icon-theme
 
 %description
@@ -109,6 +111,13 @@ fi
 %{python_sitelib}/scsamba.dbus-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Fri Feb 01 2013 Nils Philippsen <nils at redhat.com> - 1.2.100-1
+- learn to cope with special characters in section names (#890866)
+- avoid adding bogus empty lines to the end of smb.conf
+
+* Mon Jan 14 2013 Nils Philippsen <nils at redhat.com> - 1.2.100-1
+- require %%{_bindir}/smbpasswd (#889665)
+
 * Tue Dec 18 2012 Nils Philippsen <nils at redhat.com> - 1.2.99-1
 - don't trip over missing smbusers file (#887591)
 - pull updated and new translations


More information about the scm-commits mailing list