Hello community,

here is the log from the commit of package rkhunter for openSUSE:Factory 
checked in at 2014-11-06 16:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rkhunter (Old)
 and      /work/SRC/openSUSE:Factory/.rkhunter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rkhunter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes        2014-01-14 
15:10:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes   2014-11-06 
16:51:40.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Oct 24 20:55:20 UTC 2014 - [email protected]
+
+- update to v1.4.2
+       * See CHANGELOG at 
http://rkhunter.cvs.sourceforge.net/viewvc/rkhunter/rkhunter/files/CHANGELOG
+- change Source: field to full URL
+- change the spelling of README.SuSE to README.SUSE
+- delete patch rkhunter-1.4.0-crontab.patch, now upstream
+- add +%{_var}/lib/%{name}/db/signatures to %files section
+
+-------------------------------------------------------------------
+Tue Oct 14 10:47:10 UTC 2014 - [email protected]
+
+- Remove bogus AutoReqProv: off
+- Remove ancient specfile tags and sections
+
+-------------------------------------------------------------------

Old:
----
  rkhunter-1.4.0-crontab.patch
  rkhunter-1.4.0.tar.gz
  rkhunter-README.SuSE

New:
----
  rkhunter-1.4.2.tar.gz
  rkhunter-README.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rkhunter.spec ++++++
--- /var/tmp/diff_new_pack.4sg3IZ/_old  2014-11-06 16:51:41.000000000 +0100
+++ /var/tmp/diff_new_pack.4sg3IZ/_new  2014-11-06 16:51:41.000000000 +0100
@@ -18,20 +18,19 @@
 
 
 Name:           rkhunter
-Version:        1.4.0
+Version:        1.4.2
 Release:        0
 Summary:        Rootkit Hunter Scans for Rootkits, Backdoors, and Local 
Exploits
 License:        GPL-2.0+
 Group:          System/Monitoring
 Url:            http://rkhunter.sourceforge.net/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        
http://sourceforge.net/projects/rkhunter/files/%{name}-%{version}.tar.gz
 Source2:        %{name}.sysconfig
 Source3:        %{name}.cron
-Source5:        %{name}-README.SuSE
+Source5:        %{name}-README.SUSE
 Source6:        %{name}.logrotate
 # PATCH-FIX-OPENSUSE -- [email protected] - Fix Pathes2
 Patch0:         %{name}-installer-fix.patch
-Patch1:         rkhunter-1.4.0-crontab.patch
 BuildRequires:  wget
 PreReq:         %fillup_prereq
 Requires:       bash
@@ -41,7 +40,6 @@
 Recommends:     netcfg
 Recommends:     wget
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:    no
 
 %description
 Rootkit Hunter scans files and systems for known and unknown rootkits,
@@ -68,7 +66,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
 
 %build
 sed -e 's/\${MYDIR}\/lib/\%{_prefix}\/share/;' files/rkhunter 
>files/rkhunter.new
@@ -78,7 +75,7 @@
 sh ./installer.sh --layout RPM --install
 %{__install} -D -m640 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %{__install} -d %{buildroot}%{_docdir}/%{name}-%{version}
-%{__install} -m644    %{SOURCE5} 
%{buildroot}%{_docdir}/%{name}-%{version}/README.SuSE
+%{__install} -m644    %{SOURCE5} 
%{buildroot}%{_docdir}/%{name}-%{version}/README.SUSE
 %{__install} -D -m640 %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 # Make a cron.daily file to mail us the reports
 %{__install} -d %{buildroot}%{_sysconfdir}/cron.daily/
@@ -124,10 +121,6 @@
 
 # strip %#{_libdir}/%{name}/%{name}/plugins/*.so
 
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] \
-  && rm -rf %{buildroot}
-
 %post
 %{fillup_only}
 
@@ -139,18 +132,20 @@
 %doc %{_docdir}/%{name}-%{version}/FAQ
 %doc %{_docdir}/%{name}-%{version}/LICENSE
 %doc %{_docdir}/%{name}-%{version}/README
-%doc %{_docdir}/%{name}-%{version}/README.SuSE
+%doc %{_docdir}/%{name}-%{version}/README.SUSE
 %doc %{_docdir}/%{name}-%{version}
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/scripts
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/db
 %dir %{_var}/lib/%{name}/db/i18n
+%dir %{_var}/lib/%{name}/db/signatures
 %dir %{_var}/lib/%{name}/tmp
 %defattr(640,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %verify(not md5 size mtime) %{_var}/lib/%{name}/db/*.dat
 %{_var}/lib/%{name}/db/i18n/*
+%{_var}/lib/%{name}/db/signatures/*
 %config(noreplace) %{_sysconfdir}/logrotate.d/rkhunter
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %ghost %verify(not md5 size mtime) 
%config(noreplace)%{_localstatedir}/log/%{name}.log

++++++ rkhunter-1.4.0.tar.gz -> rkhunter-1.4.2.tar.gz ++++++
++++ 15477 lines of diff (skipped)

++++++ rkhunter-README.SUSE ++++++
RKHUNTER FAQ
The new Rootkit Hunter FAQ is located at:
 http://sourceforge.net/docman/display_doc.php?docid=35179&group_id=155034

DATABASE UPDATES
To be able to run automatic database update, you will need to install wget 
and set the DB_UPDATE variable to "yes".

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to