~ubuntu-branches/ubuntu/quantal/keyutils/quantal

« back to all changes in this revision

Viewing changes to keyutils.spec

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-04-16 09:45:04 UTC
  • mfrom: (10.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20120416094504-in50o9m1zbwvrmrs
Tags: 1.5.5-2
* Adding patch from Simon Ruderich <simon@ruderich.org> to fix FTBFS
  with hardening flags (Closes: #661393).
* Updating to standards version 3.9.3.
* Updating copyright file machine-readable format version 1.0.
* Tightening debhelper install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define vermajor 1
2
 
%define verminor 5.2
 
2
%define verminor 5.5
3
3
%define version %{vermajor}.%{verminor}
4
4
%define libdir /%{_lib}
5
5
%define usrlibdir %{_prefix}/%{_lib}
6
6
%define libapivermajor 1
7
7
%define libapiversion %{libapivermajor}.4
8
8
 
 
9
# % define buildid .local
 
10
 
9
11
Summary: Linux Key Management Utilities
10
12
Name: keyutils
11
13
Version: %{version}
12
 
Release: 1%{?dist}
 
14
Release: 1%{?dist}%{?buildid}
13
15
License: GPLv2+ and LGPLv2+
14
16
Group: System Environment/Base
15
17
ExclusiveOS: Linux
19
21
 
20
22
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
21
23
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
 
24
Requires: keyutils-libs == %{version}-%{release}
22
25
 
23
26
%description
24
27
Utilities to control the kernel key management facility and to provide
92
95
%{_mandir}/man3/*
93
96
 
94
97
%changelog
95
 
* Tue Jul 26 2011 David Howells  <dhowells@redhat.com> - 1.5.2-1
 
98
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.5-1
 
99
- Fix a Makefile error.
 
100
 
 
101
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.4-1
 
102
- Fix the keyctl padd command and similar to handle binary input.
 
103
- Make keyctl show able to take a keyring to dump.
 
104
- Make keyctl show able to take a flag to request hex key IDs.
 
105
- Make keyctl show print the real ID of the root keyring.
 
106
 
 
107
* Tue Nov 15 2011 David Howells <dhowells@redhat.com>
 
108
- Allow /sbin/request-key to have multiple config files.
 
109
 
 
110
* Wed Aug 14 2011 David Howells <dhowells@redhat.com>
 
111
- Adjust the manual page for 'keyctl unlink' to show keyring is optional.
 
112
- Add --version support for the keyutils version and build date.
 
113
 
 
114
* Thu Aug 11 2011 David Howells <dhowells@redhat.com> - 1.5.3-1
 
115
- Make the keyutils rpm depend on the same keyutils-libs rpm version.
 
116
 
 
117
* Tue Jul 26 2011 David Howells <dhowells@redhat.com> - 1.5.2-1
96
118
- Use correct format spec for printing pointer subtraction results.
97
119
 
98
 
* Tue Jul 19 2011 David Howells  <dhowells@redhat.com> - 1.5.1-1
 
120
* Tue Jul 19 2011 David Howells <dhowells@redhat.com> - 1.5.1-1
99
121
- Fix unread variables.
100
122
- Licence file update.
101
123
 
102
 
* Thu Mar 10 2011 David Howells  <dhowells@redhat.com> - 1.5-1
 
124
* Thu Mar 10 2011 David Howells <dhowells@redhat.com> - 1.5-1
103
125
- Disable RPATH setting in Makefile.
104
126
- Add -I. to build to get this keyutils.h.
105
127
- Make CFLAGS override on make command line work right.
115
137
- Handle multi-line commands in keyctl command table.
116
138
- Move the package to version to 1.5.
117
139
 
118
 
* Tue Mar 1 2011 David Howells  <dhowells@redhat.com> - 1.4-4
 
140
* Tue Mar 1 2011 David Howells <dhowells@redhat.com> - 1.4-4
119
141
- Make build guess at default libdirs and word size.
120
142
- Make program build depend on library in Makefile.
121
143
- Don't include $(DESTDIR) in MAN* macros.
127
149
* Fri Dec 17 2010 Diego Elio Pettenò <flameeyes@hosting.flameeyes.eu> - 1.4-3
128
150
- Fix local linking and RPATH.
129
151
 
130
 
* Thu Jun 10 2010 David Howells  <dhowells@redhat.com> - 1.4-2
 
152
* Thu Jun 10 2010 David Howells <dhowells@redhat.com> - 1.4-2
131
153
- Fix prototypes in manual pages (some char* should be void*).
132
154
- Rename the keyctl_security.3 manpage to keyctl_get_security.3.
133
155
 
134
 
* Fri Mar 19 2010 David Howells  <dhowells@redhat.com> - 1.4-1
 
156
* Fri Mar 19 2010 David Howells <dhowells@redhat.com> - 1.4-1
135
157
- Fix the library naming wrt the version.
136
158
- Move the package to version to 1.4.
137
159
 
138
 
* Fri Mar 19 2010 David Howells  <dhowells@redhat.com> - 1.3-3
 
160
* Fri Mar 19 2010 David Howells <dhowells@redhat.com> - 1.3-3
139
161
- Fix spelling mistakes in manpages.
140
162
- Add an index manpage for all the keyctl functions.
141
163
 
142
 
* Thu Mar 11 2010 David Howells  <dhowells@redhat.com> - 1.3-2
 
164
* Thu Mar 11 2010 David Howells <dhowells@redhat.com> - 1.3-2
143
165
- Fix rpmlint warnings.
144
166
 
145
167
* Fri Feb 26 2010 David Howells <dhowells@redhat.com> - 1.3-1