Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b37d1ca3be | |||
| 9e32e323ec | |||
| 3fd9ba787f | |||
| 2b2e6b9b22 | |||
| 2a0b3c48b6 | |||
| 447e3e827a | |||
| 2bc1093b62 | |||
| 6feccc4f24 | |||
| a93647191f |
+1
-2
@@ -1,2 +1 @@
|
||||
usermode-1.71-1.tar.gz
|
||||
usermode-1.71-2.tar.gz
|
||||
usermode-1.72.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz
|
||||
161606361a4b2dd08b368d0535a7356a usermode-1.72.tar.gz
|
||||
|
||||
+23
-9
@@ -1,26 +1,25 @@
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 0
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.71
|
||||
Version: 1.72
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}-%{release}.tar.gz
|
||||
Patch0: usermode-mkfs.patch
|
||||
Source: usermode-%{version}.tar.gz
|
||||
%if %{build6x}
|
||||
Requires: util-linux, pam >= 0.66-5
|
||||
%else
|
||||
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth
|
||||
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
||||
%endif
|
||||
Conflicts: SysVinit < 2.74-14
|
||||
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
||||
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||
%if %{WITH_SELINUX}
|
||||
BuildPrereq: libselinux-devel
|
||||
BuildPrereq: libselinux-devel >= 1.17.13-2
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@@ -45,9 +44,7 @@ Install the usermode-gtk package if you would like to provide users with
|
||||
graphical tools for certain account management tasks.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{release}
|
||||
|
||||
%patch0 -p1 -b .mkfs
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@@ -117,6 +114,23 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 1.72-2
|
||||
- add dependency on passwd (bz #125010)
|
||||
- make sure the Release: isn't part of the path name and tarball name
|
||||
|
||||
* Mon Sep 27 2004 Ray Strode <rstrode@redhat.com> 1.72-1
|
||||
- remove X-Red-Hat-Base category from userinfo.desktop
|
||||
- fix `make distcheck'
|
||||
- use proper value types for Terminal keys in desktop entries
|
||||
- remove upstreamed mkfs patch
|
||||
|
||||
* Fri Sep 24 2004 Jindrich Novy <jnovy@redhat.com> 1.71-4
|
||||
- updated dependencies to SELinux
|
||||
|
||||
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 1.71-3
|
||||
- installation to Preferences/More Preferences as a request
|
||||
of Ray Strode (rstrode@redhat.com) and #131605
|
||||
|
||||
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
|
||||
- added "-I" option to mkfs in the .mkfs patch (#117793)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user