From b9a215595076256eb80c96c54274f559e8538d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 21 Aug 2012 20:27:52 +0200 Subject: [PATCH] Drop no longer necessary %clean and %defattr commands --- tmpwatch.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tmpwatch.spec b/tmpwatch.spec index e022085..acf1a18 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -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č - 2.11-3 +- Drop no longer necessary %%clean and %%defattr commands. + * Sat Jul 21 2012 Fedora Release Engineering - 2.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild