diff --git a/quota-SUSE.tar.bz2 b/quota-SUSE.tar.bz2 index fb9047f..a5d2a35 100644 --- a/quota-SUSE.tar.bz2 +++ b/quota-SUSE.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65030214a4cad49bb74ae056ec7f64907c509201ee93d00c56117d6204350194 -size 4034 +oid sha256:0a667d05b602e2f31c915dae90c2b3194c3ebee76092629bacda83a1c9db640a +size 4029 diff --git a/quota.changes b/quota.changes index abe2b5e..f76e1b7 100644 --- a/quota.changes +++ b/quota.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 25 14:06:18 CEST 2008 - lmichnovic@suse.cz + +- added $local_fs for Required-Stop in boot.quota, quotad scripts + +------------------------------------------------------------------- +Tue Aug 19 11:18:24 CEST 2008 - lmichnovic@suse.cz + +- added $remote_fs for Required-Stop in quotad init script + +------------------------------------------------------------------- +Mon Aug 18 12:21:55 CEST 2008 - lmichnovic@suse.cz + +- added $null for stop service in init.d script + ------------------------------------------------------------------- Mon May 5 17:50:36 CEST 2008 - lmichnovic@suse.cz diff --git a/quota.spec b/quota.spec index 36e81f1..25f9933 100644 --- a/quota.spec +++ b/quota.spec @@ -2,9 +2,16 @@ # spec file for package quota (Version 3.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,7 +21,7 @@ Name: quota BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel Version: 3.16 -Release: 17 +Release: 41 PreReq: %insserv_prereq %fillup_prereq AutoReqProv: on Group: System/Filesystems @@ -150,6 +157,12 @@ rm -rf $RPM_BUILD_ROOT %exclude /usr/include/rpcsvc/* %changelog +* Mon Aug 25 2008 lmichnovic@suse.cz +- added $local_fs for Required-Stop in boot.quota, quotad scripts +* Tue Aug 19 2008 lmichnovic@suse.cz +- added $remote_fs for Required-Stop in quotad init script +* Mon Aug 18 2008 lmichnovic@suse.cz +- added $null for stop service in init.d script * Mon May 05 2008 lmichnovic@suse.cz - installing missing quota_nld binary (*install_nld.patch) [bnc#386754]