From 20db1150b421d01e39257fe454402538cd93e491 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:22:42 +0000 Subject: [PATCH 1/4] Initialize branch F-10 for amtterm --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 4eaaa2342d5ca33246db5c6f5c0ff53d77b52ae1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 6 Jan 2009 14:28:49 +0000 Subject: [PATCH 2/4] update to version 1.2 --- .cvsignore | 2 +- amtterm.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 92bc8cf..d9abd83 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -amtterm-1.1.tar.gz +amtterm-1.2.tar.gz diff --git a/amtterm.spec b/amtterm.spec index f22b81b..96e4171 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -1,7 +1,7 @@ Name: amtterm License: GPLv2+ -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet Source: %{name}-%{version}.tar.gz @@ -43,6 +43,11 @@ desktop-file-install \ rm -rf %{buildroot} %changelog +* Tue Jan 06 2009 Gerd Hoffmann - 1.2-1 +- update to version 1.2 + * support special reboot commands (pxe, bios. ...). + * gamt: gui tweaks, logging support. + * Thu Oct 30 2008 Gerd Hoffmann - 1.1-3 - update to version 1.1 * handle BIOS-over-SOL. diff --git a/sources b/sources index 19e4fcf..55f32f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43900abfd7fe67f2823716764df45885 amtterm-1.1.tar.gz +74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz From e2bdf08743db7b295636cddd402cf5ff94ee4e13 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:27:27 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 829928c..04a350b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := amtterm 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 +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)) From b419f58c160194c1b9ab9a500b6c1823d82fb2ca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:50:45 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 04a350b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: amtterm -# $Id$ -NAME := amtterm -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),) -# 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) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10