|
@@ -6,7 +6,7 @@ Summary: A security tool which provides authentication for applications
|
|
Summary(ja): アプリケーションに認証の仕組みを提供するセキュリティツール
|
|
Summary(ja): アプリケーションに認証の仕組みを提供するセキュリティツール
|
|
Name: pam
|
|
Name: pam
|
|
Version: 1.1.1
|
|
Version: 1.1.1
|
|
-Release: 6%{?_dist_release}
|
|
|
|
|
|
+Release: 7%{?_dist_release}
|
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+
|
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+
|
|
License: BSD and GPLv2+
|
|
License: BSD and GPLv2+
|
|
@@ -293,7 +293,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
os.execute("/sbin/ldconfig")
|
|
os.execute("/sbin/ldconfig")
|
|
list = {"faillog", "tallylog"}
|
|
list = {"faillog", "tallylog"}
|
|
for i, f in pairs(list) do
|
|
for i, f in pairs(list) do
|
|
- fname = "/var/log"..f
|
|
|
|
|
|
+ fname = "/var/log/"..f
|
|
if not posix.access(fname, "r") then
|
|
if not posix.access(fname, "r") then
|
|
f = io.open(fname, "w")
|
|
f = io.open(fname, "w")
|
|
f:close()
|
|
f:close()
|
|
@@ -506,6 +506,9 @@ end
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-7
|
|
|
|
+- fix %%post script bug..
|
|
|
|
+
|
|
* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-6
|
|
* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-6
|
|
- use lua in %%post scriptlet
|
|
- use lua in %%post scriptlet
|
|
- remove coreutils from R(post)
|
|
- remove coreutils from R(post)
|