Fixed some rpmlint warnings
This commit is contained in:
parent
76efe301a8
commit
1124900a32
0
lockdev-1.0.3-checkname.patch
Executable file → Normal file
0
lockdev-1.0.3-checkname.patch
Executable file → Normal file
0
lockdev-1.0.3-cli.patch
Executable file → Normal file
0
lockdev-1.0.3-cli.patch
Executable file → Normal file
0
lockdev-1.0.3-gccwarn.patch
Executable file → Normal file
0
lockdev-1.0.3-gccwarn.patch
Executable file → Normal file
0
lockdev-1.0.3-man8.patch
Executable file → Normal file
0
lockdev-1.0.3-man8.patch
Executable file → Normal file
0
lockdev-1.0.3-pidexists.patch
Executable file → Normal file
0
lockdev-1.0.3-pidexists.patch
Executable file → Normal file
0
lockdev-1.0.3-rh.patch
Executable file → Normal file
0
lockdev-1.0.3-rh.patch
Executable file → Normal file
0
lockdev-1.0.3-shared.patch
Executable file → Normal file
0
lockdev-1.0.3-shared.patch
Executable file → Normal file
21
lockdev.spec
21
lockdev.spec
@ -4,7 +4,7 @@
|
||||
Summary: A library for locking devices
|
||||
Name: lockdev
|
||||
Version: 1.0.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
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.
|
||||
|
||||
%package devel
|
||||
Summary: The header files for the lockdev library.
|
||||
Summary: The header files for the lockdev library
|
||||
Group: System Environment/Libraries
|
||||
Requires: lockdev = %{version}-%{release}
|
||||
|
||||
@ -91,7 +91,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE AUTHORS ChangeLog ChangeLog.old
|
||||
%dir %attr(0775,root,lock) %{_lockdir}
|
||||
%{_sysconfdir}/tmpfiles.d/lockdev.conf
|
||||
%config(noreplace) %{_sysconfdir}/tmpfiles.d/lockdev.conf
|
||||
%attr(2711,root,lock) %{_sbindir}/lockdev
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man8/*
|
||||
@ -103,16 +103,19 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 19 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-6
|
||||
- add /etc/tmpfiles.d/lockdev.conf to enable lock directory on tmpfs (#656614)
|
||||
- don't ship static library at all
|
||||
* Thu Nov 25 2010 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-7
|
||||
- Fixed some rpmlint warnings
|
||||
|
||||
* 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
|
||||
- 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
|
||||
- create -static subpackage to ship static library separately
|
||||
- update lockdev.8 manpage
|
||||
- Created -static subpackage to ship static library separately
|
||||
- Updated lockdev.8 manpage
|
||||
|
||||
* Thu Dec 10 2009 Jiri Popelka <jpopelka@redhat.com> - 1.0.3-3
|
||||
- Correct rh.patch
|
||||
|
Loading…
Reference in New Issue
Block a user