Drop no longer necessary %clean and %defattr commands
This commit is contained in:
parent
8ab44bda39
commit
b9a2155950
@ -39,11 +39,7 @@ mkdir -p %{buildroot}/etc/cron.daily
|
||||
install -p %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
|
||||
chmod +x %{buildroot}/etc/cron.daily/tmpwatch
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_bindir}/tmpwatch
|
||||
%{_sbindir}/tmpwatch
|
||||
@ -51,6 +47,9 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2012 Miloslav Trmač <mitr@redhat.com> - 2.11-3
|
||||
- Drop no longer necessary %%clean and %%defattr commands.
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user