summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
-rw-r--r--docs/release-instructions.txt5
-rwxr-xr-xdocs/runtests.sh2
-rw-r--r--mock.spec.in5
4 files changed, 13 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index fb7f8f6..6f1c271 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.20])
+AC_INIT([mock],[1.0.0])
temp_RELEASE_NAME=mock
-temp_RELEASE_MAJOR=0
-temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=20
+temp_RELEASE_MAJOR=1
+temp_RELEASE_MINOR=0
+temp_RELEASE_SUBLEVEL=0
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt
index 7bd5aec..671551d 100644
--- a/docs/release-instructions.txt
+++ b/docs/release-instructions.txt
@@ -14,7 +14,7 @@ In the git tree:
$ git checkout master
2) merge any changes from local branches
$ git merge mybranch
- 3) update configure.ac with new version info
+ 3) update configure.ac with new version info (don't commit yet)
4) update the %changelog section of mock.spec.in
5) run 'autogen.sh' to update autoconf files
6) run 'configure' to generate Makefile and mock.spec
@@ -25,7 +25,8 @@ In the git tree:
10) check in any changes
11) remove ChangeLog and AUTHORS
12) run 'make dist' to generate ChangeLog and AUTHORS files
- 13) update version info in 'configure.ac' and commit it:
+ 13) commit conigure.ac and any other changes with a
+ version bump message:
$ git commit -m 'version bump' configure.ac
14) tag the git tree:
$ git tag -u <your key> mock-<version>
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 0b4af5f..60e6f6a 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -27,7 +27,7 @@ cd $TOP_SRCTREE
#
# most tests below will use this mock command line
#
-testConfig=fedora-10-x86_64
+testConfig=fedora-11-x86_64
uniqueext="$$-$RANDOM"
outdir=${CURDIR}/mock-unit-test
MOCKCMD="sudo ./py/mock.py --resultdir=$outdir --uniqueext=$uniqueext -r $testConfig $MOCK_EXTRA_ARGS"
diff --git a/mock.spec.in b/mock.spec.in
index 4cf6b38..50a77d1 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -97,6 +97,11 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Mon Nov 23 2009 Clark Williams <williams@redhat.com>- 1.0.0-1
+- modified pty devpts mount code to actually work (BZ# 510183)
+- deleted F9 configs
+- version bump to 1.0.0
+
* Fri Nov 13 2009 Clark Williams <williams@redhat.com>- 0.9.20-1
- conditionalized import of uuid to avoid failure on RHEL5
- added autoconf/automake mojo to prefer using rpmbuild-md5 for