From f728d4666d3e7b78942980b40d5e8c88aec63feb Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 3 Nov 2014 16:06:28 +0100 Subject: [PATCH] new version - Explicitly require the main package in the GUI sub package (#1078917) (mkolman) --- .gitignore | 1 + initial-setup.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f34017a..da84425 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /initial-setup-0.3.23.tar.gz /initial-setup-0.3.24.tar.gz /initial-setup-0.3.25.tar.gz +/initial-setup-0.3.26.tar.gz diff --git a/initial-setup.spec b/initial-setup.spec index 0808f4b..18e7354 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,7 +1,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: http://fedoraproject.org/wiki/FirstBoot -Version: 0.3.25 +Version: 0.3.26 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to @@ -50,6 +50,7 @@ Requires: gtk3 Requires: anaconda-gui >= %{anacondaver} Requires: firstboot(windowmanager) Requires: initial-setup +Requires: %{name} = %{version}-%{release} %description gui The initial-setup-gui package contains a graphical user interface for the @@ -127,6 +128,9 @@ fi %systemd_postun_with_restart initial-setup-graphical.service %changelog +* Mon Nov 1 2014 Martin Kolman - 0.3.26-1 +- Explicitly require the main package in the GUI sub package (#1078917) (mkolman) + * Thu Oct 23 2014 Martin Kolman - 0.3.25-1 - Add syslog logging support (#1145122) (mkolman) diff --git a/sources b/sources index 2a09aed..a0cbffc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31559e246da5f41f64052340fc219cb5 initial-setup-0.3.25.tar.gz +6dc6dd933e6e8d1074d9df04717299af initial-setup-0.3.26.tar.gz