X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=92d84d07b474ae50711bee2c181c38f924535c43;hb=844cfda20f2a57bb666addd9f780b3f5d990a0a7;hp=d0ba41d128ccb3ba1d12392c39770206533dec74;hpb=d71adc1612d2c4ba014934179dce617e45f5470f;p=bootstrapfs.git diff --git a/nodeimage.spec b/nodeimage.spec index d0ba41d..92d84d0 100644 --- a/nodeimage.spec +++ b/nodeimage.spec @@ -3,10 +3,9 @@ %define name nodeimage-%{nodefamily} %define version 5.2 -%define taglevel 4 +%define taglevel 9 # pldistro already in the rpm name -#%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define release %{taglevel}%{?date:.%{date}} # we don't really need the standard postinstall process from rpm that @@ -31,7 +30,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # other archs must be able to install this BuildArch: noarch -Requires: tar, gnupg, sharutils, bzip2 +Requires: tar, sharutils, bzip2 +# see myplc/plc.d/gpg for more details on the gnupg / gpg topic +%if "%{distro}" == "Fedora" && %{distrorelease} >= 31 +Requires: gnupg1 +%else +Requires: gnupg +%endif + # this is for plc.d/packages that uses ed for hacking yumgroups.xml Requires: ed @@ -155,6 +161,25 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* Mon Jan 07 2019 Thierry - nodeimage-5.2-9 +- ok for f27 and f29 +- cleanup old distros + +* Sun Jul 16 2017 Thierry Parmentelat - nodeimage-5.2-8 +- fix the fedora and fedora-updates repo definitions for f25 +- add /etc/plc.d/packages index + +* Sun Jul 10 2016 Thierry Parmentelat - nodeimage-5.2-7 +- yum config ; deprecates old fedora releases, add support for f23/f24 + +* Fri Nov 13 2015 Thierry Parmentelat - nodeimage-5.2-6 +- fix for f22 and dnf.conf + +* Fri Jun 26 2015 Thierry Parmentelat - nodeimage-5.2-5 +- the yum config for nodes on f21 and f22 +- define a new config_file for /etc/dnf/dnf.conf so that /etc/yum.myplc.d +- is taken into account on f22 + * Wed Feb 18 2015 Thierry Parmentelat - nodeimage-5.2-4 - minor change; start plc packages only at run-time, not build-time - only available on systems that have systemctl