Browse Source

authconfig
- update to 6.2.4
- run "authconfig --updateall --nostart" on %%post script

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6930 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
08a0b98c41
1 changed files with 8 additions and 1 deletions
  1. 8 1
      a/authconfig/authconfig-vl.spec

+ 8 - 1
a/authconfig/authconfig-vl.spec

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