]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- updated to 26
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 2 May 2011 13:34:19 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pld-port.patch -> 1.2
    systemd.spec -> 1.24
    target-pld.patch -> 1.2

pld-port.patch
systemd.spec
target-pld.patch

index f633a4103d5cbf4719960469a133d4c9e62ca358..03080eb7a36638e6868a09a353563248154f9991 100644 (file)
@@ -1,20 +1,20 @@
---- systemd-20/src/hostname-setup.c~   2011-03-08 20:47:29.000000000 +0200
-+++ systemd-20/src/hostname-setup.c    2011-03-09 20:15:21.063880615 +0200
+--- systemd-26/src/hostname-setup.c.orig       2011-05-02 14:45:05.518075875 +0200
++++ systemd-26/src/hostname-setup.c    2011-05-02 14:43:12.065357168 +0200
 @@ -30,7 +30,7 @@
  #include "util.h"
  #include "log.h"
  
--#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA)
-+#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_PLD)
+-#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_MEEGO)
++#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_MEEGO) || defined(TARGET_PLD)
  #define FILENAME "/etc/sysconfig/network"
  #elif defined(TARGET_SUSE) || defined(TARGET_SLACKWARE) || defined(TARGET_FRUGALWARE)
  #define FILENAME "/etc/HOSTNAME"
