projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15bd160
)
it is releasever not distver
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Sat, 11 Oct 2008 11:01:50 +0000
(11:01 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Sat, 11 Oct 2008 11:01:50 +0000
(11:01 +0000)
zypp/repo/RepoVariables.cc
patch
|
blob
|
history
diff --git
a/zypp/repo/RepoVariables.cc
b/zypp/repo/RepoVariables.cc
index f48fcb0e003ca4252f0a7c623b3e11a0737abfda..51b0701a1a44149e7a8689d150dfc26f8d4eb02d 100644
(file)
--- a/
zypp/repo/RepoVariables.cc
+++ b/
zypp/repo/RepoVariables.cc
@@
-55,12
+55,12
@@
std::string RepoVariablesStringReplacer::operator()( const std::string &value )
"$basearch",
basearch.asString() );
- // only replace $
dist
ver if the target is
+ // only replace $
release
ver if the target is
// initialized
if ( getZYpp()->getTarget() )
{
newvalue = str::gsub( newvalue,
- "$
dist
ver",
+ "$
release
ver",
getZYpp()->target()->distributionVersion() );
}