search for: rpmversion

Displaying 5 results from an estimated 5 matches for "rpmversion".

Did you mean: rpm_version
2016 Feb 05
2
How to install packages from git.centos.org
On 02/05/2016 04:22 AM, Johnny Hughes wrote: > On 02/03/2016 10:23 AM, Tim wrote: >> Hi all, >> >> how can I install rpms from git.centos.org? I'd like to install and test >> the realtime-kernel. >> >> It seems to me that https://wiki.centos.org/Sources only means to build >> srpms. >> >> What I ned is an rt-kernel with headers for
2016 Feb 14
0
How to install packages from git.centos.org
Hey Johnny, thank you very much for your instructions. The build is running at the moment but there seems to be a small bug in kernel-rt.spec. I changed the line 684 from mv %{name}-%{rpmversion}-%{pkg_release_simple}%{dist} vanilla-%{kversion}; to mv %{name}-%{rpmversion}-%{pkg_release_simple}* vanilla-%{kversion}; The reason is that the tarball contains a folder with dist-tag .el7_2. So when I want to change the dist tag to .el7 the unpacked sources folder can't be renamed to "...
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all, At long last, Lustre 1.6.5 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp The change log and release notes can be read here: http://wiki.lustre.org/index.php?title=Change_Log_1.6 Thank you for your assistance; as always, you can report issues via Bugzilla (https://bugzilla.lustre.org/) Happy downloading! -- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all, At long last, Lustre 1.6.5 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp The change log and release notes can be read here: http://wiki.lustre.org/index.php?title=Change_Log_1.6 Thank you for your assistance; as always, you can report issues via Bugzilla (https://bugzilla.lustre.org/) Happy downloading! -- The Lustre Team --
2014 Sep 17
4
[PATCH 0/2] supermin: use librpm for rpm support
Hi, this work makes supermin use the rpm library instead of invoking rpm directly. This, together with a needed refactoring of the dependency resolution, should help in make supermin faster on rpm-based systems. Surely the patches will still need polishing, especially for behaviours of newly added stuff, but at least it's a good starting point. Noting that you need rpm-devel on most of rpm