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-Sys-Virt] epel10: Use fixperms macro instead of our own chmod incantation.
Date: Mon, 29 Jun 2026 14:31:49 GMT	[thread overview]
Message-ID: <178274350997.1.13382574100059628386.rpms-perl-Sys-Virt-99c341d482b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Sys-Virt
Branch : epel10
Commit : 99c341d482b150aa95bfaaf8a4ea3fdcf74ff5b9
Author : Steven Pritchard <steve@fedoraproject.org>
Date   : 2007-04-17T20:10:43+00:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/99c341d482b150aa95bfaaf8a4ea3fdcf74ff5b9?branch=epel10

Log:
Use fixperms macro instead of our own chmod incantation.

---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 5bb434a..11a089e 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sys-Virt
 Version:        0.1.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPL
 Group:          Development/Libraries
@@ -49,7 +49,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 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
 make test
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 0.1.1-8
+- Use fixperms macro instead of our own chmod incantation.
+
 * Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.1.1-7
 - Rebuild.
 

                 reply	other threads:[~2026-06-29 14:31 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=178274350997.1.13382574100059628386.rpms-perl-Sys-Virt-99c341d482b1@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