diff --git a/quota.spec b/quota.spec index 0eeeed5..4670743 100644 --- a/quota.spec +++ b/quota.spec @@ -1,7 +1,7 @@ Name: quota Summary: System administration tools for monitoring users' disk usage. Version: 3.01pre9 -Release: 3 +Release: 3.0ppc Serial: 1 Source0: http://downloads.sourceforge.net/linuxquota/%{name}-3.01-pre9.tar.gz License: BSD @@ -12,6 +12,7 @@ Patch3: quota-3.01-fixes.patch Patch4: quota-3.01-retcode.patch Patch5: quota-3.01-devlookup.patch Patch6: quota-3.01-backupopt.patch +Patch7: quota-3.01-badkernelinclude.patch BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.4 initscripts >= 6.38 BuildPreReq: e2fsprogs-devel gettext @@ -28,6 +29,7 @@ and limiting user and or group disk usage per filesystem. %patch4 -p1 -b .retcode %patch5 -p1 -b .devlookup %patch6 -p1 -b .backupopt +%patch7 -p1 -b .badkernelinclude %build %configure @@ -68,6 +70,9 @@ rm -rf %{buildroot} %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Wed Dec 12 2001 Guy Streeter +- Make #include of kernel header file work on non-x86 + * Wed Sep 5 2001 Preston Brown - require new initscripts