[fedora-kickstarts] branch master updated (2ba9f01 -> 6b65079)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch master
in repository fedora-kickstarts.
from 2ba9f01 removed Python2 projects for f32
add 6b65079 remove other instance of seahorse-adventures
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 10 months
[fedora-kickstarts] branch master updated (3973afd -> 2ba9f01)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch master
in repository fedora-kickstarts.
from 3973afd Fix missing %end for packages in fedora-live-lxqt.ks
add 2ba9f01 removed Python2 projects for f32
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 10 months
[fedora-kickstarts] branch master updated: Fix missing %end for packages in fedora-live-lxqt.ks
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new 3973afd Fix missing %end for packages in fedora-live-lxqt.ks
3973afd is described below
commit 3973afdca81e5a24e7346d91f4a43528f0e62668
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Tue Jan 21 11:56:33 2020 +0100
Fix missing %end for packages in fedora-live-lxqt.ks
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
---
fedora-live-lxqt.ks | 1 +
1 file changed, 1 insertion(+)
diff --git a/fedora-live-lxqt.ks b/fedora-live-lxqt.ks
index ac24fcb..6eec04d 100644
--- a/fedora-live-lxqt.ks
+++ b/fedora-live-lxqt.ks
@@ -13,6 +13,7 @@
%packages
dracut-config-generic
+%end
%post
# add initscript
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 years, 10 months