Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 974e28205e | |||
| d34e729342 | |||
| 80f9e7def5 | |||
| 2e7272343d | |||
| a52f4531bf |
@@ -1 +0,0 @@
|
||||
usermode-1.103.tar.bz2
|
||||
@@ -0,0 +1 @@
|
||||
usermode-1.104.tar.bz2
|
||||
@@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: usermode
|
||||
# $Id: Makefile,v 1.2 2007/10/15 19:29:38 notting 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 $$d/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 @@
|
||||
f3650586d3199b5ccefd6ab0b35c844c usermode-1.103.tar.bz2
|
||||
64f6ba4490ef50977b1fe9c0525f9265 usermode-1.104.tar.bz2
|
||||
|
||||
+5
-2
@@ -1,6 +1,6 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.103
|
||||
Version: 1.104
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@@ -27,7 +27,7 @@ by ordinary users.
|
||||
The usermode-gtk package contains several graphical tools for users:
|
||||
userinfo, usermount and userpasswd. Userinfo allows users to change
|
||||
their finger information. Usermount lets users mount, unmount, and
|
||||
format filesystems. Userpasswd allows users to change their
|
||||
format file systems. Userpasswd allows users to change their
|
||||
passwords.
|
||||
|
||||
Install the usermode-gtk package if you would like to provide users with
|
||||
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
|
||||
- Update to usermode-1.104
|
||||
|
||||
* Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
|
||||
- Update to usermode-1.103
|
||||
|
||||
|
||||
Reference in New Issue
Block a user