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: Use fixperms macro instead of our own chmod incantation.
Date: Tue, 25 Aug 2026 14:41:13 GMT [thread overview]
Message-ID: <178766887346.1.9449891322919720116.rpms-perl-Parse-CPAN-Packages-3c9f1adec649@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Parse-CPAN-Packages
Branch : epel10
Commit : 3c9f1adec649a00c8ea1e2acb98f5730521931a2
Author : Steven Pritchard <steve@fedoraproject.org>
Date : 2007-04-18T15:45:00+00:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/3c9f1adec649a00c8ea1e2acb98f5730521931a2?branch=epel10
Log:
Use fixperms macro instead of our own chmod incantation.
---
diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index e55de46..d54b7ea 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: 3%{?dist}
+Release: 4%{?dist}
Summary: Parse 02packages.details.txt.gz
License: GPL or Artistic
Group: Development/Libraries
@@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
%check
./Build test
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 2.26-4
+- Use fixperms macro instead of our own chmod incantation.
+
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 2.26-3
- Fix find option order.
reply other threads:[~2026-08-25 14:41 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=178766887346.1.9449891322919720116.rpms-perl-Parse-CPAN-Packages-3c9f1adec649@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