- use spec file systemd unit file location.
This commit is contained in:
parent
a131fea513
commit
9848f262fe
@ -8,7 +8,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems
|
Summary: A tool for automatically mounting and unmounting filesystems
|
||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 5.0.7
|
Version: 5.0.7
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -122,7 +122,7 @@ mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8}
|
|||||||
mkdir -p -m755 $RPM_BUILD_ROOT/etc/sysconfig
|
mkdir -p -m755 $RPM_BUILD_ROOT/etc/sysconfig
|
||||||
mkdir -p -m755 $RPM_BUILD_ROOT/etc/auto.master.d
|
mkdir -p -m755 $RPM_BUILD_ROOT/etc/auto.master.d
|
||||||
|
|
||||||
make install mandir=%{_mandir} initdir=%{_initrddir} INSTALLROOT=$RPM_BUILD_ROOT
|
make install mandir=%{_mandir} initdir=%{_initrddir} systemddir=%{_unitdir} INSTALLROOT=$RPM_BUILD_ROOT
|
||||||
echo make -C redhat
|
echo make -C redhat
|
||||||
make -C redhat
|
make -C redhat
|
||||||
install -m 755 -d $RPM_BUILD_ROOT/misc
|
install -m 755 -d $RPM_BUILD_ROOT/misc
|
||||||
@ -194,6 +194,9 @@ fi
|
|||||||
%dir /etc/auto.master.d
|
%dir /etc/auto.master.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 18 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-7
|
||||||
|
- use spec file systemd unit file location.
|
||||||
|
|
||||||
* Thu Oct 18 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-6
|
* Thu Oct 18 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-6
|
||||||
- fix recursive mount deadlock.
|
- fix recursive mount deadlock.
|
||||||
- increase file map read buffer size.
|
- increase file map read buffer size.
|
||||||
|
Loading…
Reference in New Issue
Block a user