Author: thl
Update of /cvs/free/rpms/akmods/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7547
Modified Files:
akmods akmods.spec
Log Message:
* Thu Jan 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-1
- update to 0.3.5, fixes #340
Index: akmods
===================================================================
RCS file: /cvs/free/rpms/akmods/devel/akmods,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akmods 11 Jan 2009 16:02:15 -0000 1.2
+++ akmods 29 Jan 2009 18:14:41 -0000 1.3
@@ -36,7 +36,7 @@
# global vars
myprog="akmods"
-myver="0.3.3"
+myver="0.3.5"
kmodlogfile=
continue_line=""
tmpdir=
@@ -258,7 +258,7 @@
akmods_echo 1 2 --failure
fi
akmods_echo 2 1 "Building rpms failed; see
/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log for
details"
- cp -l "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
+ cp -fl "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
kmodlogfile=""
remove_tmpdir
return 4
@@ -279,7 +279,7 @@
fi
akmods_echo 2 1 "Could not install newly built RPMs. You can find them and the
logfile"
akmods_echo 2 1 "${this_kmodverrel}-for-${this_kernelver}.failed.log in
/var/cache/akmods/${this_kmodname}/"
- cp -l "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
+ cp -fl "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
kmodlogfile=""
remove_tmpdir
return 8
@@ -287,7 +287,7 @@
# finish
akmods_echo 1 4 "Successful."
- cp -l "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.log"
+ cp -fl "${kmodlogfile}"
"/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.log"
kmodlogfile=""
remove_tmpdir
Index: akmods.spec
===================================================================
RCS file: /cvs/free/rpms/akmods/devel/akmods.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akmods.spec 11 Jan 2009 16:02:15 -0000 1.2
+++ akmods.spec 29 Jan 2009 18:14:41 -0000 1.3
@@ -1,5 +1,5 @@
Name: akmods
-Version: 0.3.4
+Version: 0.3.5
Release: 1%{?dist}
Summary: Automatic kmods build and install tool
@@ -101,6 +101,9 @@
%{_mandir}/man1/*
%changelog
+* Thu Jan 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-1
+- update to 0.3.5, fixes #340
+
* Sun Jan 11 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.4-1
- update to 0.3.4, which has some cosmetic changes
Show replies by date