rpms/buildsys-build-rpmfusion/devel buildsys-build-rpmfusion.spec, 1.3, 1.4

Thorsten Leemhuis thl at rpmfusion.org
Thu Oct 2 21:39:50 CEST 2008


Author: thl

Update of /cvs/free/rpms/buildsys-build-rpmfusion/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27318

Modified Files:
	buildsys-build-rpmfusion.spec 
Log Message:
* Thu Oct 02 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 10:10-0.2
- don't use the --buildrequires stuff, doesn't work in plague/mock
- provide compatible symlink for "newest"



Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buildsys-build-rpmfusion.spec	2 Oct 2008 18:01:58 -0000	1.3
+++ buildsys-build-rpmfusion.spec	2 Oct 2008 19:39:49 -0000	1.4
@@ -3,7 +3,7 @@
 Name:           buildsys-build-%{repo}
 Epoch:          10
 Version:        10
-Release:        0.1
+Release:        0.2
 Summary:        Tools and files used by the %{repo} buildsys 
 
 Group:          Development/Tools
@@ -45,7 +45,7 @@
 BuildRequires:  %{_bindir}/kmodtool
 
 # we use our own magic here to safe ourself to cut'n'paste the BR
-%{expand:%(bash %{SOURCE2} --current --requires --buildrequires --prefix %{_sourcedir}/%{name}- 2>/dev/null)}
+%{expand:%(bash %{SOURCE2} --current --requires --prefix %{_sourcedir}/%{name}- 2>/dev/null)}
 
 %description kerneldevpkgs-current
 This is a meta-package used by the buildsystem to track the kernel-devel
@@ -58,7 +58,7 @@
 
 %prep
 # for debugging purposes output the stuff we use during the rpm generation
-bash %{SOURCE2} --current --requires --buildrequires --prefix %{_sourcedir}/%{name}-
+bash %{SOURCE2} --current --requires --prefix %{_sourcedir}/%{name}-
 sleep 2
 
 
@@ -73,6 +73,7 @@
 # install the stuff we need
 install -p -m 0755 %{SOURCE2}  $RPM_BUILD_ROOT/%{_bindir}/%{name}-kerneldevpkgs
 install -p -m 0644 %{SOURCE5}  .tmp/current/README
+ln -s kerneldevpkgs-current $RPM_BUILD_ROOT/%{_datadir}/%{name}/kerneldevpkgs-newest
 install -p -m 0644 %{SOURCE11} $RPM_BUILD_ROOT/%{_datadir}/%{name}/kerneldevpkgs-current
 install -p -m 0644 %{SOURCE20} $RPM_BUILD_ROOT/%{_datadir}/%{name}/filterfile_i586
 install -p -m 0644 %{SOURCE21} $RPM_BUILD_ROOT/%{_datadir}/%{name}/filterfile_i686
@@ -97,7 +98,11 @@
 
 
 %changelog
-* Sun May 04 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 10:10-0.1
+* Thu Oct 02 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 10:10-0.2
+- don't use the --buildrequires stuff, doesn't work in plague/mock
+- provide compatible symlink for "newest"
+
+* Thu Oct 02 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 10:10-0.1
 - adjust things for rawhide
 -- no xen kernels anymore, so no need for the whole newest and current handling
 -- just require kernels unversioned if buildsys-build-rpmfusion-kerneldevpkgs



More information about the rpmfusion-commits mailing list