Fixed some rpmlint warnings

This commit is contained in:
Jiri Popelka 2010-11-25 18:28:23 +01:00
parent 76efe301a8
commit 1124900a32
8 changed files with 12 additions and 9 deletions

0
lockdev-1.0.3-checkname.patch Executable file → Normal file
View File

0
lockdev-1.0.3-cli.patch Executable file → Normal file
View File

0
lockdev-1.0.3-gccwarn.patch Executable file → Normal file
View File

0
lockdev-1.0.3-man8.patch Executable file → Normal file
View File

0
lockdev-1.0.3-pidexists.patch Executable file → Normal file
View File

0
lockdev-1.0.3-rh.patch Executable file → Normal file
View File

0
lockdev-1.0.3-shared.patch Executable file → Normal file
View File

View File

@ -4,7 +4,7 @@
Summary: A library for locking devices Summary: A library for locking devices
Name: lockdev Name: lockdev
Version: 1.0.3 Version: 1.0.3
Release: 6%{?dist} Release: 7%{?dist}
License: LGPLv2 License: LGPLv2
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://packages.debian.org/unstable/source/lockdev URL: http://packages.debian.org/unstable/source/lockdev
@ -33,7 +33,7 @@ Lockdev provides a reliable way to put an exclusive lock to devices
using both FSSTND and SVr4 methods. using both FSSTND and SVr4 methods.
%package devel %package devel
Summary: The header files for the lockdev library. Summary: The header files for the lockdev library
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: lockdev = %{version}-%{release} Requires: lockdev = %{version}-%{release}
@ -91,7 +91,7 @@ rm -fr $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE AUTHORS ChangeLog ChangeLog.old %doc LICENSE AUTHORS ChangeLog ChangeLog.old
%dir %attr(0775,root,lock) %{_lockdir} %dir %attr(0775,root,lock) %{_lockdir}
%{_sysconfdir}/tmpfiles.d/lockdev.conf %config(noreplace) %{_sysconfdir}/tmpfiles.d/lockdev.conf
%attr(2711,root,lock) %{_sbindir}/lockdev %attr(2711,root,lock) %{_sbindir}/lockdev
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_mandir}/man8/* %{_mandir}/man8/*
@ -103,16 +103,19 @@ rm -fr $RPM_BUILD_ROOT
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Mon Apr 19 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-6 * Thu Nov 25 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-7
- add /etc/tmpfiles.d/lockdev.conf to enable lock directory on tmpfs (#656614) - Fixed some rpmlint warnings
- don't ship static library at all
* Thu Nov 25 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-6
- Added /etc/tmpfiles.d/lockdev.conf to enable lock directory on tmpfs (#656614)
- Don't ship static library at all
* Mon Apr 19 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-5 * Mon Apr 19 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-5
- Change directory for lock files from /var/lock to /var/lock/lockdev (#581884) - Changed directory for lock files from /var/lock to /var/lock/lockdev (#581884)
* Thu Jan 21 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-4 * Thu Jan 21 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-4
- create -static subpackage to ship static library separately - Created -static subpackage to ship static library separately
- update lockdev.8 manpage - Updated lockdev.8 manpage
* Thu Dec 10 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-3 * Thu Dec 10 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-3
- Correct rh.patch - Correct rh.patch