diff --git a/quota-3.14-lsb.diff b/quota-3.14-lsb.diff new file mode 100644 index 0000000..c4187a1 --- /dev/null +++ b/quota-3.14-lsb.diff @@ -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 + diff --git a/quota.changes b/quota.changes index a94aa11..9fd6a33 100644 --- a/quota.changes +++ b/quota.changes @@ -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 diff --git a/quota.spec b/quota.spec index 04889b5..541c30f 100644 --- a/quota.spec +++ b/quota.spec @@ -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)