forked from pool/quota
This commit is contained in:
parent
7fdbadf951
commit
512de74feb
10
quota-3.14-lsb.diff
Normal file
10
quota-3.14-lsb.diff
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- SUSE/quotad
|
||||||
|
+++ SUSE/quotad
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
# Required-Stop: $network
|
||||||
|
# Default-Start: 3 5
|
||||||
|
# Default-Stop: 0 1 2 6
|
||||||
|
+# Short-Description: Start quota daemon.
|
||||||
|
# Description: Start quota daemon.
|
||||||
|
### END INIT INFO
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 24 13:07:11 CEST 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
- added Short-Description into quotad script to fulfill LSB
|
||||||
|
specification (lsb.diff)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 19 17:32:32 CET 2007 - lmichnovic@suse.cz
|
Mon Mar 19 17:32:32 CET 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Name: quota
|
Name: quota
|
||||||
BuildRequires: e2fsprogs-devel tcpd-devel
|
BuildRequires: e2fsprogs-devel tcpd-devel
|
||||||
Version: 3.14
|
Version: 3.14
|
||||||
Release: 23
|
Release: 30
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -28,6 +28,7 @@ Patch2: %{name}-%{version}-warnquota.diff
|
|||||||
Patch3: %{name}-%{version}-type.diff
|
Patch3: %{name}-%{version}-type.diff
|
||||||
Patch4: %{name}-%{version}-pie.diff
|
Patch4: %{name}-%{version}-pie.diff
|
||||||
Patch5: %{name}-%{version}-cflags.diff
|
Patch5: %{name}-%{version}-cflags.diff
|
||||||
|
Patch6: %{name}-%{version}-lsb.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,6 +53,7 @@ Authors:
|
|||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6
|
||||||
find -type d -name CVS -exec rm -rf {} \; -prune
|
find -type d -name CVS -exec rm -rf {} \; -prune
|
||||||
find -type d | xargs chmod 755
|
find -type d | xargs chmod 755
|
||||||
|
|
||||||
@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 24 2007 - lmichnovic@suse.cz
|
||||||
|
- added Short-Description into quotad script to fulfill LSB
|
||||||
|
specification (lsb.diff)
|
||||||
* Mon Mar 19 2007 - lmichnovic@suse.cz
|
* Mon Mar 19 2007 - lmichnovic@suse.cz
|
||||||
- fixed compiling some files without RPM_OPT_FLAGS and -fPIE
|
- fixed compiling some files without RPM_OPT_FLAGS and -fPIE
|
||||||
(cflags.diff)
|
(cflags.diff)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user