/[smeserver]/rpms/rkhunter/sme8/rkhunter.spec
ViewVC logotype

Diff of /rpms/rkhunter/sme8/rkhunter.spec

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

Revision 1.1 by slords, Tue Jun 12 20:49:39 2007 UTC Revision 1.16 by slords, Wed Apr 27 15:19:44 2011 UTC
# Line 1  Line 1 
1  # We can't let RPM do the dependencies automatic because it'll then pick up  Name:           rkhunter
2  # a correct but undesirable perl dependency, which rkhunter does not require  Version:        1.3.8
3  # in order to function properly.  Release:        3%{?dist}
4  AutoReqProv: no  Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
5    
 Summary:        Rootkit scans for rootkits, backdoors and local exploits.  
 Name:           rkhunter  
 Version:        1.2.9  
 Release:        3%{?dist}  
 Epoch:          0  
 License:        GPL  
6  Group:          Applications/System  Group:          Applications/System
7  URL:            http://rkhunter.sourceforge.net/  License:        GPLv2+
8  Source0:        %{name}-%{version}.tar.gz  URL:            http://rkhunter.sourceforge.net/
9  Patch0:         rkhunter-sme7.patch  Source0:        http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz
10  BuildArch:      noarch  Source2:        01-rkhunter
11  Requires:       /bin/sh, /bin/ps, /bin/ls, /bin/cat, /bin/egrep, /usr/bin/strings  Source3:        rkhunter.sysconfig
12    Patch0:         rkhunter-1.3.8-fedoraconfig.patch
13    BuildArch:      noarch
14  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15    
16  %description  Requires:       coreutils, binutils, modutils, findutils, grep, mktemp
17  Rootkit scanner is scanning tool to ensure you for about 99.9%% you're  Requires:       e2fsprogs, procps, lsof, prelink, iproute, net-tools, wget
18  clean of nasty tools. This tool scans for rootkits, backdoors and local  Requires:       perl, perl(strict), perl(IO::Socket), mailx, logrotate
 exploits by running tests like:  
         - MD5 hash compare  
         - Look for default files used by rootkits  
         - Wrong file permissions for binaries  
         - Look for suspected strings in LKM and KLD modules  
         - Look for hidden files  
         - Optional scan within plaintext and binary files  
         - Software version checks  
         - Application tests  
   
 Rootkit Hunter is released as a GPL licensed project and free for everyone to use.  
19    
20    %description
21    Rootkit Hunter (RKH) is an easy-to-use tool which checks
22    computers running UNIX (clones) for the presence of rootkits
23    and other unwanted tools.
24    
25  %prep  %prep
 %setup  
 %patch -p1  
   
 %build  
 #%%configure ...  
 # We have nothing to configure... yet...  
   
 %install  
 # Well... This could be a bit smaller if the install  
 # script was able to handle DSTDIR for example...  
26    
27  # (cjo) remove old version of build root, if it exists  %setup -q
 %{__rm} -rf ${RPM_BUILD_ROOT}  
