Compare commits
4 Commits
f9
..
F-10-split
| Author | SHA1 | Date | |
|---|---|---|---|
| 7978757f83 | |||
| a801c45a23 | |||
| 042c0f3fb6 | |||
| b2e118ac49 |
@@ -0,0 +1 @@
|
||||
usermode-1.98.1.tar.bz2
|
||||
@@ -1 +0,0 @@
|
||||
usermode-1.98.tar.bz2
|
||||
@@ -0,0 +1,21 @@
|
||||
# Makefile for source rpm: usermode
|
||||
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist Exp $
|
||||
NAME := usermode
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
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 @@
|
||||
b1c03b4ecc3eb1287139318f1f71800e usermode-1.98.tar.bz2
|
||||
82fe0d58b5af5f9ba043a6ae58a7ca91 usermode-1.98.1.tar.bz2
|
||||
|
||||
+11
-6
@@ -1,7 +1,7 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.98
|
||||
Release: 1%{?dist}
|
||||
Version: 1.98.1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
@@ -60,12 +60,9 @@ for wrappedapp in halt reboot poweroff ; do
|
||||
done
|
||||
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
|
||||
|
||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||
done
|
||||
|
||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
|
||||
redhat-usermount.desktop; do
|
||||
echo 'NotShowIn=GNOME;KDE;' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||
desktop-file-install --vendor redhat --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||
@@ -112,6 +109,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 6 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-2
|
||||
- Hide usermount from GNOME and KDE menus
|
||||
Resolves: #440029
|
||||
- Only hide userinfo and userpasswd in GNOME and KDE
|
||||
|
||||
* Tue Oct 28 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-1
|
||||
- Update to usermode-1.98.1-1
|
||||
|
||||
* Sun Aug 3 2008 Miloslav Trmač <mitr@redhat.com> - 1.98-1
|
||||
- Support dialogs with no text entries
|
||||
- Preserve timestamps of some installed files
|
||||
|
||||
Reference in New Issue
Block a user