Compare commits

..

3 Commits

Author SHA1 Message Date
Fedora Release Engineering 45d00f09c7 dist-git conversion 2010-07-29 14:48:43 +00:00
Bill Nottingham e4d22aebcd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:25 +00:00
Jesse Keating 8af529dd26 Initialize branch F-10 for usermode 2008-11-07 03:31:11 +00:00
5 changed files with 4 additions and 29 deletions
-1
View File
@@ -1 +0,0 @@
usermode-1.99.tar.bz2
+1
View File
@@ -0,0 +1 @@
usermode-1.98.1.tar.bz2
-21
View File
@@ -1,21 +0,0 @@
# 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
View File
@@ -1 +1 @@
c02557e127ebf469e481e61b2be5fc7d usermode-1.99.tar.bz2
82fe0d58b5af5f9ba043a6ae58a7ca91 usermode-1.98.1.tar.bz2
+2 -6
View File
@@ -1,7 +1,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.99
Release: 1
Version: 1.98.1
Release: 2
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
@@ -109,10 +109,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Nov 11 2008 Miloslav Trmač <mitr@redhat.com> - 1.99-1
- Update to usermode-1.99
Resolves: #470834
* Thu Nov 6 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-2
- Hide usermount from GNOME and KDE menus
Resolves: #440029