public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sys-Virt] epel10.2: Use fixperms macro instead of our own chmod incantation.
@ 2026-06-30 7:30 Steven Pritchard
0 siblings, 0 replies; only message in thread
From: Steven Pritchard @ 2026-06-30 7:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Sys-Virt
Branch : epel10.2
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.2
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 7:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 7:30 [rpms/perl-Sys-Virt] epel10.2: Use fixperms macro instead of our own chmod incantation Steven Pritchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox