|
@@ -1,7 +1,7 @@
|
|
Summary: Command line tool for setting up authentication from network services
|
|
Summary: Command line tool for setting up authentication from network services
|
|
Summary(ja): ネットワークサービスからの認証を設定するためのコマンドラインツール
|
|
Summary(ja): ネットワークサービスからの認証を設定するためのコマンドラインツール
|
|
Name: authconfig
|
|
Name: authconfig
|
|
-Version: 6.2.3
|
|
|
|
|
|
+Version: 6.2.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
ExclusiveOS: Linux
|
|
ExclusiveOS: Linux
|
|
@@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT%{_datadir} -name "*.mo" | xargs ./utf8ify-mo
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
+%post
|
|
|
|
+authconfig --updateall --nostart &>/dev/null ||:
|
|
|
|
+
|
|
%post gtk
|
|
%post gtk
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
@@ -139,6 +142,10 @@ fi
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.4-1
|
|
|
|
+- update to 6.2.4
|
|
|
|
+- run "authconfig --updateall --nostart" on %%post script
|
|
|
|
+
|
|
* Tue Sep 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.2.3-1
|
|
* Tue Sep 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.2.3-1
|
|
- update to 6.2.3
|
|
- update to 6.2.3
|
|
- update Patch10 (authconfig-6.2.3-fprintd-pam.patch)
|
|
- update Patch10 (authconfig-6.2.3-fprintd-pam.patch)
|