Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37343398
en ru br
ALT Linux repos
S:3.5.0-alt3
5.0: 3.3.1-alt2.5
4.1: 3.3.1-alt2.4.1
4.0: 3.3.1-alt2.3

Group :: System/Servers
RPM: apache2-mod_python

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: nogit.patch
Download


diff --git a/mod_python/dist/version.sh b/mod_python/dist/version.sh
index 1060b4f..1577205 100755
--- a/mod_python/dist/version.sh
+++ b/mod_python/dist/version.sh
@@ -5,6 +5,6 @@ MPV_PATH="`dirname $0`/../src/include/mp_version.h"
 MAJ=`awk '/MP_VERSION_MAJOR/ {print $3}' $MPV_PATH`
 MIN=`awk '/MP_VERSION_MINOR/ {print $3}' $MPV_PATH`
 PCH=`awk '/MP_VERSION_PATCH/ {print $3}' $MPV_PATH`
-GIT=`git describe --always`
+GIT="0"
 
 echo $MAJ.$MIN.$PCH-$GIT
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin