From 9334cf1bce05641290be3dcfcd88b6d67c385ec4 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:36:44 +0100 Subject: [PATCH] Release 223-1mamba --- systemd.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/systemd.spec b/systemd.spec index c4cddc6..eb74746 100644 --- a/systemd.spec +++ b/systemd.spec @@ -24,7 +24,7 @@ Name: systemd Epoch: 2 -Version: 221 +Version: 223 Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration @@ -32,7 +32,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://freedesktop.org/wiki/Software/systemd -Source: http://www.freedesktop.org/software/systemd/systemd-%{version}.tar.xz +Source: https://github.com/systemd/systemd.git/v%{version}/systemd-%{version}.tar.bz2 +#Source: http://www.freedesktop.org/software/systemd/systemd-%{version}.tar.xz Source1: udev-initscript Source2: udev-permissions.rules Source4: udev-openmamba.rules @@ -81,8 +82,6 @@ BuildRequires: libmicrohttpd-devel BuildRequires: libmount-devel BuildRequires: libpam-devel BuildRequires: libpcre-devel -BuildRequires: libpython-devel -BuildRequires: libpython27-devel BuildRequires: libqrencode-devel BuildRequires: libselinux-devel BuildRequires: libsepol-devel @@ -222,6 +221,7 @@ This package include development files for building software using udev librarie #%patch14 -p1 %build +./autogen.sh %configure \ --with-rootprefix= \ --with-rootlibdir=/%{_lib} \ @@ -542,8 +542,6 @@ fi %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/* %{_datadir}/polkit-1/actions/org.freedesktop.*.policy -%dir %{python_sitearch}/systemd -%{python_sitearch}/systemd/* %{_localstatedir}/log/README %dir %{_localstatedir}/log/journal %dir %{_localstatedir}/log/journal/remote @@ -628,7 +626,7 @@ fi %{_datadir}/bash-completion/completions/udevadm /lib/systemd/systemd-udevd %dir /lib/udev -/lib/udev/accelerometer +#/lib/udev/accelerometer /lib/udev/ata_id /lib/udev/cdrom_id /lib/udev/check-cdrom.sh @@ -657,6 +655,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Sun Aug 02 2015 Silvan Calarco 223-1mamba +- update to 223 + * Mon Jun 22 2015 Automatic Build System 221-1mamba - automatic version update by autodist