From 2790295b72e68f3d179952b058c316e9f5934133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Popelka?= Date: Fri, 2 Oct 2009 15:13:45 +0000 Subject: [PATCH] - Fixed mixed-use-of-spaces-and-tabs --- lockdev.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lockdev.spec b/lockdev.spec index 682d15f..b51bbcf 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -1,7 +1,7 @@ Summary: A library for locking devices Name: lockdev Version: 1.0.1 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://packages.debian.org/unstable/source/lockdev @@ -66,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 @@ -82,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/* @@ -94,7 +94,10 @@ rm -fr $RPM_BUILD_ROOT %{_includedir}/* %changelog -* Fri Oct 01 2009 Jiri Popelka - 1.0.1-17 +* Fri Oct 02 2009 Jiri Popelka - 1.0.1-18 +- Fixed mixed-use-of-spaces-and-tabs + +* Fri Oct 02 2009 Jiri Popelka - 1.0.1-17 - Removed PreReq tag * Fri Sep 25 2009 Jiri Popelka - 1.0.1-16