Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b8fd28929 | |||
| 01e1dae06b | |||
| f706a49df4 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.94.tar.bz2
|
||||
usermode-1.96.1.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
5766976b959e59c2e00c9bf445cb9521 usermode-1.94.tar.bz2
|
||||
eb937aceae9ae725dfb77f19df02d928 usermode-1.96.1.tar.bz2
|
||||
|
||||
+21
-12
@@ -1,22 +1,18 @@
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.94
|
||||
Release: 2%{?dist}
|
||||
Version: 1.96.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
# https://fedorahosted.org/usermode/attachment/wiki/UsermodeDownloads/usermode-%{version}.tar.bz2?format=raw
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
||||
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
|
||||
@@ -43,10 +39,7 @@ graphical tools for certain account management tasks.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%if %{WITH_SELINUX}
|
||||
--with-selinux
|
||||
%endif
|
||||
%configure --with-selinux
|
||||
|
||||
make
|
||||
|
||||
@@ -85,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING ChangeLog NEWS README
|
||||
%attr(4711,root,root) /usr/sbin/userhelper
|
||||
%{_bindir}/consolehelper
|
||||
%{_mandir}/man8/userhelper.8*
|
||||
@@ -118,6 +112,21 @@ 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
|
||||
- Fix minor errors in the .desktop files
|
||||
- Ship documentation
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.94-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user