rpms/lockdev/F-12 lockdev.spec,1.32,1.33

Jiří Popelka jpopelka at fedoraproject.org
Thu Nov 19 13:08:47 UTC 2009


Author: jpopelka

Update of /cvs/pkgs/rpms/lockdev/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5755

Modified Files:
	lockdev.spec 
Log Message:
* Thu Nov 19 2009 Jiri Popelka <jpopelka at redhat.com> - 1.0.1-17
- Fixed mixed-use-of-spaces-and-tabs
- Removed PreReq tag



Index: lockdev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lockdev/F-12/lockdev.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- lockdev.spec	25 Sep 2009 17:01:58 -0000	1.32
+++ lockdev.spec	19 Nov 2009 13:08:46 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: A library for locking devices
 Name: lockdev
 Version: 1.0.1
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://packages.debian.org/unstable/source/lockdev
@@ -23,7 +23,6 @@ Patch10: lockdev-1.0.1-man8.patch
 Requires(pre): shadow-utils
 Requires(post): glibc
 Requires(postun): glibc
-PreReq: filesystem >= 2.1.4-1
 
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -33,7 +32,7 @@ Lockdev provides a reliable way to put a
 using both FSSTND and SVr4 methods.
 
 %package devel
-Summary: The header files and a static library for the lockdev library.
+Summary: The header files and a static library for the lockdev library
 Group: System Environment/Libraries
 Requires: lockdev = %{version}-%{release}
 
@@ -67,7 +66,7 @@ make \
     libdir=${RPM_BUILD_ROOT}%{_libdir} \
     incdir=${RPM_BUILD_ROOT}%{_includedir} \
     mandir=${RPM_BUILD_ROOT}%{_mandir} \
-	install
+        install
 /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
 
 mkdir -p $RPM_BUILD_ROOT/var/lock
@@ -83,7 +82,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%attr(2711,root,lock)	%{_sbindir}/lockdev
+%attr(2711,root,lock)   %{_sbindir}/lockdev
 %{_libdir}/*.so.*
 %{_mandir}/man8/*
 
@@ -95,6 +94,10 @@ rm -fr $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %changelog
+* Thu Nov 19 2009 Jiri Popelka <jpopelka at redhat.com> - 1.0.1-17
+- Fixed mixed-use-of-spaces-and-tabs
+- Removed PreReq tag
+
 * Fri Sep 25 2009 Jiri Popelka <jpopelka at redhat.com> - 1.0.1-16
 - Manual page for /usr/sbin/lockdev
 




More information about the scm-commits mailing list