File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11# created by obsupdate.sh, do not edit by hand
22Debtransform-Tar : cvmfs-config-osg-2.1.tar.gz
33Format : 1.0
4- Version : 2.1.1-1
4+ Version : 2.1.1
55Binary : cvmfs-config-osg
66Source : cvmfs-config-osg
77Maintainer : Dave Dykstra <dwd@fnal.gov>
Original file line number Diff line number Diff line change @@ -12,20 +12,13 @@ RPMREL="$(grep '^%define release_prefix' $SPECFILE | awk '{print $3}')"
1212if [ -z " $RPMREL " ]; then
1313 RPMREL=" $( grep ' ^Release:' $SPECFILE | awk ' {print $2}' | cut -d% -f1) "
1414fi
15- # if the version is current, increment the release number, else choose 1
16- DEBREL=" ` sed -n " s/^Version: ${VERSION} \.${RPMREL} -//p" $PKG .dsc 2> /dev/null` "
17- if [ -z " $DEBREL " ]; then
18- DEBREL=1
19- else
20- let DEBREL+=1
21- fi
2215(
2316echo " # created by $ME , do not edit by hand"
2417# The following two lines are OBS "magic" to use the tarball from the rpm
2518echo " Debtransform-Tar: ${PKG} -${VERSION} .tar.gz"
2619# echo "Debtransform-Files-Tar: "
2720echo " Format: 1.0"
28- echo " Version: ${VERSION} .${RPMREL} - ${DEBREL} "
21+ echo " Version: ${VERSION} .${RPMREL} "
2922echo " Binary: $PKG "
3023cat control
3124echo " Files:"
You can’t perform that action at this time.
0 commit comments