Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b8fd28929 | |||
| 01e1dae06b |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.95.tar.bz2
|
||||
usermode-1.96.1.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
dc0eb5efcae09f81c655d65e1bc45e04 usermode-1.95.tar.bz2
|
||||
eb937aceae9ae725dfb77f19df02d928 usermode-1.96.1.tar.bz2
|
||||
|
||||
+11
-11
@@ -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.1
|
||||
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,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 Miloslav Trmač <mitr@redhat.com> - 1.96.1-1
|
||||
- New release with updated translations
|
||||
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user