rpms/lsof/devel lsof.spec,1.48,1.49 upstream2downstream.sh,1.3,1.4

kzak kzak at fedoraproject.org
Fri Feb 19 13:05:53 UTC 2010


Author: kzak

Update of /cvs/pkgs/rpms/lsof/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24461

Modified Files:
	lsof.spec upstream2downstream.sh 
Log Message:
* Fri Feb 19 2010 Karel Zak <kzak at redhat.com> 4.83-2
- minor changes in spec file (#226108 - Merge Review)



Index: lsof.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lsof/devel/lsof.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- lsof.spec	11 Feb 2010 11:14:39 -0000	1.48
+++ lsof.spec	19 Feb 2010 13:05:53 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: A utility which lists open files on a Linux/UNIX system
 Name: lsof
 Version: 4.83
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: zlib
 Group: Development/Debuggers
 
@@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: libselinux-devel
 
 # 184338 - allow lsof access nptl threads
-Patch1: lsof_4.81-threads.patch
+Patch0: lsof_4.81-threads.patch
 
 %description
 Lsof stands for LiSt Open Files, and it does just that: it lists
@@ -29,7 +29,7 @@ UNIX system.
 
 %prep
 %setup -q -n %{lsofrh}
-%patch1 -p1
+%patch0 -p1
 
 %build
 LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
@@ -47,12 +47,15 @@ install -p lsof.8 ${RPM_BUILD_ROOT}%{_ma
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
-%defattr(644,root,root,755)
+%defattr(-,root,root,-)
 %doc 00*
-%attr(0755,root,root) %{_sbindir}/lsof
+%{_sbindir}/lsof
 %{_mandir}/man*/*
 
 %changelog
+* Fri Feb 19 2010 Karel Zak <kzak at redhat.com> 4.83-2
+- minor changes in spec file (#226108 - Merge Review)
+
 * Thu Feb 11 2010 Karel Zak <kzak at redhat.com> 4.83-1
 - upgrade to 4.83 (see the 00DIST file for list of changes)
 - remove lsof_4.83A-selinux-typo.patch (fixed upstream)


Index: upstream2downstream.sh
===================================================================
RCS file: /cvs/pkgs/rpms/lsof/devel/upstream2downstream.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- upstream2downstream.sh	2 Dec 2008 12:16:44 -0000	1.3
+++ upstream2downstream.sh	19 Feb 2010 13:05:53 -0000	1.4
@@ -5,6 +5,8 @@
 # script merges all to the one normal tarball and rename all to lsof_X.XX-rh.
 #
 # Usage:  ./upstream2downstream  <usptream-tarball>
+# 
+# This code is in the public domain; do with it what you wish.
 #
 # Copyright (C) 2007 Karel Zak <kzak at redhat.com>
 #



More information about the scm-commits mailing list