Release 218-1mamba
This commit is contained in:
parent
ea136d5588
commit
193aab0ca3
12
systemd-218-glibc-2.19.patch
Normal file
12
systemd-218-glibc-2.19.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- systemd-218/src/tmpfiles/tmpfiles.c.orig 2015-01-02 01:33:20.450888674 +0100
|
||||||
|
+++ systemd-218/src/tmpfiles/tmpfiles.c 2015-01-02 01:31:34.421960789 +0100
|
||||||
|
@@ -38,8 +38,8 @@
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <glob.h>
|
||||||
|
#include <fnmatch.h>
|
||||||
|
-#include <sys/capability.h>
|
||||||
|
#include <sys/xattr.h>
|
||||||
|
+#include <sys/capability.h>
|
||||||
|
|
||||||
|
#include "log.h"
|
||||||
|
#include "util.h"
|
10
systemd.spec
10
systemd.spec
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 217
|
Version: 218
|
||||||
Release: 4mamba
|
Release: 1mamba
|
||||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -52,6 +52,7 @@ Patch6: systemd-207-swap_fix_reverse_dependencies.patch
|
|||||||
Patch7: systemd-207-create_wants_symlink.patch
|
Patch7: systemd-207-create_wants_symlink.patch
|
||||||
Patch8: systemd-208-journald-reduce-sizes.patch
|
Patch8: systemd-208-journald-reduce-sizes.patch
|
||||||
Patch9: systemd-216-sysv-generator-use-native-targets.patch
|
Patch9: systemd-216-sysv-generator-use-native-targets.patch
|
||||||
|
Patch10: systemd-218-glibc-2.19.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -75,6 +76,7 @@ BuildRequires: pam-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
BuildRequires: libmicrohttpd-devel
|
BuildRequires: libmicrohttpd-devel
|
||||||
|
BuildRequires: libmount-devel
|
||||||
Conflicts: sysvinit
|
Conflicts: sysvinit
|
||||||
Conflicts: initscripts-sysv5
|
Conflicts: initscripts-sysv5
|
||||||
Requires: sysvinit-tools
|
Requires: sysvinit-tools
|
||||||
@ -199,6 +201,7 @@ This package include development files for building software using udev librarie
|
|||||||
#%patch6 -p1
|
#%patch6 -p1
|
||||||
#%patch7 -p1
|
#%patch7 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -630,6 +633,9 @@ fi
|
|||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 218-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Nov 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 217-4mamba
|
* Sun Nov 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 217-4mamba
|
||||||
- check for kernel and mkinitrd existence before running mkinitrd
|
- check for kernel and mkinitrd existence before running mkinitrd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user