X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootcd.spec;h=01b27532395a847fe5d3745e40b694b0d361ac4b;hb=ec353aa956753b4af681b6313ffa7da516401085;hp=c81c7f62aae410daf2d4e1e4e439a506bae66804;hpb=6fd14de2e516f319f163547d3bb72463b42a90ec;p=bootcd.git diff --git a/bootcd.spec b/bootcd.spec index c81c7f6..01b2753 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -2,8 +2,8 @@ %define nodefamily %{pldistro}-%{distroname}-%{_arch} %define name bootcd-%{nodefamily} -%define version 5.0 -%define taglevel 11 +%define version 5.1 +%define taglevel 1 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -34,7 +34,7 @@ Requires: dosfstools, mkisofs, gzip, mtools, syslinux Requires: yum-utils # mkdiskimage is used for USB-partitioned mode # but it now comes in a separate rpm -%if "%{distro}" == "Fedora" && "%{distrorelease}" >= 14 +%if "%{distro}" == "Fedora" && %{distrorelease} >= 14 Requires: syslinux-perl %endif @@ -100,6 +100,7 @@ tar cpf - \ for script in bootcd bootcd-kernel; do install -D -m 755 plc.d/$script $RPM_BUILD_ROOT/etc/plc.d/$script done + popd %clean @@ -114,6 +115,11 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* Wed Apr 11 2012 Thierry Parmentelat - bootcd-5.1-1 +- compatible with pre- and post- f16 +- add systemd friendlyness to bootcd +- also add biosdevname=0 tp kernel args so ethernet devices are still named in eth + * Mon Nov 07 2011 Thierry Parmentelat - bootcd-5.0-11 - add requires: to syslinux-perl on fedora14