Skip to content

Commit 4d59f99

Browse files
committed
Released v1.0
1 parent 58f7bdd commit 4d59f99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([dnf-plugin-diff], [0.0], [[email protected]])
1+
AC_INIT([dnf-plugin-diff], [1.0], [[email protected]])
22
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
33
AM_PATH_PYTHON
44
AC_CONFIG_FILES([Makefile])

rpm/dnf-plugin-diff.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global __python %__python3
22

33
Name: dnf-plugin-diff
4-
Version: 0.0
5-
Release: 3%{?dist}
4+
Version: 1.0
5+
Release: 1%{?dist}
66
Summary: Diff changes in packages
77
BuildArch: noarch
88

@@ -16,7 +16,7 @@ Requires: cpio
1616
Requires: dnf
1717
Requires: file
1818

19-
Provides: dnf-command(diff)
19+
Provides: dnf-command(diff) = %version
2020

2121

2222
%description

0 commit comments

Comments
 (0)