public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steven Pritchard <steve@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Parse-CPAN-Packages] epel10.3: Fix find option order.
Date: Tue, 25 Aug 2026 14:42:05 GMT	[thread overview]
Message-ID: <178766892511.1.14548452017267263755.rpms-perl-Parse-CPAN-Packages-4671cec58d83@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Parse-CPAN-Packages
Branch : epel10.3
Commit : 4671cec58d83ec120384cc3a101f034225b59878
Author : Steven Pritchard <steve@fedoraproject.org>
Date   : 2006-09-17T20:58:25+00:00
Stats  : +5/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/4671cec58d83ec120384cc3a101f034225b59878?branch=epel10.3

Log:
Fix find option order.

---
diff --git a/needs.rebuild b/needs.rebuild
deleted file mode 100644
index 815fd29..0000000
--- a/needs.rebuild
+++ /dev/null
@@ -1 +0,0 @@
-http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index ce75cb8..e55de46 100644
--- a/perl-Parse-CPAN-Packages.spec
+++ b/perl-Parse-CPAN-Packages.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parse-CPAN-Packages
 Version:        2.26
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Parse 02packages.details.txt.gz
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -35,7 +35,7 @@ interface to the data contained within.
 rm -rf $RPM_BUILD_ROOT
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 2.26-3
+- Fix find option order.
+
 * Sat Jul 01 2006 Steven Pritchard <steve@kspei.com> 2.26-2
 - BR version.pm.
 

                 reply	other threads:[~2026-08-25 14:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178766892511.1.14548452017267263755.rpms-perl-Parse-CPAN-Packages-4671cec58d83@fedoraproject.org \
    --to=steve@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox