[packages/urpmdiff] fix binary executable permissions

glen glen at pld-linux.org
Tue Jul 2 20:41:05 CEST 2013


commit 1d8ac06309fe40f822746dfb0c011321f36f26cd
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jul 2 21:40:31 2013 +0300

    fix binary executable permissions

 urpmdiff.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/urpmdiff.spec b/urpmdiff.spec
index 789842b..6223b2c 100644
--- a/urpmdiff.spec
+++ b/urpmdiff.spec
@@ -3,7 +3,7 @@ Summary:	A tool to show diffs between rpms
 Summary(pl.UTF-8):	Narzędzie do pokazywania różnic między pakietami rpm
 Name:		urpmdiff
 Version:	1.9
-Release:	2
+Release:	3
 License:	GPL
 Group:		Development
 Source0:	%{name}-%{version}.tar.bz2
@@ -33,7 +33,6 @@ starą a nową wersją pakietu. Wyjście przypomina format unified diff.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -45,5 +44,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%{_bindir}/urpmdiff
+%attr(755,root,root) %{_bindir}/urpmdiff
 %{_mandir}/man1/urpmdiff.1p*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/urpmdiff.git/commitdiff/1d8ac06309fe40f822746dfb0c011321f36f26cd



More information about the pld-cvs-commit mailing list