[fedora-release-notes] fix noise during %post by adding Requires(post): /bin/touch

Tom Callaway spot at fedoraproject.org
Tue Feb 15 20:55:27 UTC 2011


commit 56201cd4dc0ebbd809d5d7f9833891afc20b495d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Feb 15 15:56:39 2011 -0500

    fix noise during %post by adding Requires(post): /bin/touch

 fedora-release-notes.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index 679b778..78c3bac 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -2,7 +2,7 @@
 
 Name:      fedora-release-notes
 Version:   14.1.2
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Release Notes
 URL:       http://fedoraproject.org
 Group:     System Environment/Base
@@ -10,6 +10,7 @@ License:   CC-BY-SA
 Source0:   fedora-release-notes-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+Requires(post): /bin/touch
 %description
 These are the official Release Notes for Fedora 14,
 written and edited by the Fedora community. For more
@@ -159,6 +160,9 @@ if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev
 %{_datadir}/icons/hicolor/scalable/apps/fedora-documentation.svg
 
 %changelog
+* Tue Feb 15 2011 Tom Callaway <spot at fedoraproject.org> - 14.1.2-3
+- fix noise during post by adding Requires(post) for touch
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 14.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list