Colin Walters
93f128b94d
manifest: Remove ibus-wayland by default
...
I don't think this is actually right - it seems like the idea is we want it by
default, it's just not a `Requires`, and hence should be in comps? But at least
the tree should compose again.
2018-02-10 10:38:38 -05:00
Colin Walters
efc3553954
Use mutate-os-release
...
Like we do in FAH, and for the same reasons; it's nice
to have the version field in `/etc/os-release`.
2018-01-19 10:40:37 -05:00
Dennis Gilmore
23ffcb49ef
Merge #51 Add desktop discussion link to README.md, sync some changes from FAH
2018-01-18 18:56:01 +00:00
Colin Walters
dad8931349
manifest: Drop ghostscript
...
The CLI parts here are things you should use in a container, not
the host.
This should also fix `ghostscript-x11` dependencies.
2018-01-18 13:22:47 -05:00
Colin Walters
78daa8217d
manifest: Use boot_location: new
...
Matches https://pagure.io/fedora-atomic/pull-request/102
2018-01-09 16:32:12 -05:00
Colin Walters
805318e695
manifest: Use -x64 grub on x86_64
...
Copy of https://pagure.io/fedora-atomic/pull-request/84
2017-09-19 23:28:41 -04:00
Jonathan Lebon
bf0128a78f
manifest: add libvirt-client
...
I found it odd that libvirtd was included but not libvirt-client. Since
`virsh` is the canonical way of managing libvirtd resources, I think we
should include it by default.
2017-09-12 14:32:20 +00:00
Colin Walters
4d5e07b753
Merge #37 Use glibc-all-langpacks
2017-09-11 15:31:22 +00:00
Colin Walters
9f78ae232f
Merge #42 manifest: Remove environment-modules and lklug-fonts
2017-09-11 15:30:01 +00:00
Colin Walters
4b761a122a
Merge #35 Setup for rawhide being f28
2017-09-11 15:00:26 +00:00
Colin Walters
06cbe1d93d
Revert "Branching f27 from rawhide"
...
This reverts commit 3d48b02e7e
.
2017-09-11 10:58:44 -04:00
Colin Walters
b47412288d
Merge #34 Branching f27 from rawhide
2017-09-11 14:58:01 +00:00
Colin Walters
7e4912c289
manifest: Remove environment-modules and lklug-fonts
...
These dropped out of comps and breaks the rpm-ostree run; I honestly don't care
enough to investigate why. Let's remove them and get things going again.
2017-09-11 10:47:13 -04:00
Colin Walters
0cb4ad7cb7
Use glibc-all-langpacks
...
This is what we expect for Workstation; came up at Flock.
2017-08-31 09:30:25 -04:00
Colin Walters
4d683c0e29
manifest: Add btrfs-progs
...
It's in comps.
Closes: https://pagure.io/atomic-wg/issue/319
2017-08-16 13:41:12 -04:00
Mohan Boddu
c9098b8f88
Setup for rawhide being f28
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-08-15 10:27:13 -04:00
Mohan Boddu
3d48b02e7e
Branching f27 from rawhide
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-08-15 10:25:31 -04:00
Patrick Uiterwijk
78b6de80ab
Add man-db
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-07-30 10:38:46 +01:00
Colin Walters
9f86617312
manifest: Drop oxygen-icon-theme
...
It's not referenced in comps for workstation AFAICS.
2017-06-30 10:16:51 -04:00
Colin Walters
4616b02512
manifest: Remove at
...
Obsoleted by systemd timers, and see also
https://blog.verbum.org/2017/06/12/on-dm-verity-and-operating-systems/
2017-06-20 10:11:49 -04:00
Colin Walters
199835013a
manifest: Fix google emoji font package reference
...
See fedora-comps commit: 9c4855aa074b2e554f6dd510ba655aff4fd18199
2017-06-15 15:59:00 -04:00
Colin Walters
8fbaac529e
Remove abrt for now
...
Until
https://bugzilla.redhat.com/show_bug.cgi?id=1452336
is fixed.
2017-05-18 13:51:33 -04:00
Colin Walters
5c87851612
Remove snappy
...
It semi-conflicts with rpm-ostree; while we could support whole
system snapshots, the whole-system-snapshotter is going to have
to be aware of ostree, and snappy isn't.
2017-05-18 13:04:27 -04:00
Colin Walters
f8db1063b1
Remove syslinux
...
We use GRUB2.
2017-05-18 13:00:16 -04:00
Colin Walters
a3e9e454f6
Remove rpm-plugin-systemd-inhibit
...
This is not necessary with rpm-ostree.
2017-05-18 13:00:16 -04:00
Colin Walters
62ce51d2e6
Remove some libvirt dependencies by default
2017-05-18 13:00:15 -04:00
Colin Walters
fb7d3511d2
Remove all Python bindings
...
If they're pulled in via dependencies, OK. Otherwise let's not ship them by
default.
2017-05-18 13:00:00 -04:00
Colin Walters
ba4ed0055f
Remove shared libraries
...
These should be pulled in via dependencies. There's one tricky
case of plugins - I scanned the list for those but wasn't too
careful. Anyways, it's easy to add things back.
2017-05-18 13:00:00 -04:00
Colin Walters
393f6c6cc1
Remove augeas-libs
...
Augeas is/was a really good idea, but in practice I think
people are mostly using Ansible and things like that.
2017-05-18 13:00:00 -04:00
Patrick Uiterwijk
e543f45c18
Add dejavu, the default Fedora fonts for everything
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-17 22:49:38 +02:00
Patrick Uiterwijk
238657842e
Clean up a bunch of packages
...
Some of these we probably don't want on a workstation, and some
will be dragged in via dependencies.
Dragging in via dependencies means that if an application changes
its implementation and then uses a different dependency, we don't
end up with various now-deprecated packages.
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-01 13:55:35 +02:00
Patrick Uiterwijk
29e64d97fd
Add docker and atomic
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-20 12:17:04 +02:00
Patrick Uiterwijk
dce2487dfd
Remove the packages not in the Workstation repo
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-18 20:01:55 +02:00
Patrick Uiterwijk
ab3c436d78
Remove broken cyrus subpackages
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-18 12:14:32 +02:00
Patrick Uiterwijk
0d28e708f7
Do some cleanup of packages
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-04-17 01:31:01 +02:00
Mohan Boddu
a4f67e8a43
Rawhide being Fedora 27
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-24 17:03:24 -05:00
Owen W. Taylor
20dd1c55a7
Remove vte3
...
The old compat vte3 is no apparently no longer in rawhide, and in
any case doesn't need to be listed explicitly.
2017-01-11 11:47:10 -05:00
Owen W. Taylor
57a919fe17
fedora-ostree-workstation.json: Remove adwaita-qt-common
...
This subpackage was removed - adwaita-qt4 and adwaita-qt5 no longer
share files.
2017-01-05 15:59:40 -05:00
pfrields
33c6d0b3cc
Remove pam_pkcs11
2016-11-08 15:42:51 +00:00
Owen W. Taylor
f5191fcf1a
Add an empty postprocess script
...
This is a place to add workarounds and config changes
2016-10-10 16:29:28 -04:00
Ray Strode
444a6b2354
fedora-ostree-workstation: remove vmmouse driver
...
[09:55:01] 2<8dgilmore2> halfline: error: No package
'xorg-x11-drv-vmmouse' found
[09:57:15] <dgilmore> apparently the vmmouse is now a kernel drive that
works with libinput
2016-10-07 10:02:29 -04:00
Ray Strode
65b40b2e7a
fedora-ostree-workstation: remove duplicates from package list
...
Some packages are listed twice.
2016-10-07 10:02:11 -04:00
Ray Strode
7e60d64c9b
fedora-ostree-workstation: add nss-altfiles back
...
ostree needs it for the /usr/lib/passwd split
2016-10-06 15:56:23 -04:00
Dennis Gilmore
33c8fc286c
cleanup the workstation ostree package set
...
after a irc converastion with Ray Strode it was decided that these
packages are not part of the workstation ostree and should not be
installed.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-04 15:43:27 -05:00
Dennis Gilmore
49d5c55449
pull in fedora-bookmarks not astronomy-bookmarks
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-29 10:33:34 -05:00
Dennis Gilmore
9a651faf28
set automatic_version_prefix to 26
...
rawhide is targeting fedora 26 now update the version to match
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-18 21:10:24 -05:00
David King
66638b701d
Remove obsolete dnf langpacks packages
2016-09-13 08:44:31 +02:00
David King
39ee686981
xdg-app was renamed to flatpak
2016-05-30 13:22:38 +02:00
David King
4510efc9e5
Remove obsolete blivet-data package from manifest
2016-05-16 14:03:25 +01:00
David King
2f798520b6
Change the ref again
...
As suggested in:
https://fedorahosted.org/rel-eng/ticket/6399
2016-04-29 20:08:56 +01:00