--- share/runtime-cleanup.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 1c57a63..4d11cc1 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -344,7 +344,7 @@ removefrom util-linux --allbut \ /usr/bin/logger removefrom volume_key-libs /usr/share/locale/* removefrom wget /etc/* /usr/share/locale/* -removefrom xfsprogs --allbut /usr/sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db} +removefrom xfsprogs --allbut /sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db} removefrom xkeyboard-config /usr/share/locale/* removefrom xorg-x11-drv-intel /usr/${libdir}/libI* removefrom xorg-x11-drv-openchrome /usr/${libdir}/libchrome*
On Tue, 2012-03-20 at 10:07 +0100, Martin Gracik wrote:
share/runtime-cleanup.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 1c57a63..4d11cc1 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -344,7 +344,7 @@ removefrom util-linux --allbut \ /usr/bin/logger removefrom volume_key-libs /usr/share/locale/* removefrom wget /etc/* /usr/share/locale/* -removefrom xfsprogs --allbut /usr/sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db} +removefrom xfsprogs --allbut /sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db}
I'm curious for how long this will work with /usr move stuff.
-- Vratislav Podzimek
I looked at the package for f17 and these files are not moved, I'll ask the maintainer
----- Original Message -----
I'm curious for how long this will work with /usr move stuff.
Yeah, me too.
- Chris
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
On 3/20/12 8:16 AM, Martin Gracik wrote:
I looked at the package for f17 and these files are not moved, I'll ask the maintainer
Ok, it's interesting that the /usr move process didn't file bugs against packages with files in /sbin, or otherwise reference the requirement to get stuff moved in various packages. I see that the packaging specs are updated, though; still, over 500 files are deposited in /sbin alone in the rawhide package set. Sigh. I guess it should have been obvious. :)
Anyway, xfsprogs doesn't look like the only one that might break this when it's updated:
removefrom audit /etc/* /sbin/audispd /sbin/auditctl /sbin/aureport removefrom audit /sbin/ausearch /sbin/autrace /usr/bin/* removefrom btrfs-progs /sbin/btrfs-* /sbin/btrfstune removefrom device-mapper-multipath /etc/* /sbin/mpathconf /sbin/multipathd removefrom dosfstools /sbin/dosfsck /sbin/fsck.* removefrom glibc /${libdir}/libthread* /${libdir}/rtkaio* /sbin/* removefrom grub2 /sbin/* /usr/bin/* removefrom iproute /etc/* /sbin/cbq /sbin/ifcfg /sbin/rtmon /sbin/tc /usr/* removefrom jfsutils /sbin/jfs_fsck /sbin/jfs_fscklog /sbin/jfs_logdump removefrom jfsutils /sbin/jfs_mkfs
I'll probably update xfsprogs in rawhide, do you need a heads up when I do? Or could these be changed to a regexp that would catch either location?
-Eric
----- Original Message -----
I'm curious for how long this will work with /usr move stuff.
Yeah, me too.
- Chris
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
On 3/28/12 9:41 AM, Eric Sandeen wrote:
On 3/20/12 8:16 AM, Martin Gracik wrote:
I looked at the package for f17 and these files are not moved, I'll ask the maintainer
Ok, it's interesting that the /usr move process didn't file bugs against packages with files in /sbin, or otherwise reference the requirement to get stuff moved in various packages. I see that the packaging specs are updated, though; still, over 500 files are deposited in /sbin alone in the rawhide package set. Sigh. I guess it should have been obvious. :)
FYI: I built xfsprogs with /usr-move complete last night for Rawhide.
-Eric
On Thu, 2012-03-29 at 09:42 -0500, Eric Sandeen wrote:
On 3/28/12 9:41 AM, Eric Sandeen wrote:
On 3/20/12 8:16 AM, Martin Gracik wrote:
I looked at the package for f17 and these files are not moved, I'll ask the maintainer
Ok, it's interesting that the /usr move process didn't file bugs against packages with files in /sbin, or otherwise reference the requirement to get stuff moved in various packages. I see that the packaging specs are updated, though; still, over 500 files are deposited in /sbin alone in the rawhide package set. Sigh. I guess it should have been obvious. :)
FYI: I built xfsprogs with /usr-move complete last night for Rawhide.
You'll want to do it for F17 and submit it as an update too, I think.
On 3/31/12 7:32 PM, Adam Williamson wrote:
You'll want to do it for F17 and submit it as an update too, I think.
I can, if people really want, but it's not mandatory for F17 (I think?) and I figured that'd just make more work for Anaconda.
If anaconda folks ask, I'm happy to, ok?
-Eric
anaconda-devel@lists.stg.fedoraproject.org