SHA256
1
0
forked from pool/parkverbot
Jan Engelhardt 2013-01-31 00:52:13 +00:00 committed by Git OBS Bridge
parent 7263115762
commit 9b0e5af74d
6 changed files with 23 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:295a7c4c26d4054870d227032e7d27e3b1f31adadc6c8cd86f49c5c0c57ebd48
size 65888

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iQIcBAABAgAGBQJQvMU+AAoJEN//LNsZ/DONMG8P/jP6O6PHF/gJ5InEruvyKZKX
GcWIDiZVIqekGrLS6eKAEIlIadjr5bieNY1ev//yWB8bCPDYGIUYjYn3G3IGdgya
aZdAHpCW7DDPasr7oXE54+W9dL8+D0ab4naVhgPMiE06Lo4Oj/XMCAm9ZN0EHMQF
uUmxu4NluIjY1dbKTr1OPkslsziQQVAIF79ENREfRcqmihNrgr/xbFQa+b/8Yw4h
TnKt9BnTEf1T/wBuUsTjyUcmaq3cb8Z66z12UxTOFSVeTQJPKiMLdTOIUP4dj8FE
D+3btgqCdFXZ/be9KQsiZFcWYKmse/rZ8STxWgGtQNhD5J/iv2lNx1/tEamH+3wv
6TnQgPAYugJpXC8J0crDhZVe7sOa5hEK3Kw/3tcJYdX8WrXn/aA9drzFSlI6seLL
0OMBmoPb4vw6QBrigzL5MOFdpMtCWI/+OatdUVlPiw9/huJK5Wm4NfSBhDfycvJo
00eaJXn/CcYD0Rk0PMMwp3YyOJ0HD5Z1QU7c5WJeJ1sNbnX0PUL8RoaEm7amU+TM
QwrxMUiI8H2h4EEuFrY9SL7s4eTy7H04hU+HrVGzNSaHOlpFAATEm3d63oSo+H24
bf29KK3OkZIMINlk29pKTjvqLE0yb3jAxMm50ue5sJYViYsNahxC74CIfrjTIRZr
1n05pnKugN2YZ4shunYe
=iHUo
-----END PGP SIGNATURE-----

3
parkverbot-1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e7b190dbab44374529012d7059bd57cf0e878c2367793b1a4f4c89dff5860de
size 70224

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlEJvVwACgkQkb3j62iiDkW+qwD/Tm7DIPCWAFOFc28Fsbv+RGMf
PBCyOBvB4onAVEnNJ7YA/10NlQvotyahPbmNcmm0KRBSxDoVaOYYZ3Tgrx5ElAYk
=RwGA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 31 00:40:00 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.1 (bugfix release)
* Fixed passing wrong type to ioctl, which made a 32-bit parkverbot
exit and not run at all (bnc#801367)
* Read all disks, rather than a single one, per interval
- systemd is not a runtime requirement
-------------------------------------------------------------------
Mon Dec 3 20:45:54 CET 2012 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package parkverbot
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: parkverbot
Version: 1.0+git5
Version: 1.1
Release: 0
Url: http://parkverbot.sf.net/
Summary: Daemon to prevent hard disk head parking in rotational media
@ -25,6 +25,7 @@ License: GPL-2.0+
Group: System/Base
#DL-URL: http://downloads.sf.net/parkverbot/%name-%version.tar.xz
#Git-Clone: git://git.code.sf.net/p/parkverbot/code
Source: %name-%version.tar.xz
Source2: %name-%version.tar.xz.asc
Source3: %name.keyring
@ -41,7 +42,6 @@ BuildRequires: pkgconfig(libHX) >= 3.12
%endif
%if 0%{?suse_version} >= 1220
BuildRequires: systemd
%systemd_requires
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -78,6 +78,7 @@ make install DESTDIR="%buildroot";
%_mandir/man*/parkverbot*
%if %{?_unitdir:1}
%_unitdir/parkverbot@.service
%_unitdir/parkverbot.service
%endif
%doc LICENSE.GPL2