Skip to content

Commit 82e89a7

Browse files
committed
Moved pki.spec.in
The pki.spec.in has been moved into the top-level directory and renamed into pki.spec for consistency with other projects. Change-Id: I90c8fa3cbc955ce9eadcfb101c1f029e7f782c31
1 parent 1aee1b8 commit 82e89a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

base/common/python/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$ sudo yum install python-wheel python-setuptools
2525
2626
The 'release' alias builds and uploads a source distribution and universal
27-
wheel. The version and release number are taken from pki-core.spec.in file.
27+
wheel. The version and release number are taken from pki.spec file.
2828
2929
$ python setup.py release
3030
@@ -51,7 +51,7 @@ class VersionInfo(Command):
5151

5252
version_re = re.compile('^Version:\s*(\d+\.\d+\.\d+)')
5353
release_re = re.compile('^Release:.*?([\d\.]+)')
54-
specfile = '../../../specs/pki-core.spec.in'
54+
specfile = '../../../pki.spec'
5555

5656
def initialize_options(self):
5757
self.rpm_version = None

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ if [ "$DEBUG" = true ] ; then
323323
fi
324324

325325
if [ "$SPEC_TEMPLATE" = "" ] ; then
326-
SPEC_TEMPLATE="$SRC_DIR/specs/pki.spec.in"
326+
SPEC_TEMPLATE="$SRC_DIR/pki.spec"
327327
fi
328328

329329
VERSION="`rpmspec -P "$SPEC_TEMPLATE" | grep "^Version:" | awk '{print $2;}'`"

specs/pki.spec.in pki.spec

File renamed without changes.

travis/pki-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function upload {
1515

1616
echo "Installing PKI build dependencies"
1717

18-
dnf builddep -y --allowerasing --spec ${BUILDDIR}/pki/specs/pki.spec.in
18+
dnf builddep -y --allowerasing --spec ${BUILDDIR}/pki/pki.spec
1919

2020
echo "Building PKI packages"
2121

0 commit comments

Comments
 (0)