Compare commits

...
This repository has been archived on 2026-01-16. 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.

25 commits

Author SHA1 Message Date
Till Maas
8b2f8e417c 2016-09-13: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-09-13 19:00:47 +02:00
Dennis Gilmore
a67041f6aa - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 16:11:14 +00:00
Dennis Gilmore
77afe1f370 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:54:10 +00:00
Peter Robinson
05be825d08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:33:32 +00:00
Dennis Gilmore
579a594077 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:40:58 -05:00
Dennis Gilmore
9aa19822ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:47:04 -05:00
Dennis Gilmore
56fed0c1dc - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:32:13 -06:00
Jochen Schmitt
71ca98087c Introduction of rpm systemd macros
- Clean up of the SPEC file
2012-10-05 19:41:13 +02:00
Jochen Schmitt
f1b0df5dcd Fix misprint operator in %post stanza (#852419) 2012-08-28 17:28:35 +02:00
Dennis Gilmore
54b54fd76f Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-26 23:39:31 -05:00
Dennis Gilmore
2cadcc3069 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:16:11 -06:00
Dennis Gilmore
3a36edcf43 - Rebuilt for glibc bug#747377 2011-10-26 18:35:42 -05:00
Jochen Schmitt
9c78ee5498 Rework and.service to fix #713432 2011-06-15 21:29:15 +02:00
Jochen Schmitt
45ebfe11eb Rework for systemd 2011-03-31 22:02:09 +02:00
Dennis Gilmore
3c6256646a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:10:47 -06:00
Jochen Schmitt
3afd1c12f8 - Remove SysVInit support 2010-11-28 21:13:19 +01:00
Fedora Release Engineering
308a61b100 dist-git conversion 2010-07-28 09:59:44 +00:00
Jochen Schmitt
a14f6ced36 Try to support systemd 2010-07-18 19:18:46 +00:00
Bill Nottingham
a07cdfb861 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:44 +00:00
Jesse Keating
7c2cc1b527 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:52:22 +00:00
Jesse Keating
1705a0a31d - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 01:04:59 +00:00
Jochen Schmitt
4fa2c3248a Rebuild for gcc-4.3 2008-02-13 21:23:17 +00:00
Jochen Schmitt
444f04b6d1 Rebuild 2008-01-23 17:39:30 +00:00
Jochen Schmitt
0b6ace816d changing license tag 2007-08-09 19:35:03 +00:00
Jochen Schmitt
25c330d92e *** empty log message *** 2007-07-30 18:46:01 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: and
# $Id$
NAME := and
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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-09-13: Retired orphaned package, because it was orphaned for
more than six weeks.

View file