Changeset 1028 for spec/trunk/SPECS
- Timestamp:
- Feb 24, 2017, 12:12:57 AM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/rpm.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/rpm.spec
r1023 r1028 1 # Note: http://pkgs.fedoraproject.org/cgit/rpms/rpm.git/tree/rpm.spec?id=cef3bf822054a87f8f8ae53a31f4af9b3d88359b 2 1 3 # build against xz? 2 4 %bcond_without xz … … 20 22 Name: rpm 21 23 Version: %{rpmver} 22 Release: 1 1%{?dist}24 Release: 12%{?dist} 23 25 Group: System Environment/Base 24 26 Url: http://www.rpm.org/ … … 42 44 Requires: cube 43 45 Requires: sed 44 45 # We need a fork-friendly PR_LoadLibrary on OS/246 Requires: nspr >= 4.12.0-247 46 48 47 Provides: rpm-macros-warpin … … 91 90 Requires: rpm = %{version}-%{release} 92 91 92 # We need a fork-friendly PR_LoadLibrary on OS/2 93 Requires: nspr >= 4.12.0-2 94 93 95 %description libs 94 96 This package contains the RPM shared libraries. … … 399 401 400 402 %changelog 403 * Fri Feb 24 2017 Dmitriy Kuminov <coding@dmik.org> - 4.13.0-12 404 - Fix install/uninstall scriptlet execution (regression of previous release). 405 - Make brp-compress support OS/2 (enables compression of man files). 406 401 407 * Thu Feb 23 2017 Dmitriy Kuminov <coding@dmik.org> - 4.13.0-11 402 408 - Use scm_source and friends.
Note:
See TracChangeset
for help on using the changeset viewer.
