Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2013-12-13 14:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findutils (Old)
 and      /work/SRC/openSUSE:Factory/.findutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/findutils/findutils.changes      2013-10-24 
14:40:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2013-12-13 
14:54:31.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Dec  5 20:55:16 CET 2013 - p...@suse.de
+
+- Do not build findutils-locate anymore as mlocate obsoletes it
+  since openSUSE 13.1.
+- Remove findutils-4.4.2-updatedb.patch as it's not needed anymore.
+- Remove cron.daily.updatedb and sysconfig.locate as they aren't
+  needed anymore.
+
+-------------------------------------------------------------------

Old:
----
  cron.daily.updatedb
  findutils-4.4.2-updatedb.patch
  sysconfig.locate

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

Other differences:
------------------
++++++ findutils.spec ++++++
--- /var/tmp/diff_new_pack.YraWEW/_old  2013-12-13 14:54:31.000000000 +0100
+++ /var/tmp/diff_new_pack.YraWEW/_new  2013-12-13 14:54:31.000000000 +0100
@@ -24,11 +24,8 @@
 License:        GPL-3.0+
 Group:          Productivity/File utilities
 Source:         http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
-Source1:        sysconfig.locate
-Source2:        cron.daily.updatedb
 # adds a new option -xautofs to find to not descend into directories on autofs 
file systems
 Patch0:         findutils-4.4.2-xautofs.patch
-Patch1:         findutils-4.4.2-updatedb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1100
 BuildRequires:  libselinux-devel
@@ -52,27 +49,10 @@
 
 
 %lang_package
-%package locate
-Summary:        Tool for Locating Files (findutils subpackage)
-Group:          Productivity/File utilities
-Provides:       findutils:/usr/bin/locate
-PreReq:         %{fillup_prereq}
-Requires:       cron
-Requires:       findutils = %{version}
-
-%description locate
-This package contains the locate program which is part of the GNU
-findutils software suite.
-
-You can find files fast using locate.  On installing findutils-locate
-an additional daily cron job will be added to the cron system. This
-job will update the files database every night or shortly after
-switching on the computer.
 
 %prep
 %setup -q
 %patch0
-%patch1
 
 %build
 %if 0%{?qemu_user_space_build}
@@ -89,9 +69,8 @@
 make check
 
 %install
-%make_install
-install -D -m 644 %{SOURCE1} 
%{buildroot}/var/adm/fillup-templates/sysconfig.locate
-install -D -m 755 %{SOURCE2} %{buildroot}/etc/cron.daily/suse-updatedb
+make DESTDIR=%{buildroot} install
+
 rm -f %{buildroot}%{_infodir}/find-maint*
 %find_lang %{name}
 #UsrMerge
@@ -99,8 +78,12 @@
 ln -sf %{_bindir}/find %{buildroot}/bin
 #UsrMerge
 
-%post locate
-%{fillup_only -n locate}
+rm %{buildroot}%{_bindir}/locate
+rm %{buildroot}%{_bindir}/updatedb
+rm -r %{buildroot}%{_libdir}/find
+rm %{buildroot}%{_mandir}/man1/locate.1*
+rm %{buildroot}%{_mandir}/man1/updatedb.1*
+rm %{buildroot}%{_mandir}/man5/locatedb.5*
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/find.info.gz
@@ -125,15 +108,4 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
 
-%files locate
-%defattr(-,root,root,-)
-/etc/cron.daily/*
-%{_bindir}/locate
-%{_bindir}/updatedb
-%{_libdir}/find
-%doc %{_mandir}/man1/locate.1.gz
-%doc %{_mandir}/man1/updatedb.1.gz
-%doc %{_mandir}/man5/locatedb.5.gz
-/var/adm/fillup-templates/*
-
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to