diff --git a/authconfig-6.2.10-byteconv.patch b/authconfig-6.2.10-byteconv.patch index 1ed0ae4..5b6da71 100644 --- a/authconfig-6.2.10-byteconv.patch +++ b/authconfig-6.2.10-byteconv.patch @@ -24,6 +24,15 @@ diff -up authconfig-6.2.10/authinfo.py.byteconv authconfig-6.2.10/authinfo.py if child.returncode != 0: return None if lst[-1] == '': +@@ -1940,7 +1940,7 @@ class AuthInfo: + if rmactions == None: + return False + for action in rmactions: +- if b"lockhelper.sh" in action: ++ if "lockhelper.sh" in action: + lock = True + if lock: + self.setParam("smartcardAction", _("Lock"), ref) @@ -4310,11 +4310,12 @@ class AuthInfo: if echo: diff --git a/authconfig.spec b/authconfig.spec index 9298b88..019afac 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -147,6 +147,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Fri Jun 26 2015 Tomáš Mráz - 6.2.10-9 +- remove stray byte literal marker + * Wed Jun 17 2015 Fedora Release Engineering - 6.2.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild