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: setup-2.8.4: new reserved uidgid for oprofile, use post lua scriptlet with
Date: Mon, 22 Jun 2026 15:55:07 GMT [thread overview]
Message-ID: <178214370778.1.14235290743770171859.rpms-setup-7e396abc1add@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 7e396abc1add21a7b30bc56613bc2e77e0ad3980
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date : 2009-05-13T12:33:38+00:00
Stats : +15/-13 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/7e396abc1add21a7b30bc56613bc2e77e0ad3980?branch=update_services
Log:
setup-2.8.4: new reserved uidgid for oprofile, use post lua scriptlet with
os.remove (no /bin/sh dependency) to remove .rpmnew files,synchronize
changelog with tarball spec file
---
diff --git a/.cvsignore b/.cvsignore
index f27e8fb..db4b16d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.8.3.tar.bz2
+setup-2.8.4.tar.bz2
diff --git a/setup.spec b/setup.spec
index d2540e3..a49227f 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
Summary: A set of system configuration and setup files
Name: setup
-Version: 2.8.3
-Release: 2%{?dist}
+Version: 2.8.4
+Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://fedorahosted.org/setup/
@@ -50,15 +50,11 @@ rm -f %{buildroot}/etc/setup.spec
%clean
rm -rf %{buildroot}
-
#throw away useless and dangerous update stuff until rpm will be able to
#handle it ( http://rpm.org/ticket/6 )
-%postun -p <lua>
-if arg[2] > 1 and posix.access("/bin/rm", "x") then
- os.execute("rm -f /etc/passwd.rpmnew")
- os.execute("rm -f /etc/shadow.rpmnew")
- os.execute("rm -f /etc/group.rpmnew")
- os.execute("rm -f /etc/gshadow.rpmnew")
+%post -p <lua>
+for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do
+ os.remove("/etc/"..name..".rpmnew")
end
%files
@@ -93,6 +89,11 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
%changelog
+* Tue May 12 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.4-1
+- add oprofile (16:16) to uidgid
+- use os.remove instead of os.execute in lua post
+ - no dependency on /bin/sh (thanks Panu Matilainen)
+
* Wed Apr 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.3-2
- rewrite postun scriptlet to <lua> to prevent /bin/sh
dependency
@@ -118,6 +119,7 @@ end
recognition out-of-the-box) (#486461)
- added postun section for cleaning of dangerous .rpmnew
files after updates
+- make profile and bashrc more portable (ksh, #487419)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
@@ -128,7 +130,7 @@ end
updates(#477769))
* Fri Jan 30 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-3
-- add support for ctrl+arrow keys in rxvt(#474110)
+- add support for ctrl+arrow shortcut in rxvt(#474110)
* Thu Jan 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-2
- reserve 87 gid for polkituser (just uid was reserved),
@@ -144,7 +146,7 @@ end
(#346151,#481021)
* Tue Jan 20 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.6-1
-- make uidgid file better parseable (synchronize tabs)
+- make uidgid file better parsable (synchronize tabs)
- reserve gid 11 for group cdrom (udev,MAKEDEV)
- reserve gid 33 for group tape (udev,MAKEDEV)
- reserve gid 87 for group dialout (udev,MAKEDEV)
diff --git a/sources b/sources
index 064d6e5..f4a97b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32e87b44610bb03377cb13937502ef24 setup-2.8.3.tar.bz2
+d3569d161fc363f5b80b8dda64d283a6 setup-2.8.4.tar.bz2
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=178214370778.1.14235290743770171859.rpms-setup-7e396abc1add@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