-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim Lauridsen
committed
Oct 15, 2014
1 parent
2f4e6e0
commit a7d01f6
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Name: dnfdaemon | ||
Version: 0.3.2 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: DBus daemon for dnf package actions | ||
License: GPLv2+ | ||
URL: https://github.com/timlau/dnf-daemon | ||
|
@@ -15,7 +15,6 @@ Requires: python3-gobject | |
Requires: python3-dbus | ||
Requires: python3-dnf >= %{dnf_version} | ||
Requires: polkit | ||
Requires: python3-%{name} = %{version}-%{release} | ||
Requires(post): policycoreutils-python | ||
Requires(postun): policycoreutils-python | ||
|
||
|
@@ -83,6 +82,9 @@ fi | |
%{python3_sitelib}/%{name}/client | ||
|
||
%changelog | ||
* Wed Oct 15 2014 Tim Lauridsen <[email protected]> 0.3.2-3 | ||
- removed require python3-dnfdaemon from main package | ||
|
||
* Wed Oct 15 2014 Tim Lauridsen <[email protected]> 0.3.2-2 | ||
- include python3-dnfdaemon in the dnfdaemon main package | ||
- renamed python?-dnfdaemon-client to python?-dnfdaemon | ||
|