]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- fix pam install (it needs /etc/pam.d to install file)
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 31 Dec 2005 16:19:09 +0000 (16:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee.spec -> 1.10

cherokee.spec

index 924baaacb6e9b09e4e1952d5f470c0740c9d6f80..14a267f577bda68de2236fe42d89bace04ab3685 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Fast, Flexible and Lightweight Web server
 Summary(pl):   Cherokee - serwer WWW
 Name:          cherokee
 Version:       0.4.29
-Release:       0.12
+Release:       0.13
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://www.0x50.org/download/0.4/0.4.29/%{name}-%{version}.tar.gz
@@ -113,7 +113,7 @@ Pliki nag
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{sysconfig,rc.d/init.d},/var/log/%{name}}
+install -d $RPM_BUILD_ROOT{/etc/{pam.d,sysconfig,rc.d/init.d},/var/log/%{name}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -179,6 +179,7 @@ fi
 %config(missingok) %{_sysconfdir}/sites-enabled/default
 %dir %attr(750,root,root) %{_sysconfdir}/ssl
 
+%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/cherokee
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cherokee
 %attr(754,root,root) /etc/rc.d/init.d/cherokee
 
This page took 0.160295 seconds and 4 git commands to generate.