Remove unneeded sed scripts

This commit is contained in:
Petr Písař 2011-08-23 17:45:51 +02:00
parent 2a07f4802d
commit f3ce234eb4

View File

@ -128,10 +128,6 @@ for F in Changelog; do
mv "$F"{.utf8,}
done
# Accepted by upstream in quota-4.00_pre2
# Comment example /etc/quotatab to silent warnquota
sed -i -e '/^ *[^#]\{1,\}$/ s/^/#/' quotatab
%build
%configure \
@ -226,6 +222,7 @@ fi
- 4.00 bump
- Remove unneeded LDAP linking patch
- Prevent from stripping by configure option
- Remove unneeded sed scripts on sources
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.17.pre1
- Do not report missing utmp record to syslog (bug #731622)