diff --git a/.authselect.metadata b/.authselect.metadata
index 5f18be3..3ed04cd 100644
--- a/.authselect.metadata
+++ b/.authselect.metadata
@@ -1,2 +1,2 @@
 4f773883b0af96872dec0843bae2a7f00f938c51 SOURCES/authselect-1.1.tar.gz
-33b3079cdb299132eb3cb444bf768b44306d8618 SOURCES/translations-1.1-1.tar.gz
+62553d67bc13280730ee434e75d9eaa73ba7f5e6 SOURCES/translations-1.1-2.tar.gz
diff --git a/.gitignore b/.gitignore
index 6bf7e58..ab01d57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 SOURCES/authselect-1.1.tar.gz
-SOURCES/translations-1.1-1.tar.gz
+SOURCES/translations-1.1-2.tar.gz
diff --git a/SPECS/authselect.spec b/SPECS/authselect.spec
index 97550f7..4825a4d 100644
--- a/SPECS/authselect.spec
+++ b/SPECS/authselect.spec
@@ -3,14 +3,14 @@
 
 Name:           authselect
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Configures authentication and identity sources from supported profiles
 URL:            https://github.com/pbrezina/authselect
 
 License:        GPLv3+
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 %if 0%{?rhel}
-Source1:        translations-1.1-1.tar.gz
+Source1:        translations-1.1-2.tar.gz
 %endif
 
 %global makedir %{_builddir}/%{name}-%{version}
@@ -269,6 +269,9 @@ exit 0
 exit 0
 
 %changelog
+* Thu Jul 4 2019 Pavel Březina <pbrezina@redhat.com> - 1.1-2
+- Update translations (RHBZ #1689973)
+
 * Mon Jun 10 2019 Pavel Březina <pbrezina@redhat.com> - 1.1-1
 - Rebase to authselect-1.1 (RHBZ #1685516)
 - Notify that oddjob-mkhomedir needs to be enabled manually (RHBZ #1694103)