This commit is contained in:
parent
1583bd1612
commit
81fb893a6d
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
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
Name: quota
|
||||
BuildRequires: e2fsprogs-devel tcpd-devel
|
||||
Version: 3.14
|
||||
Release: 23
|
||||
Release: 30
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Group: System/Filesystems
|
||||
@ -28,6 +28,7 @@ Patch2: %{name}-%{version}-warnquota.diff
|
||||
Patch3: %{name}-%{version}-type.diff
|
||||
Patch4: %{name}-%{version}-pie.diff
|
||||
Patch5: %{name}-%{version}-cflags.diff
|
||||
Patch6: %{name}-%{version}-lsb.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -52,6 +53,7 @@ Authors:
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
find -type d -name CVS -exec rm -rf {} \; -prune
|
||||
find -type d | xargs chmod 755
|
||||
|
||||
@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/*
|
||||
|
||||
%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
|
||||
- fixed compiling some files without RPM_OPT_FLAGS and -fPIE
|
||||
(cflags.diff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user