new version
- Explicitly require the main package in the GUI sub package (#1078917) (mkolman)
This commit is contained in:
parent
93770fcc0c
commit
f728d4666d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <mkolman@redhat.com> - 0.3.26-1
|
||||
- Explicitly require the main package in the GUI sub package (#1078917) (mkolman)
|
||||
|
||||
* Thu Oct 23 2014 Martin Kolman <mkolman@redhat.com> - 0.3.25-1
|
||||
- Add syslog logging support (#1145122) (mkolman)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user