Compare commits

...

4 Commits

Author SHA1 Message Date
Jesse Keating d90062babc - Rebuilt for gcc bug 634757 2010-10-05 20:34:11 -07:00
Miloslav Trmač f9517ac3e5 Update to usermode-1.106.1 2010-09-14 17:28:56 +02:00
Miloslav Trmač 86def28cfe Update to usermode-1.106 2010-08-26 23:51:00 +02:00
Fedora Release Engineering dc83fdf537 dist-git conversion 2010-07-29 14:48:47 +00:00
5 changed files with 15 additions and 25 deletions
-1
View File
@@ -1 +0,0 @@
usermode-1.105.tar.xz
+3
View File
@@ -0,0 +1,3 @@
usermode-1.105.tar.xz
/usermode-1.106.tar.xz
/usermode-1.106.1.tar.xz
-21
View File
@@ -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
View File
@@ -1 +1 @@
7178262747707ddc4de645b8360f84ef usermode-1.105.tar.xz
e687f847bc050b669c9dc76915349853 usermode-1.106.1.tar.xz
+11 -2
View File
@@ -1,7 +1,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.105
Release: 1%{?dist}
Version: 1.106.1
Release: 1%{?dist}.1
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
@@ -110,6 +110,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Oct 05 2010 jkeating - 1.106.1-1.1
- Rebuilt for gcc bug 634757
* Tue Sep 14 2010 Miloslav Trmač <mitr@redhat.com> - 1.106.1-1
- Update to usermode-1.106.1
* Thu Aug 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.106-1
- Update to usermode-1.106
* Thu Apr 8 2010 Miloslav Trmač <mitr@redhat.com> - 1.105-1
- Update to usermode-1.105
Resolves: #578124