28    
29  %{__mkdir} -p ${RPM_BUILD_ROOT}%{_bindir}  %patch0 -p1
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_sysconfdir}  
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_libdir}  
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts  
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_docdir}/rkhunter-%{version}  
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_mandir}/man8  
 %{__mkdir} -p ${RPM_BUILD_ROOT}%{_var}/rkhunter/{db,tmp}  
 %{__chmod} ug+rwx,o-rwx ${RPM_BUILD_ROOT}%{_var}/rkhunter/tmp  
   
 %{__install} -m750 -p files/rkhunter            ${RPM_BUILD_ROOT}%{_bindir}/  
   
 %{__install} -m640 -p files/backdoorports.dat   ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/defaulthashes.dat   ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/mirrors.dat         ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/os.dat              ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/md5blacklist.dat    ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/programs_bad.dat    ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
 %{__install} -m640 -p files/programs_good.dat   ${RPM_BUILD_ROOT}%{_var}/rkhunter/db/  
   
 %{__install} -m644 -p files/CHANGELOG           ${RPM_BUILD_ROOT}%{_docdir}/rkhunter-%{version}/  
 %{__install} -m644 -p files/LICENSE             ${RPM_BUILD_ROOT}%{_docdir}/rkhunter-%{version}/  
 %{__install} -m644 -p files/README              ${RPM_BUILD_ROOT}%{_docdir}/rkhunter-%{version}/  
 %{__install} -m644 -p files/WISHLIST            ${RPM_BUILD_ROOT}%{_docdir}/rkhunter-%{version}/  
 %{__install} -m644 -p files/development/*.8     ${RPM_BUILD_ROOT}%{_mandir}/man8/  
   
 %{__install} -m750 -p files/check_modules.pl    ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
 %{__install} -m750 -p files/check_port.pl       ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
 %{__install} -m750 -p files/filehashmd5.pl      ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
 %{__install} -m750 -p files/filehashsha1.pl     ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
 %{__install} -m750 -p files/showfiles.pl        ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
 %{__install} -m750 -p files/check_update.sh     ${RPM_BUILD_ROOT}%{_libdir}/rkhunter/scripts/  
   
 # (cjo) Put installation root in configuration file, then copy the rest  
 #       of the file from the original.  
 cat >> ${RPM_BUILD_ROOT}%{_sysconfdir}/rkhunter.conf << EOF  
 ## Next three lines installed automatically by RPM. Do not change  
 ## unless you know what you're doing...  
 INSTALLDIR=%{_prefix}  
 DBDIR=%{_var}/rkhunter/db  
 TMPDIR=%{_var}/rkhunter/tmp  
30    
31    %{__cat} <<'EOF' >%{name}.logrotate
32    %{_localstatedir}/log/%{name}/%{name}.log {
33        weekly
34        notifempty
35        create 640 root root
36    }
37  EOF  EOF
38    
39  cat files/rkhunter.conf >> ${RPM_BUILD_ROOT}%{_sysconfdir}/rkhunter.conf  %build
40  %{__chmod} 640 ${RPM_BUILD_ROOT}%{_sysconfdir}/rkhunter.conf  # Nothing to be built
41    
42  # Only root should use rkhunter (at least for now)  %install
43  %{__chmod} o-rwx -R ${RPM_BUILD_ROOT}%{_libdir}/rkhunter  %{__rm} -rf $RPM_BUILD_ROOT
44  %{__chmod} o-rwx -R ${RPM_BUILD_ROOT}%{_var}/rkhunter/db  
45    %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_bindir}
46  # make a cron.daily file to mail us the reports  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_sysconfdir}/{cron.daily,sysconfig,logrotate.d}
47  %{__mkdir} -p "${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily"  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}/scripts
48  %{__cat} > "${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily/01-rkhunter" <<EOF  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}
49  #!/bin/sh  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_mandir}/man8
50  %{_bindir}/rkhunter --cronjob --skip-application-check --report-warnings-only --createlogfile /var/log/rkhunter.log  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db
51  EOF  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_var}/log/%{name}
52  %{__chmod} a+rwx,g-w,o-rwx ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/01-rkhunter  %{__mkdir} -m755 -p ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/i18n
53    
54    %{__install} -m755 -p files/%{name}             ${RPM_BUILD_ROOT}%{_bindir}/
55    
56    %{__install} -m644 -p files/backdoorports.dat   ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/
57    %{__install} -m644 -p files/mirrors.dat         ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/
58    %{__install} -m644 -p files/programs_bad.dat    ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/
59    %{__install} -m644 -p files/i18n/cn             ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/i18n/
60    %{__install} -m644 -p files/i18n/en             ${RPM_BUILD_ROOT}%{_var}/lib/%{name}/db/i18n/
61    
62    %{__install} -m644 -p files/CHANGELOG           ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/
63    %{__install} -m644 -p files/LICENSE             ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/
64    %{__install} -m644 -p files/README              ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/
65    %{__install} -m755 -p files/check_modules.pl    ${RPM_BUILD_ROOT}%{_datadir}/%{name}/scripts/
66    %{__install} -m644 -p files/*.8                 ${RPM_BUILD_ROOT}%{_mandir}/man8/
67    # Don't ship these unless we want to Require the perl modules
68    #%{__install} -m750 -p files/filehashmd5.pl      ${RPM_BUILD_ROOT}%{_prefix}/lib/%{name}/scripts/
69    #%{__install} -m750 -p files/filehashsha1.pl     ${RPM_BUILD_ROOT}%{_prefix}/lib/%{name}/scripts/
70    %{__install} -m755 -p %{SOURCE2}                ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/%{name}
71    %{__install} -m644 -p %{name}.logrotate         ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/%{name}
72    %{__install} -m640 -p files/%{name}.conf        ${RPM_BUILD_ROOT}%{_sysconfdir}/
73    %{__install} -m640 -p %{SOURCE3}                ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/%{name}
74    
75  %clean  %clean
76  %{__rm} -rf "$RPM_BUILD_ROOT"  %{__rm} -rf $RPM_BUILD_ROOT
77    
78  %files  %files
79  %defattr(-,root,root,-)  %defattr(-,root,root,-)
80  %{_bindir}/rkhunter  %doc %{_docdir}/%{name}-%{version}/*
81  %dir %{_libdir}/rkhunter  %{_bindir}/%{name}
82  %doc %{_docdir}/rkhunter-%{version}  %dir %{_datadir}/%{name}
83    %{_datadir}/%{name}/scripts
84    %{_sysconfdir}/cron.daily/%{name}
85    %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
86    %dir %{_var}/lib/%{name}
87    %{_var}/lib/%{name}/db
88    %{_var}/lib/%{name}/db/i18n
89    %dir %{_var}/log/%{name}
90    %config(noreplace) %{_sysconfdir}/%{name}.conf
91    %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
92    %dir %{_docdir}/%{name}-%{version}
93  %{_mandir}/man8/*  %{_mandir}/man8/*
 %{_libdir}/rkhunter/scripts  
 %dir %{_var}/rkhunter/tmp  
 %{_var}/rkhunter/db  
 %config(noreplace) %verify(not mtime) %{_sysconfdir}/rkhunter.conf  
 %{_sysconfdir}/cron.daily/01-rkhunter  
   
94    
95  %changelog  %changelog
96  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Wed Dec 08 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.8-3
97  - Clean up spec so package can be built by koji/plague  - Adjust ssh config to the right default.
   
 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.2.9-3  
 - Add sigs for 7.1.2 and 7.1.3  
   
 * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 1.2.9-2  
 - Run updates as part of build process  
98    
99  * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 1.2.9-1  * Tue Dec 07 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.8-2
100  - Update to latest 1.2.9  - Adjust config some - bug #596775
101    
102  * Tue Dec 12 2006 Shad L. Lords <slords@mail.com> 1.2.8-4  * Fri Nov 26 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.8-1
103  - Add strings as a requirement. [SME: 2267]  - Update to 1.3.8
104    
105  * Tue Dec 12 2006 Shad L. Lords <slords@mail.com> 1.2.8-3  * Wed Nov 24 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-9
106  - Added 7.1  - Drop /var/run as it's not used anymore - bug #656684
107    
108  * Thu Dec 07 2006 Shad L. Lords <slords@mail.com> 1.2.8-2  * Wed Oct 06 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-8
109  - Update to new release naming.  No functional changes.  - Add patch to make rkhunter use unhide if installed - bug #636396
110  - Make Packager generic  
111    * Sat Jun 05 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-7
112  * Sun Nov 12 2006 Shad L. Lords <slords@lordsfam.net> 1.2.8-1sme01  - Add ipsec.hmac exclude - bug #560594
113  - Updated to latest 1.2.8  
114    * Fri May 28 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-6
115  * Wed Feb 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme07  - Add exclude for md-device-map - bug #596731
116  - Added 7.0pre[45] and 7.0prc3 [SME: 860  - Supress ssh version check - bug #596775
117    
118  * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme06  * Sat Mar 06 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-5
119  - Added 7.0pre3 [SME: 845]  - Change config to not specify XINETD_PATH - bug #560562
120    
121  * Sat Feb 4 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme05  * Sat Jan 23 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-4
122  - Added 7.0pre2 [SME: 653]  - Change email to just root instead of root@localhost - bug #553179
123    - Add .k5login.5.gz to files whitelist - bug #553134
124  * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme04  
125  - Remove explicit call to /bin/mail from rkhunter daily cron job. If  * Tue Jan 05 2010 Kevin Fenzi <kevin@tummy.com> - 1.3.6-3
126    there's no output, we don't want any mail either [SME: 421]  - Add some more ssh hmac files to whitelist - bug #552621
127    - Re-add /dev/.mdadm.map to whitelisted files - bug #539405
128  * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme03  
129  - Fix up format of os.dat entries. rkhunter knows about  * Tue Dec 01 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.6-2
130    /etc/e-smith-release [SME: 384]  - Disable apps check by default - bug #543065
131    
132  * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme02  * Sun Nov 29 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.6-1
133  - And add support for 7.0pre1 [SME: 384]  - Update to 1.3.6
134    
135  * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.7-1sme01  * Thu Nov 26 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-9
136  - Add support for 7.0beta9, rc[12] and final [SME: 384]  - Add exception for /dev/.mdadm file - bug #539405
137    
138  * Wed Nov 09 2005 Charlie Brady <charlieb@e-smith.com> 1.2.7-1es2  * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-8
139  - Add support for CentOS 4.{1,2,3}  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
140    
141  * Fri Jul 15 2005 Charlie Brady - 1.2.7-1es  * Fri Jul 03 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-7
142  - Upgrade to 1.2.7  - Add exception for software raid udev file - bug #509253
143    
144  * Sun Jun 05 2005 Charlie Brady - 1.2.6-2es  * Sat Jun 06 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-6
145  - Make cron job quieter  - Add /usr/bin/.fipscheck.hmac to ok files - bug #494096
146  - Add SME6.1 and SME7 as recognised OSes.  
147    * Sun Mar 08 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-5
148  * Tue May 10 2005 Charlie Brady - 1.2.6  - Fix typo in patch file
149  - Update to 1.2.6  
150    * Wed Mar 04 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-4
151    - Rework spec file
152    - Add check for the new hmac ssh files
153    
154    * Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-3
155    - Update cron job to include hostname (thanks  Manuel Wolfshant)
156    
157    * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
158    - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
159    
160    * Fri Jan 02 2009 Kevin Fenzi <kevin@tummy.com> - 1.3.4-1
161    - Update to 1.3.4
162    - Use libdir as tmp dir - bug #456340
163    
164    * Sat Dec 13 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-6
165    - Fix cron job sending as attachment - bug #472679
166    - Fix cron job trying to send with colors - bug #475916
167    
168    * Wed Sep 03 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-5
169    - Patch debug tmp file issue - bug #460628
170    
171    * Mon Jun 16 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-4
172    - Fix cron script to only mail on warn/error - bug #450703
173    - Fix conditional to account for fc10 rsyslog
174    
175    * Mon Apr 28 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-3
176    - Change cron to run after prelink - bug #438622
177    
178    * Wed Mar 26 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-2
179    - Move things to more standard locations for selinux - bug #438184
180    - Add exception for pulseaudio file - bug #438622
181    
182    * Thu Feb 28 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.2-1
183    - Update to 1.3.2
184    - Fix cron script
185    
186    * Thu Feb 28 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.0-2
187    - Use /etc/redhat-release for EPEL and /etc/fedora release for Fedora.
188    - Add conditionals to support EPEL
189    - Fix man page warning.
190    
191    * Sun Feb 03 2008 Kevin Fenzi <kevin@tummy.com> - 1.3.0-1
192    - Revive package, clean up spec
193    - Update to 1.3.0
194    
195    * Sat Mar 18 2006 Greg Houlette <tamaster@pobox.com> - 1.2.8-3
196    - Made an RPM transparent change to move the sha1 canary check
197      file out of CVS and into the external lookaside cache (whose
198      filename changes with every new package release anyway...)
199    
200    * Fri Mar 17 2006 Greg Houlette <tamaster@pobox.com> - 1.2.8-2
201    - Fixed architectural dependency during package creation eliminating
202      use of _libdir configure macro (x86_64 /usr/lib64 mis-targeting)
203    
204    * Tue Mar 7 2006 Greg Houlette <tamaster@pobox.com> - 1.2.8-1
205    - New package version release
206    - reworked the .spec file to support optional dist tag
207    - Updated the application check default patchfile (chunk failure)
208    - Changed to SHA1 for optional message digest (canary check)
209    - Added a couple of suggested skip entries to rkhunter.conf
210    
211    * Mon Jun 11 2005 Greg Houlette <tamaster@pobox.com> - 1.2.7-1
212    - Added signature auto-updating to CRON scan (new script)
213    - Removed BOOTSCAN pending rewrite to full SysV Init scan in background
214    - Added the --append-log command line option
215    - Added Date Stamping to output
216    - Fixed bug in /etc/group missing report
217    - New package version release
218    
219    * Sun Jan 2 2005 Greg Houlette <tamaster@tekarmory.com> - 0:1.1.9-1
220    - New package version release
221    - Added the --run-application-check command line option
222      to listing in command help
223    - Replaced 'Here' Doc editing of rkhunter.conf file
224      with in-place Perl edit
225    - tweaked rpmbuild -bb Autoclean
226    
227    * Fri Oct 15 2004 Greg Houlette - 0:1.1.8-0.fdr.1 (revisited)
228    - Removed redundant buildrequires /bin/sh, coreutils and perl
229    - Revise postun scriptlet
230    - Added /usr/share/doc/rkhunter-1.1.8/ to files list
231    
232    * Mon Oct 11 2004 Greg Houlette - 0:1.1.8-0.fdr.1
233    - Changed Release Tag to 0.fdr.1 (testing) for QA
234    - Removed wget from dependencies
235    - Hid (temporarily) the --skip-application-check command
236      line option from being listed in help
237    - Fixed the spec files list, again!
238    
239    * Fri Oct 8 2004 Greg Houlette - 0:1.1.8-0.fdr.0.2.beta2
240    - Unified and disabled the md5 canary check in prep
241      (check is now optional) removing the sha1 cross-check
242    - Fixed the spec files list, adding the /var/rkhunter
243      directory and the /usr/bin/rkhunter executable
244    - Fixed missing dependencies (rkh uses runtime checks)
245    - Disabled "auto-clean" for rpmbuild -bb
246    - Changed Application version scan default to
247      disabled awaiting backport fix in upstream sources
248    - Fixed shared_man_search.patch, configuration files
249      verify and added postun(install) cleanup
250    
251    * Fri Oct 1 2004 Greg Houlette - 0:1.1.8-0.fdr.0.1.beta1
252    - More cosmetic patchwork
253    - Changed Release Tag to beta1 (pre-release) for QA submit
254    
255    * Tue Sep 28 2004 Greg Houlette - 0:1.1.8-0.fdr.1
256    - Removed hidden_search.patch (1.1.7) after it was
257      merged into upstream source by Michael Boelen
258    - Removed .spec file from md5 and sha1 file checks
259      (it must be modifiable by Fedora QA release build)
260    - Added BOOTSCAN description file to documentation
261    - Restructured dynamic file creation ('Here' Docs)
262      moving them to the "prep" stage so that *_ALL_*
263      files are available prior to the "build" stage
264      (for inspection purposes)
265    - Added a /etc/sysconfig/rkhunter parameters file
266    
267    * Sun Aug 29 2004 Greg Houlette - 0:1.1.7-0.fdr.1
268    - Cosmetic patchwork
269    
270    * Sat Aug 21 2004 Greg Houlette - 0:1.1.6-0.fdr.1
271    - Moderate reworking of .spec file for packaging standards
272    - Added md5 and sha1 file checks to prep procedure for source .rpm
273    - Included an optional rc.local replacement for scan on boot (with full logging)
274    
275  * Tue Aug 10 2004 Michael Boelen - 1.1.5  * Tue Aug 10 2004 Michael Boelen - 1.1.5
276  - Added update script  - Added update script
# Line 226  EOF Line 314  EOF
314    
315  * Mon Mar 29 2004 Doncho N. Gunchev - 1.0.0-0  * Mon Mar 29 2004 Doncho N. Gunchev - 1.0.0-0
316  - initial .spec file  - initial .spec file
   


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed