diff --git a/python3-rpm.spec b/python3-rpm.spec index 5b826aa..25367fd 100644 --- a/python3-rpm.spec +++ b/python3-rpm.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python3-rpm Version: 4.9.1.2 Release: 0 diff --git a/rpm-python.spec b/rpm-python.spec index 5af67c9..51eb559 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: rpm-python Version: 4.9.1.2 Release: 0 diff --git a/rpm.spec b/rpm.spec index 638b3b4..8c594f2 100644 --- a/rpm.spec +++ b/rpm.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: rpm BuildRequires: binutils BuildRequires: bzip2 diff --git a/tilde.diff b/tilde.diff index 54a0967..771eca7 100644 --- a/tilde.diff +++ b/tilde.diff @@ -6,7 +6,7 @@ +/** + */ -+static int depContainsTilde(Header *h, rpmTagVal tagEVR) ++static int depContainsTilde(Header h, rpmTagVal tagEVR) +{ + struct rpmtd_s evrs; + const char *evr = NULL; @@ -32,7 +32,7 @@ + 0 +}; + -+static int haveTildeDep(Header *h) ++static int haveTildeDep(Header h) +{ + int i; +