- Remove code that overrides SELinux contexts of processes started by
userhelper. Related: #247967 - Delete the WITH_SELINUX variable.
This commit is contained in:
parent
f706a49df4
commit
01e1dae06b
@ -1 +1 @@
|
||||
usermode-1.95.tar.bz2
|
||||
usermode-1.96.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
dc0eb5efcae09f81c655d65e1bc45e04 usermode-1.95.tar.bz2
|
||||
510282133c56f98af0f18c2cf040abc6 usermode-1.96.tar.bz2
|
||||
|
@ -1,10 +1,6 @@
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.95
|
||||
Version: 1.96
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -16,9 +12,7 @@ Conflicts: SysVinit < 2.74-14
|
||||
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
|
||||
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: libselinux-devel >= 1.17.13-2
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%package gtk
|
||||
@ -45,10 +39,7 @@ graphical tools for certain account management tasks.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%if %{WITH_SELINUX}
|
||||
--with-selinux
|
||||
%endif
|
||||
%configure --with-selinux
|
||||
|
||||
make
|
||||
|
||||
@ -121,6 +112,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 29 2008 Miloslav Trmač <mitr@redhat.com> - 1.96-1
|
||||
- Remove code that overrides SELinux contexts of processes started by
|
||||
userhelper.
|
||||
Related: #247967
|
||||
- Delete the WITH_SELINUX variable.
|
||||
|
||||
* Mon Feb 25 2008 Miloslav Trmač <mitr@redhat.com> - 1.95-1
|
||||
- New home page at https://fedorahosted.org/usermode/
|
||||
- Correctly preserve exit code when SESSION=yes
|
||||
|
Loading…
Reference in New Issue
Block a user