From bfe1a8b3f1f45629a8d5fbe7f84e298e9d43c458 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Fri, 12 Jul 2013 11:26:39 +0800 Subject: [PATCH] - fix default path used for unitdir. - fix changelog inconsistent dates. --- autofs.spec | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/autofs.spec b/autofs.spec index 543f745..980246c 100644 --- a/autofs.spec +++ b/autofs.spec @@ -8,7 +8,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.7 -Release: 24%{?dist} +Release: 25%{?dist} Epoch: 1 License: GPLv2+ Group: System Environment/Daemons @@ -150,7 +150,7 @@ inkludera nÀtfilsystem, CD-ROM, floppydiskar, och sÄ vidare. %setup -q echo %{version}-%{release} > .version %if %{with_systemd} - %define unitdir %{?_unitdir:/lib/systemd/system} + %define unitdir %{?_unitdir:/usr/lib/systemd/system} %define systemd_configure_arg --with-systemd %endif %patch1 -p1 @@ -327,6 +327,10 @@ fi %dir /etc/auto.master.d %changelog +* Fri Jul 12 2013 Ian Kent - 1:5.0.7-25 +- fix default path used for unitdir. +- fix changelog inconsistent dates. + * Wed Jul 10 2013 Ian Kent - 1:5.0.7-24 - check for protocol option. - use ulimit max open files if greater than internal maximum. @@ -392,7 +396,7 @@ fi - modules/replicated.c: use sin6_addr.s6_addr32. - workaround missing GNU versionsort extension. -* Tue Nov 21 2012 Ian Kent - 1:5.0.7-9 +* Tue Nov 20 2012 Ian Kent - 1:5.0.7-9 - fix nobind man page description. * Tue Nov 20 2012 Ian Kent - 1:5.0.7-8 @@ -407,7 +411,7 @@ fi - increase file map read buffer size. - handle new location of systemd. -* Tue Oct 15 2012 Ian Kent - 1:5.0.7-5 +* Tue Oct 16 2012 Ian Kent - 1:5.0.7-5 - configure: allow cross compilation update. - fix date in changelog entry. @@ -421,7 +425,7 @@ fi - README: update mailing list subscription info. - allow non root user to check status. -* Mon Sep 12 2012 Ian Kent - 1:5.0.7-3 +* Mon Sep 10 2012 Ian Kent - 1:5.0.7-3 - fix nobind sun escaped map entries. - fix use cache entry after free mistake. - fix ipv6 proximity calculation. @@ -587,7 +591,7 @@ fi * Mon Nov 22 2010 Ian Kent - 1:5.0.5-33.fc15 - fix wait for master map to be available at start. -* Fri Nov 8 2010 Ian Kent - 1:5.0.5-32.fc15 +* Mon Nov 8 2010 Ian Kent - 1:5.0.5-32.fc15 - always read file maps mount lookup map read fix. - fix direct map not updating on reread. - add external bind method. @@ -916,7 +920,7 @@ fi * Mon Apr 14 2008 Ian Kent - 5.0.3-12 - fix incorrect pthreads condition handling for mount requests. -* Sun Apr 1 2008 Ian Kent - 5.0.3-11 +* Tue Apr 1 2008 Ian Kent - 5.0.3-11 - and another try at fixing lexer matching map type in map name. * Sun Mar 30 2008 Ian Kent - 5.0.3-10 @@ -1084,7 +1088,7 @@ fi * Tue Apr 3 2007 Ian Kent - 5.0.1-7 - fix "null" domain netgroup match for "-hosts" map. -* Fri Mar 29 2007 Ian Kent - 5.0.1-6 +* Thu Mar 29 2007 Ian Kent - 5.0.1-6 - fix directory creation for browse mounts. - fix wildcard map handling and improve nsswitch source map update. @@ -1155,7 +1159,7 @@ fi * Mon Jan 15 2007 Ian Kent - 5.0.1-0.rc3.7 - ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632). -* Tue Jan 10 2007 Ian Kent - 5.0.1-0.rc3.5 +* Wed Jan 10 2007 Ian Kent - 5.0.1-0.rc3.5 - remove fullstop from Summary tag. - change Buildroot to recommended form. - replace Prereq with Requires. @@ -1294,14 +1298,14 @@ fi - fix task cancelation at shutdown. - fix included map wild card key lookup. -* Thu Aug 16 2006 Ian Kent - 5.0.1-0.rc1.15 +* Wed Aug 16 2006 Ian Kent - 5.0.1-0.rc1.15 - expire individual submounts. - add ino_index locking. - fix nested submount expiring away when pwd is base of submount. - more expire re-work to cope better with shutdown following cthon tests. - allow hostname to start with numeric when validating. -* Thu Aug 7 2006 Ian Kent - 5.0.1-0.rc1.14 +* Mon Aug 7 2006 Ian Kent - 5.0.1-0.rc1.14 - remove SIGCHLD handler because it is no longer needed and was causing expire problems. - alter expire locking of multi-mounts to lock sub-tree instead of @@ -1312,13 +1316,13 @@ fi - add back sloppy mount option, removed for Connectathon testing. - disable mtab locking again. -* Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.13 +* Fri Aug 4 2006 Ian Kent - 5.0.1-0.rc1.13 - tidy up directory cleanup and add validation check to rmdir_path. -* Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.12 +* Fri Aug 4 2006 Ian Kent - 5.0.1-0.rc1.12 - enable mtab locking until I can resolve the race with it. -* Thu Aug 4 2006 Ian Kent - 5.0.1-0.rc1.11 +* Fri Aug 4 2006 Ian Kent - 5.0.1-0.rc1.11 - cthon fix expire of wildcard and program mounts broken by recent patches. @@ -1458,7 +1462,7 @@ fi - fix memory leak in rpc_portmap_getport and rpc_ping_proto. - fix memory leak in initialisation of lookup modules. -* Wed Jun 8 2006 Ian Kent - 5.0.0_beta4-5 +* Thu Jun 8 2006 Ian Kent - 5.0.0_beta4-5 - misc fixes for things found while investigating map re-read problem. * Wed Jun 7 2006 Ian Kent - 5.0.0_beta4-4 @@ -1538,13 +1542,13 @@ fi * Tue Feb 07 2006 Jesse Keating - 1:4.1.4-16.2.1 - rebuilt for new gcc4.1 snapshot and glibc changes -* Tue Feb 1 2006 Ian Kent - 1:4.1.4-16.2 +* Wed Feb 1 2006 Ian Kent - 1:4.1.4-16.2 - Add more general patch to translate "_" to "." in map names. (bz #147765) -* Mon Jan 25 2006 Ian Kent - 1:4.1.4-16.1 +* Wed Jan 25 2006 Ian Kent - 1:4.1.4-16.1 - Add patch to use LDAP_DEPRICATED compile option. (bz #173833) -* Mon Jan 17 2006 Ian Kent - 1:4.1.4-16 +* Tue Jan 17 2006 Ian Kent - 1:4.1.4-16 - Replace check-is-multi with more general multi-parse-fix. - Add fix for premature return when waiting for lock file. - Update copyright declaration for reentrant-syslog source. @@ -1925,7 +1929,7 @@ fi * Mon Sep 29 2003 Ian Kent - Added work around for O(1) patch oddity. -* Sat Aug 17 2003 Ian Kent +* Sat Aug 16 2003 Ian Kent - Fixed tree mounts. - Corrected transciption error in autofs4-2.4.18 kernel module @@ -1958,7 +1962,7 @@ fi - Added autofs4 ghosting patch for 2.4.19 and above - Implemented HUP signal to force update of ghosted maps -* Mon Mar 23 2002 Ian Kent +* Sat Mar 23 2002 Ian Kent - Add patch to implement directory ghosting and direct mounts - Add patch to for autofs4 module to support ghosting