ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/frontend.spec
(Generate patch)

Comparing COMP/CMSDIST/frontend.spec (file contents):
Revision 1.19 by lat, Tue Oct 28 17:05:44 2008 UTC vs.
Revision 1.23 by lat, Wed Oct 29 17:00:03 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms frontend 2.90
1 > ### RPM cms frontend 3.0
2   %define cvsserver cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&strategy=export&nocache=true
3 < Source0: %cvsserver&module=COMP/WEBTOOLS/Configuration&export=conf&tag=-rFRONTEND_CONF_2_90&output=/config.tar.gz
3 > Source0: %cvsserver&module=COMP/WEBTOOLS/Configuration&export=conf&tag=-rFRONTEND_CONF_3_0&output=/config.tar.gz
4   Source1: %cvsserver&module=COMP/WEBTOOLS/WelcomePages&export=htdocs&tag=-rFRONTEND_HTDOCS_1_0&output=/htdocs.tar.gz
5   Requires: apache2-conf mod_perl2
6   Provides: perl(Compress::Zlib) perl(Digest::HMAC_SHA1)
7 + Obsoletes: cms+frontend+2.92-cmp
8 + Obsoletes: cms+frontend+2.91b-cmp
9 + Obsoletes: cms+frontend+2.91-cmp
10 + Obsoletes: cms+frontend+2.90-cmp
11   Obsoletes: cms+frontend+2.3-cmp
12   Obsoletes: cms+frontend+2.2-cmp
13   Obsoletes: cms+frontend+2.1-cmp
# Line 75 | Line 79 | cp -rp %_builddir/htdocs/* %instroot/apa
79  
80   %post
81   # Relocate files.
82 < perl -p -i -e "s|%instroot|$RPM_INSTALL_PREFIX|g" $RPM_INSTALL_PREFIX/apache2/*.d/*.{conf,sh}
82 > perl -p -i -e "s|%instroot|$RPM_INSTALL_PREFIX|g" \
83 >  $RPM_INSTALL_PREFIX/apache2/*.d/*.conf \
84 >  $RPM_INSTALL_PREFIX/apache2/etc/*.d/*.sh
85  
86   # Deter attempts to modify installed files locally.
87 < chmod a-w $RPM_INSTALL_PREFIX/apache2/*.d/*.{conf,sh}
88 < chmod a-w $RPM_INSTALL_PREFIX/apache2/conf/CMSAuth.pm
87 > chmod a-w $RPM_INSTALL_PREFIX/apache2/*.d/*.conf
88 > chmod a-w $RPM_INSTALL_PREFIX/apache2/etc/*.d/*.sh
89 > chmod a-wx $RPM_INSTALL_PREFIX/apache2/conf/CMSAuth.pm
90   chmod a-w $RPM_INSTALL_PREFIX/apache2/etc/update-ca-files
91   chmod a-w $RPM_INSTALL_PREFIX/apache2/etc/update-cookie-key
92   chmod a-w $RPM_INSTALL_PREFIX/apache2/etc/update-and-sync-cookie-keys

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines