SHA256
1
0
forked from pool/quota
OBS User unknown
2007-07-18 20:25:41 +00:00
committed by Git OBS Bridge
parent 597b331029
commit cc3a8bcb48
8 changed files with 21 additions and 7 deletions

View File

@@ -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