-@@ -87,7 +87,7 @@
+@@ -64,7 +64,7 @@ static int read_and_strip_hostname(const
  
  static int read_distro_hostname(char **hn) {
  
--#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA)
-+#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_PLD)
+-#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_MEEGO)
++#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_MEEGO) || defined(TARGET_PLD)
          int r;
          FILE *f;
  
index 4320566a92b800112c1ab3266d6fe20b575a88c1..8c965780f18474e4eb312095cd2d75a8d152fc89 100644 (file)
@@ -1,42 +1,44 @@
 #
 # Conditional build:
-%bcond_with            gtk     # build gtk tools (needs devel libnotify>=0.7 and gtk+3)
+%bcond_without gtk             # build gtk tools (needs devel libnotify>=0.7 and gtk+2)
 %bcond_without selinux         # without SELinux support
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
-%bcond_without pam                     # PAM authentication support
+%bcond_without pam             # PAM authentication support
 %bcond_without audit           # without audit support
 %bcond_without cryptsetup      # without cryptsetup support
 
 Summary:       A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
-Version:       24
+Version:       26
 Release:       0.1
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
-# Source0-md5: 4a6b7d99f35bdae21d7f9b698792b8d3
+# Source0-md5: b7c468aa400c64d02d533eba6359e283
 Patch0:                target-pld.patch
 Patch1:                pld-port.patch
 URL:           http://www.freedesktop.org/wiki/Software/systemd
 %{?with_audit:BuildRequires:   audit-libs-devel}
-BuildRequires: autoconf
-BuildRequires: automake
-%{?with_crypt:BuildRequires:   cryptsetup-luks-devel}
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.11
+%{?with_cryptsetup:BuildRequires:      cryptsetup-luks-devel}
 BuildRequires: dbus-devel
 BuildRequires: docbook-style-xsl
-%{?with_gtk:BuildRequires:     gtk+3-devel}
+%{?with_gtk:BuildRequires:     glib2-devel >= 1:2.26.1}
+%{?with_gtk:BuildRequires:     gtk+2-devel >= 2:2.24.0}
 BuildRequires: libcap-devel
-%{?with_gtk:BuildRequires:     libnotify-devel >= 0.7}
+%{?with_gtk:BuildRequires:     libnotify-devel >= 0.7.0}
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libtool >= 2:2.2
 %{?with_tcpd:BuildRequires:    libwrap-devel}
-BuildRequires: libxslt
+BuildRequires: m4
+BuildRequires: libxslt-progs
 %{?with_pam:BuildRequires:     pam-devel}
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.527
 BuildRequires: udev-devel >= 160
-BuildRequires: vala >= 0.11
+BuildRequires: vala >= 0.10.0
 Requires:      %{name}-units = %{version}-%{release}
 Requires:      dbus >= 1.3.2
 Requires:      rc-scripts
@@ -107,6 +109,7 @@ bash-completion for systemd.
 %build
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        %{__enable_disable audit} \
@@ -117,7 +120,6 @@ bash-completion for systemd.
        %{__enable_disable tcpd tcpwrap} \
        --disable-silent-rules \
        --with-distro=pld \
-       --with-syslog-service=syslog-ng \
        --with-rootdir=
 
 %{__make}
@@ -196,10 +198,9 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc DISTRO_PORTING README TODO
+/etc/dbus-1/system.d/org.freedesktop.hostname1.conf
 /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
 %dir %{_sysconfdir}/systemd
-%{_sysconfdir}/tmpfiles.d/systemd.conf
-%{_sysconfdir}/tmpfiles.d/x11.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system.conf
 %dir /etc/xdg/systemd
 /etc/xdg/systemd/user
@@ -227,14 +228,20 @@ fi
 %dir /lib/systemd/system-generators
 /lib/systemd/system-generators/systemd-getty-generator
 /lib/udev/rules.d/99-systemd.rules
+%{_prefix}/lib/tmpfiles.d/legacy.conf
+%{_prefix}/lib/tmpfiles.d/systemd.conf
+%{_prefix}/lib/tmpfiles.d/x11.conf
 %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
 %{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
-#%{_datadir}/systemd
+%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
 %{_mandir}/man1/init.1
 %{_mandir}/man1/systemd.1*
+%{_mandir}/man1/systemd-ask-password.1*
 %{_mandir}/man1/systemd-cgls.1*
 %{_mandir}/man1/systemd-notify.1*
+%{_mandir}/man1/systemd-nspawn.1*
 %{_mandir}/man3/sd_booted.3*
 %{_mandir}/man3/sd_is_fifo.3*
 %{_mandir}/man3/sd_is_socket.3
@@ -244,11 +251,14 @@ fi
 %{_mandir}/man3/sd_notify.3*
 %{_mandir}/man3/sd_notifyf.3
 %{_mandir}/man3/sd_readahead.3*
+%{_mandir}/man5/binfmt.d.5*
 %{_mandir}/man5/hostname.5*
 %{_mandir}/man5/locale.conf.5*
 %{_mandir}/man5/machine-id.5*
+%{_mandir}/man5/machine-info.5*
 %{_mandir}/man5/modules-load.d.5*
 %{_mandir}/man5/os-release.5*
+%{_mandir}/man5/sysctl.d.5*
 %{_mandir}/man5/systemd.automount.5*
 %{_mandir}/man5/systemd.conf.5*
 %{_mandir}/man5/systemd.device.5*
@@ -290,6 +300,7 @@ fi
 %dir %{_sysconfdir}/tmpfiles.d
 %dir /lib/systemd
 /lib/systemd/system
+%dir %{_prefix}/lib/tmpfiles.d
 %attr(755,root,root) /bin/systemctl
 %attr(755,root,root) /bin/systemd-tmpfiles
 %{_mandir}/man5/tmpfiles.d.5*
index 2ca9196e01f4610c20add15318d9c54c6c28307e..7860322ce55a603a3c9bfa678d61685030a14bd0 100644 (file)
@@ -1,15 +1,15 @@
---- systemd-18/configure.ac~   2011-02-16 23:12:09.000000000 +0200
-+++ systemd-18/configure.ac    2011-03-06 23:24:39.486435579 +0200
-@@ -371,6 +371,12 @@
-                 AC_DEFINE(TARGET_ALTLINUX, [], [Target is ALTLinux])
-                 M4_DISTRO_FLAG=-DTARGET_ALTLINUX=1
+--- systemd-26/configure.ac.orig       2011-05-02 14:05:34.544253875 +0200
++++ systemd-26/configure.ac    2011-05-02 14:22:04.085559738 +0200
+@@ -369,6 +369,12 @@ case $with_distro in
+                 M4_DISTRO_FLAG=-DTARGET_MANDRIVA=1
+               have_plymouth=true
                  ;;
 +        pld)
-+                SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
-+                SYSTEM_SYSVRCND_PATH=/etc/rc.d
-+                AC_DEFINE(TARGET_PLD, [], [Target is PLD Linux])
-+                M4_DISTRO_FLAG=-DTARGET_PLD=1
-+                ;;
-         other)
-                 AS_IF([test "x$with_syslog_service" = "x"],
-                         [AC_MSG_ERROR([With --distro=other, you must pass --with-syslog-service= to configure])])
++              SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
++              SYSTEM_SYSVRCND_PATH=/etc/rc.d
++              AC_DEFINE(TARGET_PLD, [], [Target is PLD Linux])
++              M4_DISTRO_FLAG=-DTARGET_PLD=1
++              ;;
+         meego)
+                 SYSTEM_SYSVINIT_PATH=
+                 SYSTEM_SYSVRCND_PATH=
This page took 1.370715 seconds and 4 git commands to generate.