From 9b5b1fb8a5f561263334a0f96d0f51003c8ac80f Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 6 Jan 2024 08:14:06 +0100 Subject: [PATCH] os-release: update OPENMAMBA_GIT_URL provide the file /usr/lib/os-release and the symlink %{_sysconfdir}/os-release [release 2.95.0-4mamba;Fri Aug 29 2014] --- openmamba-release.spec | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/openmamba-release.spec b/openmamba-release.spec index ff344c9..7e33aa5 100644 --- a/openmamba-release.spec +++ b/openmamba-release.spec @@ -17,7 +17,7 @@ Name: openmamba-release Version: 2.95.0 -Release: 3mamba +Release: 4mamba Summary: Release file and Smart Package Manager configuration for %{distroid} %{fullversion} %{?codename:(%codename)} Group: System/Configuration Vendor: openmamba @@ -83,7 +83,8 @@ echo "\ > %{buildroot}%{_sysconfdir}/sysconfig/release # http://www.freedesktop.org/software/systemd/man/os-release.html -cat > %{buildroot}%{_sysconfdir}/os-release < %{buildroot}%{_usr}/lib/os-release </dev/null 2>&1 || \ -# rpm --import %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft + HOME=/root gpg -q --import %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft || : + #rpm -q gpg-pubkey-87468781-4bb78410 >/dev/null 2>&1 || \ + #rpm --import %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft fi : %files %defattr(-,root,root) +%{_bindir}/%{distroid}-release +%{_datadir}/openmamba/pkggroups.db %dir %{_sysconfdir}/pki/rpm-gpg %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft %{_sysconfdir}/profile.d/gpg-key-openmamba.sh %{_sysconfdir}/xprofile.d/gpg-key-openmamba.sh %{_sysconfdir}/%{distroid}-release %{_sysconfdir}/os-release +%{_usr}/lib/os-release %{_sysconfdir}/system-release %{_sysconfdir}/rpm/macros.openmamba_release %{_sysconfdir}/sysconfig/release %{_sysconfdir}/issue %{_sysconfdir}/issue.net %{_sysconfdir}/smart/distro.d/10-%{distroid}-milestone2-repositories.py -%{_sysconfdir}/smart/distro.d/95-multi-version-select.py %ifarch x86_64 %{_sysconfdir}/smart/distro.d/93-multiarch-update-x86_64.py %endif +%{_sysconfdir}/smart/distro.d/95-multi-version-select.py %{_sysconfdir}/smart/distro.d/95-virtual-packages-select.py %{_sysconfdir}/smart/distro.d/98-configure-once.py -%{_bindir}/%{distroid}-release -%{_datadir}/openmamba/pkggroups.db %files -n openmamba-devel %defattr(-,root,root) %{_sysconfdir}/smart/distro.d/90-%{distroid}-devel-repositories.py %changelog +* Fri Aug 29 2014 Davide Madrisan 2.95.0-4mamba +- os-release: update OPENMAMBA_GIT_URL +- provide the file /usr/lib/os-release and the symlink %{_sysconfdir}/os-release + * Thu Aug 21 2014 Silvan Calarco 2.95.0-3mamba - groups.db: remove ntp which installed chrony (replaced by systemd)