2024-01-05 17:29:06 +01:00
|
|
|
#% define program_suffix 4
|
2024-01-05 17:29:03 +01:00
|
|
|
%define __prefix %{?_prefix}%{!?_prefix:/usr}
|
2024-01-05 17:29:06 +01:00
|
|
|
%ifarch x86_64
|
|
|
|
%{?!_lib: %define _lib lib64}
|
2024-01-05 17:29:06 +01:00
|
|
|
%{?!_libexec: %define _libexec libexec64}
|
2024-01-05 17:29:06 +01:00
|
|
|
%else
|
2024-01-05 17:29:03 +01:00
|
|
|
%{?!_lib: %define _lib lib}
|
2024-01-05 17:29:06 +01:00
|
|
|
%{?!_libexec: %define _libexec libexec}
|
2024-01-05 17:29:06 +01:00
|
|
|
%endif
|
2024-01-05 17:29:03 +01:00
|
|
|
%define __bindir %{__prefix}/bin
|
|
|
|
%define __includedir %{__prefix}/include
|
|
|
|
%define __libdir %{__prefix}/%{_lib}
|
|
|
|
%define __mandir %{__prefix}/share/man
|
2024-01-05 17:29:06 +01:00
|
|
|
%define packager_groupid 65028
|
|
|
|
%define packager_userid 65028
|
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
2024-01-05 17:29:03 +01:00
|
|
|
Name: rpm
|
2024-01-05 17:29:06 +01:00
|
|
|
Epoch: 1
|
2024-01-05 17:29:06 +01:00
|
|
|
Version: 4.14.3
|
|
|
|
Release: 2mamba
|
2024-01-05 17:29:06 +01:00
|
|
|
Summary: The RPM Package Manager (RPM) is a powerful package management system
|
2024-01-05 17:29:03 +01:00
|
|
|
Group: System/Management
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:29:06 +01:00
|
|
|
URL: https://rpm.org/index.html
|
|
|
|
Source: http://ftp.rpm.org/releases/rpm-%{majver}.x/rpm-%{version}.tar.bz2
|
|
|
|
Source2: rpm4-macros_openmamba
|
|
|
|
Patch0: rpm-4.14.2.1-fix-rebuilddb-from-rpm-5.2.patch
|
|
|
|
Patch1: rpm-4.14.2.1-fix-rebuilddb-from-rpm-5.2-better.patch
|
|
|
|
Patch2: rpm-4.14.2.1-fix-missing-translations-from-rpm4-segfault.patch
|
|
|
|
Patch3: rpm-4.14.2.1-arm-openmamba-arch-support.patch
|
|
|
|
Patch4: rpm-4.14.2.1-i586-openmamba-arch-support.patch
|
|
|
|
Patch5: rpm-4.14.2.1-debuginfo-rename-to-debug.patch
|
|
|
|
Patch6: rpm-4.14.2.1-add-usrlibrpm-macro.patch
|
2024-01-05 17:29:06 +01:00
|
|
|
Patch7: rpm-4.14.2.1-remove_macro_expanded_in_comment_warning.patch
|
|
|
|
Patch8: rpm-4.14.2.1-arm-openamba-force-armv5t.patch
|
|
|
|
Patch9: rpm-4.14.2.1-increase_default_patch_fuzz.patch
|
|
|
|
Patch10: rpm-4.14.2.1-openmamba-buildroot.patch
|
2024-01-05 17:29:06 +01:00
|
|
|
Patch11: rpm-4.14.2.1-target-platform-gnu.patch
|
2024-01-05 17:29:06 +01:00
|
|
|
Patch12: rpm-4.14.2.1-find-lang-qt-fix.patch
|
2024-01-05 17:29:03 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: libarchive-devel
|
|
|
|
BuildRequires: libattr-devel
|
2024-01-05 17:29:03 +01:00
|
|
|
BuildRequires: libbzip2-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: libdb53-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libdw-devel
|
2024-01-05 17:29:03 +01:00
|
|
|
BuildRequires: libelf-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: liblmdb-devel
|
|
|
|
BuildRequires: liblua-devel
|
|
|
|
BuildRequires: liblz4-devel
|
2024-01-05 17:29:04 +01:00
|
|
|
BuildRequires: liblzma-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: libmagic-devel
|
|
|
|
BuildRequires: libnettle-devel
|
|
|
|
BuildRequires: libnss-devel
|
2024-01-05 17:29:03 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libpopt-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 17:29:03 +01:00
|
|
|
BuildRequires: libpython27-devel
|
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 17:29:06 +01:00
|
|
|
BuildRequires: libsystemd-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: libzstd-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: rpm-build
|
|
|
|
Obsoletes: rpm-build
|
2024-01-05 17:29:03 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
2024-01-05 17:29:06 +01:00
|
|
|
The RPM Package Manager (RPM) is a powerful package management system capable of building computer software from source into easily distributable packages installing, updating and uninstalling packaged software querying detailed information about the packaged software, whether installed or not verifying integrity of packaged software and resulting software installation.
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%package build
|
|
|
|
Summary: The RPM package build tools and environment
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 17:29:03 +01:00
|
|
|
Requires: elfutils
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%description build
|
|
|
|
The RPM Package Manager (RPM) is a powerful package management system capable of building computer software from source into easily distributable packages installing, updating and uninstalling packaged software querying detailed information about the packaged software, whether installed or not verifying integrity of packaged software and resulting software installation.
|
|
|
|
This package provides the RPM package build tools and environment.
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
Provides: rpm-devel
|
|
|
|
Obsoletes: rpm-devel
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package -n python-rpm
|
2024-01-05 17:29:03 +01:00
|
|
|
Summary: Python bindings for apps which will manipulate RPM packages
|
|
|
|
Group: Development/Libraries/Python
|
2024-01-05 17:29:06 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 17:29:03 +01:00
|
|
|
Requires: python27
|
2024-01-05 17:29:06 +01:00
|
|
|
Provides: python-rpm4
|
|
|
|
Obsoletes: python-rpm4
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%description -n python-rpm
|
2024-01-05 17:29:03 +01:00
|
|
|
The rpm-python package contains a module which permits applications written in the Python programming language to use the interface supplied by RPM (RPM Package Manager) libraries.
|
|
|
|
This package should be installed if you want to develop Python programs that will manipulate RPM packages and databases.
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%package -n python-rpm-py3
|
|
|
|
Summary: Python bindings for apps which will manipulate RPM packages
|
|
|
|
Group: Development/Libraries/Python
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: python3
|
|
|
|
|
|
|
|
%description -n python-rpm-py3
|
|
|
|
The rpm-python package contains a module which permits applications written in the Python programming language to use the interface supplied by RPM (RPM Package Manager) libraries.
|
|
|
|
This package should be installed if you want to develop Python programs that will manipulate RPM packages and databases.
|
|
|
|
|
2024-01-05 17:29:03 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n rpm-%{version}
|
2024-01-05 17:29:05 +01:00
|
|
|
#-D -T
|
2024-01-05 17:29:03 +01:00
|
|
|
#:<< _EOF
|
2024-01-05 17:29:06 +01:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2024-01-05 17:29:06 +01:00
|
|
|
%patch7 -p1
|
2024-01-05 17:29:06 +01:00
|
|
|
#%patch8 -p1
|
2024-01-05 17:29:06 +01:00
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
2024-01-05 17:29:06 +01:00
|
|
|
%patch11 -p1
|
2024-01-05 17:29:06 +01:00
|
|
|
%patch12 -p1
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
|
|
|
|
|
|
|
cp -a python python27
|
|
|
|
|
2024-01-05 17:29:03 +01:00
|
|
|
%build
|
|
|
|
#:<< _EOF
|
|
|
|
./configure \
|
|
|
|
%{?program_suffix:--program-suffix=%{program_suffix}} \
|
2024-01-05 17:29:06 +01:00
|
|
|
--build=%{_build} \
|
|
|
|
--host=%{_target_platform} \
|
2024-01-05 17:29:03 +01:00
|
|
|
--prefix=%{__prefix} \
|
|
|
|
--libdir=%{__libdir} \
|
|
|
|
--mandir=%{__prefix}/share/man \
|
|
|
|
--infodir=%{__prefix}/share/info \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--with-path-sources=%{__prefix}/src/RPM \
|
|
|
|
--with-path-lib=%{_prefix}/lib/rpm%{?program_suffix} \
|
|
|
|
--with-path-cfg=%{_sysconfdir}/rpm%{?program_suffix} \
|
2024-01-05 17:29:06 +01:00
|
|
|
--enable-python \
|
|
|
|
--with-external-db \
|
2024-01-05 17:29:06 +01:00
|
|
|
--with-vendor=openmamba \
|
|
|
|
PYTHON=%{__python3}
|
2024-01-05 17:29:03 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
# Build python 2.7 legacy
|
|
|
|
cd python27
|
|
|
|
cp ../python/Makefile .
|
|
|
|
sed -i "s|%{python3_inc}|%{python_inc}|" Makefile
|
|
|
|
sed -i "s|%{python3_sitearch}|%{python_sitearch}|" Makefile
|
|
|
|
sed -i "s|%{python3_sitelib}|%{python_sitelib}|" Makefile
|
|
|
|
sed -i "s|python%{python3_version}[m]*|python%{python_version}|" Makefile
|
|
|
|
sed -i "s|%{__python3}|%{__python}|" Makefile
|
|
|
|
|
|
|
|
%make PYTHON_VERSION=2.7
|
|
|
|
|
2024-01-05 17:29:03 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:29:06 +01:00
|
|
|
%makeinstall -C python27 PYTHON_VERSION=2.7
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%makeinstall
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%find_lang rpm --with-man --all-name || touch rpm.lang
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
# create system-wide build directories
|
|
|
|
mkdir -p %{buildroot}%{_usr}/src/RPM/{BUILD,RPMS/{arm,i586,noarch,x86_64},SOURCES,SPECS,SRPMS}
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
# install rpm macros for openmamba
|
2024-01-05 17:29:03 +01:00
|
|
|
install -D -m 644 %{S:2} %{buildroot}%{_sysconfdir}/rpm%{?program_suffix}/macros.openmamba
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%ifarch x86_64
|
|
|
|
sed -i "s|/libexec$|/%{_libexec}|" %{buildroot}%{_prefix}/lib/rpm/platform/x86_64-linux/macros
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%ifarch aarch64
|
|
|
|
sed -i "s|/libexec$|/%{_libexec}|" %{buildroot}%{_prefix}/lib/rpm/platform/aarch64-linux/macros
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 17:29:03 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%pretrans
|
|
|
|
[ -e /var/lib/rpm/Enhancename ] || {
|
|
|
|
cp -a /var/lib/rpm /var/lib/rpm.52.pretrans.bak
|
|
|
|
}
|
|
|
|
:
|
2024-01-05 17:29:03 +01:00
|
|
|
|
|
|
|
%post
|
2024-01-05 17:29:06 +01:00
|
|
|
# Upgrade db from 5.2.1 (tricky)
|
|
|
|
[ -e /var/lib/rpm/Enhancename ] || {
|
|
|
|
cat > /tmp/rpm-upgrade.sh << _EOF
|
|
|
|
#!/bin/sh
|
|
|
|
while true; do fuser -s /var/lib/rpm/*; [ $? -eq 1 ] && break; sleep 5; done
|
|
|
|
echo "** Performing rpmdb upgrade from rpm5 to rpm4..."
|
|
|
|
rpm --rebuilddb
|
|
|
|
rpm --rebuilddb && echo "** rpmdb upgrade completed successfully"
|
|
|
|
_EOF
|
|
|
|
chmod +x /tmp/rpm-upgrade.sh
|
|
|
|
/bin/sh /tmp/rpm-upgrade.sh &
|
|
|
|
}
|
2024-01-05 17:29:03 +01:00
|
|
|
:
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%post -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
/usr/sbin/groupadd packager -g %{packager_groupid} 2>/dev/null || :
|
|
|
|
/usr/sbin/useradd packager -u %{packager_userid} -g packager -d /dev/null -s /bin/false 2>/dev/null || :
|
|
|
|
:
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%postun -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
:
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
%files -f rpm.lang
|
2024-01-05 17:29:03 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:29:06 +01:00
|
|
|
%dir %{_sysconfdir}/rpm%{?program_suffix}
|
|
|
|
%config %{_sysconfdir}/rpm%{?program_suffix}/macros.openmamba
|
|
|
|
%{_bindir}/gendiff%{?program_suffix}
|
|
|
|
%{_bindir}/rpm%{?program_suffix}
|
|
|
|
%{_bindir}/rpm2archive%{?program_suffix}
|
|
|
|
%{_bindir}/rpm2cpio%{?program_suffix}
|
|
|
|
%{_bindir}/rpmbuild%{?program_suffix}
|
|
|
|
%{_bindir}/rpmdb%{?program_suffix}
|
|
|
|
%{_bindir}/rpmgraph%{?program_suffix}
|
|
|
|
%{_bindir}/rpmkeys%{?program_suffix}
|
|
|
|
%{_bindir}/rpmquery
|
|
|
|
%{_bindir}/rpmsign%{?program_suffix}
|
|
|
|
%{_bindir}/rpmspec%{?program_suffix}
|
|
|
|
%{_bindir}/rpmverify
|
|
|
|
%dir %{_prefix}/lib/rpm
|
|
|
|
%{_prefix}/lib/rpm/*
|
2024-01-05 17:29:03 +01:00
|
|
|
%dir /usr/src/RPM
|
|
|
|
%attr(775,root,packager) %dir /usr/src/RPM/BUILD
|
|
|
|
%attr(775,root,packager) %dir /usr/src/RPM/SOURCES
|
|
|
|
%attr(775,root,packager) %dir /usr/src/RPM/SRPMS
|
|
|
|
%attr(775,root,packager) %dir /usr/src/RPM/RPMS
|
|
|
|
%attr(775,root,packager) %dir /usr/src/RPM/SPECS
|
|
|
|
%attr(775,root,packager) /usr/src/RPM/RPMS/*
|
2024-01-05 17:29:06 +01:00
|
|
|
%{_mandir}/man1/gendiff.1*
|
|
|
|
%{_mandir}/man8/rpm-misc.8*
|
|
|
|
%{_mandir}/man8/rpm-plugin-systemd-inhibit.8*
|
|
|
|
%{_mandir}/man8/rpm.8*
|
|
|
|
%{_mandir}/man8/rpm2cpio.8*
|
|
|
|
%{_mandir}/man8/rpmbuild.8*
|
|
|
|
%{_mandir}/man8/rpmdb.8*
|
|
|
|
%{_mandir}/man8/rpmdeps.8*
|
|
|
|
%{_mandir}/man8/rpmgraph.8*
|
|
|
|
%{_mandir}/man8/rpmkeys.8*
|
|
|
|
%{_mandir}/man8/rpmsign.8*
|
|
|
|
%{_mandir}/man8/rpmspec.8*
|
|
|
|
%doc COPYING CREDITS
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
2024-01-05 17:29:03 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:29:06 +01:00
|
|
|
%{_libdir}/librpm.so.*
|
|
|
|
%{_libdir}/librpmbuild.so.*
|
|
|
|
%{_libdir}/librpmio.so.*
|
|
|
|
%{_libdir}/librpmsign.so.*
|
|
|
|
%dir %{_libdir}/rpm-plugins
|
|
|
|
%{_libdir}/rpm-plugins/*
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
2024-01-05 17:29:03 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:29:06 +01:00
|
|
|
%dir %{_includedir}/rpm
|
|
|
|
%{_includedir}/rpm/*.h
|
|
|
|
%{_libdir}/librpm.la
|
|
|
|
%{_libdir}/librpm.so
|
|
|
|
%{_libdir}/librpmbuild.la
|
|
|
|
%{_libdir}/librpmbuild.so
|
|
|
|
%{_libdir}/librpmio.la
|
|
|
|
%{_libdir}/librpmio.so
|
|
|
|
%{_libdir}/librpmsign.la
|
|
|
|
%{_libdir}/librpmsign.so
|
|
|
|
%{_libdir}/pkgconfig/rpm.pc
|
|
|
|
%doc ChangeLog README
|
|
|
|
|
|
|
|
%files -n python-rpm
|
2024-01-05 17:29:03 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:29:06 +01:00
|
|
|
%dir %{python_sitearch}/rpm
|
|
|
|
%{python_sitearch}/rpm/*
|
|
|
|
|
|
|
|
%files -n python-rpm-py3
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{python3_sitearch}/rpm
|
|
|
|
%{python3_sitearch}/rpm/*
|
2024-01-05 17:29:03 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:29:06 +01:00
|
|
|
* Fri Aug 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.3-2mamba
|
|
|
|
- preserve legacy python-rpm (python 2.7) and add python-rpm-py3
|
|
|
|
|
|
|
|
* Fri Aug 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.3-1mamba
|
|
|
|
- update to 4.14.3
|
|
|
|
- python-rpm: base on python3
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Tue May 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-14mamba
|
|
|
|
- arm: drop armv5t patch in favor of armv7l
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Sat Aug 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-13mamba
|
|
|
|
- find-lang.sh: patched to fix detection of qt translations
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Thu Aug 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-12mamba
|
|
|
|
- added patch to add %{_gnu} to %_target platform
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Wed Jul 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-11mamba
|
|
|
|
- x86_64: set libexecdir as libexec64; arm: force armv5t; set default_patch_fuzz to 1
|
|
|
|
|
|
|
|
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-10mamba
|
|
|
|
- added patch to remove 'Macro expanded in commit...' warnings
|
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Sun Jul 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-9mamba
|
|
|
|
- i586: patch rpmrc to set as default x86 arch; debuginfo: patch macros to rename suffix to debug
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Fri Jul 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-8mamba
|
|
|
|
- readd host and build options to configure
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Sun Jun 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-7mamba
|
|
|
|
- fix rpmdb upgrade by running a background scripts delayed
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Sat Jun 29 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-6mamba
|
|
|
|
- added patch to fix a segfault in checkInstalledFiles for missing installed translation files
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Tue Jun 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-5mamba
|
|
|
|
- install macros for default build environment with openmamba
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Mon Jun 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-4mamba
|
|
|
|
- better patch for rebuilddb from 5.2
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Sat Jun 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-3mamba
|
|
|
|
- rebuilt against external libdb53
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Fri Jun 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-2mamba
|
|
|
|
- patch to fix rebuilddb from rpm 5.2, --enable-python, create packager user and group
|
2024-01-05 17:29:03 +01:00
|
|
|
|
2024-01-05 17:29:06 +01:00
|
|
|
* Wed Jun 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|