forked from pool/quota
Accepting request 41955 from Base:System
Copy from Base:System/quota based on submit request 41955 from user mseben OBS-URL: https://build.opensuse.org/request/show/41955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=23
This commit is contained in:
commit
4b4b95c795
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 23 08:15:39 UTC 2010 - mseben@novell.com
|
||||||
|
|
||||||
|
- quotactl.2 manual page was moved from quota to man-pages [bnc#587393]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 09:17:57 CEST 2009 - mseben@novell.com
|
Tue Sep 22 09:17:57 CEST 2009 - mseben@novell.com
|
||||||
|
|
||||||
|
10
quota.spec
10
quota.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quota (Version 3.17)
|
# spec file for package quota (Version 3.17)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,11 +21,11 @@
|
|||||||
Name: quota
|
Name: quota
|
||||||
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
|
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
|
||||||
Version: 3.17
|
Version: 3.17
|
||||||
Release: 2
|
Release: 3
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
Url: http://sourceforge.net/projects/linuxquota/
|
Url: http://sourceforge.net/projects/linuxquota/
|
||||||
Summary: Disk Quota System
|
Summary: Disk Quota System
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -53,7 +53,7 @@ Authors:
|
|||||||
Jan Kara <jack@suse.cz>
|
Jan Kara <jack@suse.cz>
|
||||||
|
|
||||||
%package nfs
|
%package nfs
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
Summary: Disk Quota System on NFS
|
Summary: Disk Quota System on NFS
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Requires: quota = %version
|
Requires: quota = %version
|
||||||
@ -99,6 +99,8 @@ make CC="gcc"
|
|||||||
install -d -m 755 ${RPM_BUILD_ROOT}/etc/init.d
|
install -d -m 755 ${RPM_BUILD_ROOT}/etc/init.d
|
||||||
install -d -m 755 ${RPM_BUILD_ROOT}/sbin
|
install -d -m 755 ${RPM_BUILD_ROOT}/sbin
|
||||||
make install ROOTDIR=${RPM_BUILD_ROOT}
|
make install ROOTDIR=${RPM_BUILD_ROOT}
|
||||||
|
#quotactl.2 manual page was moved from quota to man-pages[bnc#587393]
|
||||||
|
rm ${RPM_BUILD_ROOT}/%{_mandir}/man?/quotactl.*
|
||||||
mv ${RPM_BUILD_ROOT}%{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/
|
mv ${RPM_BUILD_ROOT}%{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/
|
||||||
#installing ldap-scripts
|
#installing ldap-scripts
|
||||||
install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
|
install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user