forked from pool/quota
This commit is contained in:
parent
597b331029
commit
cc3a8bcb48
3
quota-3.15.tar.bz2
Normal file
3
quota-3.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58269460ca5a25a1c4dfa05272c8a44802eba0970dd0d0af6980d8496ac12871
|
||||
size 257883
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2769a880d285a9bf2504bf5c16f6abd9b1b86cbd8059e9337287ed3a0e681c5b
|
||||
size 258235
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 14:15:05 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
- update to 3.15 final. Changes since 3.15 beta:
|
||||
* added a wrapper script around setquota which also updates LDAP
|
||||
- installing ldap-scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 16:22:45 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
|
15
quota.spec
15
quota.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package quota (Version 3.14.9)
|
||||
# spec file for package quota (Version 3.15)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,15 +12,15 @@
|
||||
|
||||
Name: quota
|
||||
BuildRequires: e2fsprogs-devel tcpd-devel
|
||||
Version: 3.14.9
|
||||
Release: 3
|
||||
Version: 3.15
|
||||
Release: 1
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Group: System/Filesystems
|
||||
License: GPL v2 or later
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Summary: Disk Quota System
|
||||
Source: %{name}-tools-3.14.9.tar.bz2
|
||||
Source: %{name}-3.15.tar.bz2
|
||||
Source1: %{name}-SUSE.tar.bz2
|
||||
Patch1: %{name}-%{version}-mode.patch
|
||||
Patch2: %{name}-%{version}-man.patch
|
||||
@ -65,6 +65,9 @@ install -d -m 755 ${RPM_BUILD_ROOT}/etc/init.d
|
||||
install -d -m 755 ${RPM_BUILD_ROOT}/sbin
|
||||
make install ROOTDIR=${RPM_BUILD_ROOT}
|
||||
mv ${RPM_BUILD_ROOT}%{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/
|
||||
#installing ldap-scripts
|
||||
install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
|
||||
install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/
|
||||
#ln -sf ../../sbin/quotacheck ${RPM_BUILD_ROOT}/usr/sbin/quotacheck
|
||||
cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d
|
||||
#ln -s ../../etc/init.d/quota ${RPM_BUILD_ROOT}/usr/sbin/rcquota
|
||||
@ -97,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 17 2007 - lmichnovic@suse.cz
|
||||
- update to 3.15 final. Changes since 3.15 beta:
|
||||
* added a wrapper script around setquota which also updates LDAP
|
||||
- installing ldap-scripts
|
||||
* Mon Jul 02 2007 - lmichnovic@suse.cz
|
||||
- adjusted print formatting (*type.patch)
|
||||
* Thu Jun 21 2007 - lmichnovic@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user