[autofs] * Wed Jul 6 2011 Ian Kent <ikent at redhat.com> - 1:5.0.6-2 - add missing spec file entries for dir-typ

Ian Kent iankent at fedoraproject.org
Wed Jul 6 05:57:04 UTC 2011


commit 4f7edcb12e6eaaa4e50cd64091ded056b61cb9a6
Author: Ian Kent <ikent at redhat.com>
Date:   Wed Jul 6 13:56:35 2011 +0800

    * Wed Jul 6 2011 Ian Kent <ikent at redhat.com> - 1:5.0.6-2
    - add missing spec file entries for dir-type change (bz719208).

 autofs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/autofs.spec b/autofs.spec
index def2923..7dc918b 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -68,6 +68,7 @@ mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir}
 mkdir -p -m755 $RPM_BUILD_ROOT%{_libdir}/autofs
 mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8}
 mkdir -p -m755 $RPM_BUILD_ROOT/etc/sysconfig
+mkdir -p -m755 $RPM_BUILD_ROOT/etc/auto.master.d
 
 make install mandir=%{_mandir} initdir=%{_initrddir} INSTALLROOT=$RPM_BUILD_ROOT
 make -C redhat
@@ -105,8 +106,12 @@ fi
 %{_sbindir}/automount
 %{_mandir}/*/*
 %{_libdir}/autofs/
+%dir /etc/auto.master.d
 
 %changelog
+* Wed Jul 6 2011 Ian Kent <ikent at redhat.com> - 1:5.0.6-2
+- add missing spec file entries for dir-type change (bz719208).
+
 * Mon Jul 4 2011 Ian Kent <ikent at redhat.com> - 1:5.0.6-1
 - update source to 5.0.6.
 - fix ipv6 name for lookup fix.


More information about the scm-commits mailing list