public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Bug 1319215 - Add Requires besides Requires(post)
Date: Sun, 31 May 2026 02:06:22 GMT [thread overview]
Message-ID: <178019318214.1.15159979614791138917.rpms-ibus-098267728229@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 09826772822958e6a21b26d274a014f6e5cab44c
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2016-03-28T18:48:13+09:00
Stats : +15/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/09826772822958e6a21b26d274a014f6e5cab44c?branch=autotool
Log:
Bug 1319215 - Add Requires besides Requires(post)
---
diff --git a/ibus.spec b/ibus.spec
index c62ea92..404e036 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -28,7 +28,7 @@
Name: ibus
Version: 1.5.13
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -86,13 +86,16 @@ Requires: xorg-x11-xinit
# for setxkbmap
Requires: xorg-x11-xkb-utils
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-Requires(postun): dconf
-Requires(posttrans): dconf
+Requires: desktop-file-utils
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+Requires: dconf
+Requires(postun): dconf
+Requires(posttrans): dconf
-Requires(post): %{_sbindir}/alternatives
-Requires(postun): %{_sbindir}/alternatives
+Requires: %{_sbindir}/alternatives
+Requires(post): %{_sbindir}/alternatives
+Requires(postun): %{_sbindir}/alternatives
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
@@ -116,6 +119,7 @@ Summary: IBus IM module for GTK2
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: glib2 >= %{glib_ver}
Requires(post): glib2 >= %{glib_ver}
# Added for upgrade el6 to el7
Provides: ibus-gtk = %{version}-%{release}
@@ -129,6 +133,7 @@ Summary: IBus IM module for GTK3
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: glib2 >= %{glib_ver}
Requires(post): glib2 >= %{glib_ver}
%description gtk3
@@ -402,6 +407,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
%{_datadir}/gtk-doc/html/*
%changelog
+* Mon Mar 28 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
+- Bug 1319215 - Add Requires besides Requires(post)
+
* Mon Feb 22 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
- Bumped to 1.5.13
reply other threads:[~2026-05-31 2:06 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=178019318214.1.15159979614791138917.rpms-ibus-098267728229@fedoraproject.org \
--to=tfujiwar@redhat.com \
--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