public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: drop <lua> scriptlet completely(audio/video group temporarily created by
Date: Mon, 22 Jun 2026 15:55:04 GMT [thread overview]
Message-ID: <178214370407.1.7907739224028715368.rpms-setup-27b2f8f8358b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 27b2f8f8358b317bcbc7abc4d3c7ab44ebb7ef53
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date : 2009-02-02T09:09:15+00:00
Stats : +6/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/27b2f8f8358b317bcbc7abc4d3c7ab44ebb7ef53?branch=update_services
Log:
drop <lua> scriptlet completely(audio/video group temporarily created by
packages which use it - for updates(#477769))
---
diff --git a/setup.spec b/setup.spec
index 5da0303..ff01124 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.7.7
-Release: 3%{?dist}
+Release: 4%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://fedorahosted.org/setup/
@@ -53,13 +53,6 @@ rm -f %{buildroot}/etc/setup.spec
%clean
rm -rf %{buildroot}
-#remove post script after F10 EOL (and for RHEL-6)
-%post -p <lua>
-if arg[2] > 1 and posix.access("/usr/sbin/groupadd", "x") then
- os.execute("/usr/sbin/groupadd -g 39 video &>/dev/null")
- os.execute("/usr/sbin/groupadd -g 63 audio &>/dev/null")
-end
-
%files
%defattr(-,root,root)
%doc uidgid
@@ -91,6 +84,11 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
%changelog
+* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-4
+- drop <lua> scriptlet completely(audio/video group
+ temporarily created by packages which use it for
+ updates(#477769))
+
* Fri Jan 30 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-3
- add support for ctrl+arrow keys in rxvt(#474110)
reply other threads:[~2026-06-22 15:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178214370407.1.7907739224028715368.rpms-setup-27b2f8f8358b@fedoraproject.org \
--to=ovasik@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox