Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/caitsith-patch/specs/build-c6-2.6.32.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 203 by kumaneko, Wed Sep 28 10:22:23 2016 UTC revision 214 by kumaneko, Tue Oct 4 15:00:21 2016 UTC
# Line 18  LANG=C rpm --checksig kernel-2.6.32-642. Line 18  LANG=C rpm --checksig kernel-2.6.32-642.
18  rpm -ivh kernel-2.6.32-642.4.2.el6.src.rpm || die "Can't install source package."  rpm -ivh kernel-2.6.32-642.4.2.el6.src.rpm || die "Can't install source package."
19    
20  cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."  cd ~/rpmbuild/SOURCES/ || die "Can't chdir to ~/rpmbuild/SOURCES/ ."
21  if [ ! -r caitsith-patch-0.1-20160928.tar.gz ]  if [ ! -r caitsith-patch-0.2-20161005.tar.gz ]
22  then  then
23      wget -O caitsith-patch-0.1-20160928.tar.gz 'http://osdn.jp/frs/redir.php?f=/caitsith/55464/caitsith-patch-0.1-20160928.tar.gz' || die "Can't download patch."      wget -O caitsith-patch-0.2-20161005.tar.gz 'http://osdn.jp/frs/redir.php?f=/caitsith/55464/caitsith-patch-0.2-20161005.tar.gz' || die "Can't download patch."
24  fi  fi
25    
26  cd ~/rpmbuild/SPECS/ || die "Can't chdir to ~/rpmbuild/SPECS/ ."  cd ~/rpmbuild/SPECS/ || die "Can't chdir to ~/rpmbuild/SPECS/ ."
# Line 33  patch << "EOF" || die "Can't patch spec Line 33  patch << "EOF" || die "Can't patch spec
33   # by setting the define to ".local" or ".bz123456"   # by setting the define to ".local" or ".bz123456"
34   #   #
35  -# % define buildid .local  -# % define buildid .local
36  +%define buildid _caitsith_0.1  +%define buildid _caitsith_0.2
37    
38   %define distro_build 642.4.2   %define distro_build 642.4.2
39   %define signmodules 1   %define signmodules 1
# Line 69  patch << "EOF" || die "Can't patch spec Line 69  patch << "EOF" || die "Can't patch spec
69   ApplyOptionalPatch linux-kernel-test.patch   ApplyOptionalPatch linux-kernel-test.patch
70    
71  +# CaitSith  +# CaitSith
72  +tar -zxf %_sourcedir/caitsith-patch-0.1-20160928.tar.gz  +tar -zxf %_sourcedir/caitsith-patch-0.2-20161005.tar.gz
73  +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff  +sed -i -e 's/CCSECURITY/CAITSITH/g' -e 's/ccsecurity/caitsith/g' -e 's/ccs_domain_info/cs_domain_info/g' -e 's/ccs_flags/cs_flags/g' patches/ccs-patch-*.diff
74  +patch -sp1 < patches/ccs-patch-2.6.32-centos-6.diff  +patch -sp1 < patches/ccs-patch-2.6.32-centos-6.diff
75   # Any further pre-build tree manipulations happen here.   # Any further pre-build tree manipulations happen here.

Legend:
Removed from v.203  
changed lines
  Added in v.214

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26