We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31030ee commit b6d2280Copy full SHA for b6d2280
scripts/package/Makefile
@@ -3,7 +3,7 @@
3
# VERSION, RELEASE and LSB_VERSION get used by the spec file
4
PACKAGE=lsb-appchk-perl
5
VERSION=4.1.0
6
-RELEASE=1
+RELEASE=2
7
# default version we will test against - change as needed
8
LSBVERSION=4.1
9
@@ -109,7 +109,7 @@ $(SOURCE1):
109
bzr export $(SOURCE1) $(BZRTREES)/$(BZR_MODULE)
110
111
$(SOURCE2):
112
- wget -Operldeps.pl 'http://rpm5.org/cvs/getfile?f=rpm/scripts/perldeps.pl&v=1.5'
113
- wget -OCOPYING.perldeps.pl 'http://rpm5.org/cvs/getfile?f=rpm/COPYING&v=1.3'
+ cvs -d :pserver:anonymous@rpm5.org:/cvs co -p rpm/scripts/perldeps.pl > perldeps.pl
+ cvs -d :pserver:anonymous@rpm5.org:/cvs co -p rpm/COPYING > COPYING.perldeps.pl
114
115
.PHONY : tarball rpm_package
0 commit comments