Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9c819fa09 | |||
| 4344797e70 | |||
| 1afcb34066 | |||
| b17cf718dd | |||
| 59b85d754a |
+1
-1
@@ -1 +1 @@
|
|||||||
usermode-1.91.1.tar.bz2
|
usermode-1.93.1.tar.bz2
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
# Makefile for source rpm: usermode
|
# Makefile for source rpm: usermode
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist Exp $
|
||||||
NAME := usermode
|
NAME := usermode
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
include ../common/Makefile.common
|
define find-makefile-common
|
||||||
|
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
|
||||||
|
ifeq ($(MAKEFILE_COMMON),)
|
||||||
|
# attempt a checkout
|
||||||
|
define checkout-makefile-common
|
||||||
|
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(MAKEFILE_COMMON)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
d036105f567bf0649bbec0c5866a0f81 usermode-1.91.1.tar.bz2
|
f4abcfccf2af706fa47f56eec42e2f90 usermode-1.93.1.tar.bz2
|
||||||
|
|||||||
+33
-17
@@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.91.1
|
Version: 1.93.1
|
||||||
Release: 1
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: usermode-%{version}.tar.bz2
|
Source: usermode-%{version}.tar.bz2
|
||||||
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
||||||
Conflicts: SysVinit < 2.74-14
|
Conflicts: SysVinit < 2.74-14
|
||||||
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
|
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
|
||||||
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
|
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||||
BuildRequires: perl-XML-Parser, libattr-devel, libSM-devel, gettext
|
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
BuildRequires: libselinux-devel >= 1.17.13-2
|
BuildRequires: libselinux-devel >= 1.17.13-2
|
||||||
%endif
|
%endif
|
||||||
@@ -67,20 +67,15 @@ for wrappedapp in halt reboot poweroff ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||||
cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
|
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||||
NoDisplay=true
|
done
|
||||||
EOF
|
|
||||||
desktop-file-install --vendor redhat --delete-original \
|
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
redhat-usermount.desktop; do
|
||||||
--remove-category Application \
|
desktop-file-install --vendor redhat --delete-original \
|
||||||
--add-category X-GNOME-PersonalSettings \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
desktop-file-install --vendor redhat --delete-original \
|
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
||||||
--remove-category Application \
|
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/redhat-usermount.desktop
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@@ -121,6 +116,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 1.93.1-1
|
||||||
|
- New release with updated translations
|
||||||
|
Resolves: #332441
|
||||||
|
- Build with startup notification
|
||||||
|
Resolves: #294591
|
||||||
|
|
||||||
|
* Wed Sep 5 2007 Miloslav Trmač <mitr@redhat.com> - 1.93-1
|
||||||
|
- Fix handling of PAM conversations with no questions
|
||||||
|
Resolves: #267361
|
||||||
|
- Update License:
|
||||||
|
|
||||||
|
* Mon Jun 11 2007 Miloslav Trmač <mitr@redhat.com> - 1.92-1
|
||||||
|
- Fix userhelper hangs in non-UTF8 locales
|
||||||
|
Resolves: #242420
|
||||||
|
- Clean up menu categories in desktop files
|
||||||
|
|
||||||
|
* Sat Jun 9 2007 Miloslav Trmač <mitr@redhat.com> - 1.91.2-1
|
||||||
|
- Show the user we're authenticating as in an i18n-safe way.
|
||||||
|
Resolves: #233210
|
||||||
|
- Remove BuildRequires: libattr-devel
|
||||||
|
|
||||||
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
|
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
|
||||||
- New release with updated translations
|
- New release with updated translations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user