diff --git a/filesystem.spec b/filesystem.spec index f127208..83794a2 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.2 -Release: 7%{?dist} +Release: 9%{?dist} License: Public Domain URL: https://fedorahosted.org/filesystem Group: System Environment/Base @@ -241,6 +241,14 @@ posix.symlink("../run/lock", "/var/lock") /var/yp %changelog +* Mon Mar 18 2013 Ondrej Vasik 3.2-9 +- revert the change for previous build, breaking koji + builds + +* Mon Mar 18 2013 Ondrej Vasik 3.2-8 +- ship /var/run and /var/lock as symlinks in payload, + don't handle them as part of post scriptlet (#919374) + * Tue Mar 05 2013 Ondrej Vasik 3.2-7 - add support for AArch64 architecture (#917804)