Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Kevin Fenzi
93f5dfc93a Fix status in service file. Fixes bug #1358021 2016-07-23 15:16:07 -06:00
Fedora Release Engineering
d6d3bb8866 dist-git conversion 2010-07-29 13:06:53 +00:00
Dennis Gilmore
69e7d0a2c2 Initialize branch EL-6 for sqlgrey 2010-05-08 02:24:02 +00:00
Bill Nottingham
c3c19175a1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:42:57 +00:00
4 changed files with 5 additions and 22 deletions

View file

View file

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

View file

@ -47,6 +47,7 @@ case "$1" in
status)
status sqlgrey
RETVAL=$?
;;
reload)

View file

@ -1,6 +1,6 @@
Name: sqlgrey
Version: 1.7.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Postfix grey-listing policy service
Group: System Environment/Daemons
License: GPLv2+
@ -82,6 +82,9 @@ if [ "$1" -eq 0 ]; then
fi
%changelog
* Sat Jul 23 2016 Kevin Fenzi <kevin@scrye.com> - 1.7.6-4
- Fix status in service file. Fixes bug #1358021
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild