Author: baggins Date: Fri Jul 6 10:57:23 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 1
---- Files affected: packages/systemd: systemd.spec (1.193 -> 1.194) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.193 packages/systemd/systemd.spec:1.194 --- packages/systemd/systemd.spec:1.193 Fri Jul 6 12:32:53 2012 +++ packages/systemd/systemd.spec Fri Jul 6 12:57:18 2012 @@ -40,7 +40,7 @@ Name: systemd # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often) Version: 186 -Release: 0.1 +Release: 1 Epoch: 1 License: GPL v2+ Group: Base @@ -78,8 +78,9 @@ Patch6: udev-so.patch Patch7: udev-uClibc.patch Patch8: udev-ploop-rules.patch -Patch10: static-udev.patch -Patch12: udevadm-in-sbin.patch +Patch9: udevadm-in-sbin.patch +# hack set to allow static udev build +Patch100: static-udev.patch URL: http://www.freedesktop.org/wiki/Software/systemd BuildRequires: acl-devel %{?with_audit:BuildRequires: audit-libs-devel} @@ -562,7 +563,7 @@ %patch7 -p1 %endif %patch8 -p1 -%patch12 -p1 +%patch9 -p1 cp -p %{SOURCE2} src/systemd_booted.c %build @@ -573,7 +574,7 @@ %{__autoheader} %{__automake} %if %{with initrd} -patch -p1 <%{PATCH10} +patch -p1 <%{PATCH100} %configure \ %if "%{?configure_cache}" == "1" --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \ @@ -626,7 +627,7 @@ udev-initrd/ %{__make} clean -patch -p1 -R <%{PATCH10} +patch -p1 -R <%{PATCH100} %endif %configure \ @@ -1415,6 +1416,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.194 2012/07/06 10:57:18 baggins +- rel 1 + Revision 1.193 2012/07/06 10:32:53 baggins - updated to 186 - removed patches applied upstream ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.193&r2=1.194 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
