Release 223-1mamba
This commit is contained in:
parent
4554a685a6
commit
9334cf1bce
15
systemd.spec
15
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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 223-1mamba
|
||||
- update to 223
|
||||
|
||||
* Mon Jun 22 2015 Automatic Build System <autodist@mambasoft.it> 221-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user