Hello community, here is the log from the commit of package findutils for openSUSE:Factory checked in at 2012-12-14 06:39:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/findutils (Old) and /work/SRC/openSUSE:Factory/.findutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "findutils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/findutils/findutils.changes 2012-11-26 18:56:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2012-12-14 06:39:49.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Dec 5 11:43:21 CET 2012 - [email protected] + +- Fix typo in findutils-4.5.10-updatedb_ignore_nfsv4.patch that + lead to nfs4 directories being searched again (bnc#792323). +- Enable FTS based search. +- Replace $RPM_BUILD_ROOT by %%buildroot in specfile. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ findutils.spec ++++++ --- /var/tmp/diff_new_pack.JR5ps3/_old 2012-12-14 06:39:52.000000000 +0100 +++ /var/tmp/diff_new_pack.JR5ps3/_new 2012-12-14 06:39:52.000000000 +0100 @@ -97,7 +97,6 @@ --libexecdir=%{_libdir}/find \ --localstatedir=/var/lib \ --without-included-regex \ - --without-fts \ --enable-d_type-optimisation make %{?_smp_mflags} @@ -105,16 +104,16 @@ make check %install -make install DESTDIR=$RPM_BUILD_ROOT -install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.locate -install -D -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/suse-updatedb -rm -f $RPM_BUILD_ROOT%{_bindir}/oldfind -rm -f $RPM_BUILD_ROOT%{_bindir}/ftsfind -rm -f $RPM_BUILD_ROOT%{_infodir}/find-maint* +%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 +rm -f %{buildroot}%{_bindir}/oldfind +rm -f %{buildroot}%{_bindir}/ftsfind +rm -f %{buildroot}%{_infodir}/find-maint* %find_lang %{name} #UsrMerge -mkdir -p $RPM_BUILD_ROOT/bin -ln -sf %{_bindir}/find $RPM_BUILD_ROOT/bin +mkdir -p %{buildroot}/bin +ln -sf %{_bindir}/find %{buildroot}/bin #UsrMerge %post locate ++++++ findutils-4.5.10-updatedb_ignore_nfsv4.patch ++++++ --- /var/tmp/diff_new_pack.JR5ps3/_old 2012-12-14 06:39:52.000000000 +0100 +++ /var/tmp/diff_new_pack.JR5ps3/_new 2012-12-14 06:39:52.000000000 +0100 @@ -7,7 +7,7 @@ PATH=/bin:/usr/bin:${BINDIR}; export PATH -: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"} -+: ${PRUNEFS="nfs nfsv4 NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"} ++: ${PRUNEFS="nfs nfs4 NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"} if test -n "$PRUNEFS"; then prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
