Skip to content

Commit

Permalink
Preparing release 0.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Mar 20, 2010
1 parent 32ed479 commit 2191834
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
* 0.8.6svn - ... - released 15/10/2009
* 0.8.7 - Way Overdue - released 20/03/2010
- Add pyOpenSSL dependency to RPM spec file (Bryan Washer)
- Fixed a problem with createrepo options (David Zambonini)
- Fixed a problem in rhnget related to python sys.path causing 'Forbidden' (Mark Reynolds)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -58,7 +58,7 @@ docs:
make -C docs

dist:
find . ! -path '*/.svn*' | pax -d -w -x ustar -s ',^.,$(name)-$(version),' | bzip2 >../$(name)-$(version).tar.bz2
svn list -R | pax -d -w -x ustar -s ',^.,$(name)-$(version),' | bzip2 >../$(name)-$(version).tar.bz2

rpm: dist
rpmbuild -tb --clean --rmsource --rmspec --define "_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" --define "_rpmdir ../" ../$(name)-$(version).tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion mrepo
Expand Up @@ -22,7 +22,7 @@ import time
__version__ = "$Revision$"
# $Source$

VERSION = '0.8.6'
VERSION = '0.8.7'

archs = {
'alpha': ('alpha', 'alphaev5', 'alphaev56', 'alphaev6', 'alphaev67'),
Expand Down
5 changes: 4 additions & 1 deletion mrepo.spec
Expand Up @@ -4,7 +4,7 @@

Summary: Set up repositories from various sources (ISO, RHN, YOU, rsync, http, ftp, ...)
Name: mrepo
Version: 0.8.6
Version: 0.8.7
Release: 1
License: GPL
Group: System Environment/Base
Expand Down Expand Up @@ -113,6 +113,9 @@ fi
%{_localstatedir}/mrepo/

%changelog
* Sat Feb 06 2010 Dag Wieers <dag@wieers.com> - 0.8.7-1
- Updated to release 0.8.7.

* Mon Oct 06 2008 Dag Wieers <dag@wieers.com> - 0.8.6-1
- Updated to release 0.8.6.

Expand Down

0 comments on commit 2191834

Please sign in to comment.