Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

17 commits

Author SHA1 Message Date
Parag Nemade
e0c575848b Retire packages without systemd support, See FESCo ticket 1605 2016-07-30 14:42:33 +05:30
Fedora Release Engineering
68e2c7ab97 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:47:54 +00:00
Dennis Gilmore
a97ea9f4f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:05:57 +00:00
35e7d60dc4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 08:01:48 +00:00
Dennis Gilmore
d81b7c05a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:53:27 -05:00
Dennis Gilmore
00610fe608 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:22:19 -05:00
Colin Coe
428c7c7ec3 Rebase to upstream to resolve BZ955285 2013-05-25 20:42:40 +08:00
Dennis Gilmore
5dd6cf3211 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:52:15 -06:00
Dennis Gilmore
4cc542e709 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:56:22 -05:00
Colin Coe
66ff1da3f5 Rebase to v1.4.04 2012-04-11 19:46:21 +08:00
Dennis Gilmore
6b70cf491e - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:01:36 -06:00
Colin Coe
a6dad8d97e Rebase to v1.4.03 2011-05-02 18:58:57 +08:00
Colin Coe
bf9cf2e929 Update 1.4.02 2011-04-28 20:01:21 +08:00
Dennis Gilmore
bb4c84b8d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:43:50 -06:00
Fedora Release Engineering
2b199f37a7 dist-git conversion 2010-07-29 15:06:44 +00:00
Bill Nottingham
e6e1da146f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:23 +00:00
Colin Coe
26b08e5d24 Initial commit of vmpsd 2009-09-10 12:19:35 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vmpsd
# $Id$
NAME := vmpsd
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),)
# attept 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
dead.package Normal file
View file

@ -0,0 +1 @@
Retire packages without systemd support, See FESCo ticket 1605

View file