Skip to content

Commit d9eed08

Browse files
committed
rename package to match conventions
1 parent 09cbda0 commit d9eed08

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

scripts/package/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# XXX We should play the usual tricks defining stuff here and building
22
# XXX a specfile from this info, but not yet: for now keep in sync
3-
PACKAGE=lsbappchk-python
3+
PACKAGE=lsb-appchk-python
44
VERSION=3.1.90
5-
RELEASE=1
5+
RELEASE=2
66

77
#
88
# Derive date string for daily snapshots
@@ -53,7 +53,7 @@ RPM_SRPM_DIR=$(RPM_TMP_BUILD_DIR)/SRPMS
5353

5454
# Override this on the command line to use a different repo
5555
BZRTREES?=http://bzr.freestandards.org/lsb/devel
56-
BZR_MODULE=$(PACKAGE)
56+
BZR_MODULE=lsbappchk-python
5757
TETJ_MODULE=misc-test
5858

5959
# Default target

scripts/package/lsbappchk-python.spec renamed to scripts/package/lsb-appchk-python.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define basedir /opt/lsb
22
# %{version}, %{rel} are provided by the Makefile
33
Summary: LSB Python Application Checker
4-
Name: lsbappchk-python
4+
Name: lsb-appchk-python
55
Version: %{version}
66
Release: %{rel}
77
License: GPL
@@ -63,6 +63,9 @@ fi
6363

6464
#==================================================
6565
%changelog
66+
* Sat Dec 1 2007 Mats Wichmann <mats@linux-foundation.org>
67+
- renamed package to lsb-appchk-python from lsbappchk-python (convention)
68+
6669
* Tue Nov 27 2007 Stew Benedict <stewb@linux-foundation.org>
6770
- fix journal issues (bug 1782)
6871
- use tetj.py from misc-test

0 commit comments

Comments
 (0)