drop /bin and /sbin from default path
They don't make since given /usr merge Resolves: #1251192
This commit is contained in:
parent
b1e82a9536
commit
d0343f2195
8
gdm.spec
8
gdm.spec
@ -10,7 +10,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.17.4
|
Version: 3.17.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -110,6 +110,7 @@ intltoolize -f
|
|||||||
|
|
||||||
%configure --with-pam-prefix=%{_sysconfdir} \
|
%configure --with-pam-prefix=%{_sysconfdir} \
|
||||||
--with-run-dir=/run/gdm \
|
--with-run-dir=/run/gdm \
|
||||||
|
--with-default-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin \
|
||||||
--enable-split-authentication \
|
--enable-split-authentication \
|
||||||
--enable-profiling \
|
--enable-profiling \
|
||||||
--enable-console-helper \
|
--enable-console-helper \
|
||||||
@ -294,6 +295,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/gdm.pc
|
%{_libdir}/pkgconfig/gdm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 06 2015 Ray Strode <rstrode@redhat.com> 3.17.4-2
|
||||||
|
- drop /bin and /sbin from default path
|
||||||
|
They don't make since given /usr merge
|
||||||
|
Resolves: #1251192
|
||||||
|
|
||||||
* Tue Jul 28 2015 Kalev Lember <klember@redhat.com> - 1:3.17.4-1
|
* Tue Jul 28 2015 Kalev Lember <klember@redhat.com> - 1:3.17.4-1
|
||||||
- Update to 3.17.4
|
- Update to 3.17.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user